lysandre HF staff commited on
Commit
3100142
1 Parent(s): 15099f1

String to int

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "aggregation_labels": {
3
- "0": "NONE",
4
- "1": "SUM",
5
- "2": "AVERAGE",
6
- "3": "COUNT"
7
  },
8
  "aggregation_loss_weight": 1.0,
9
  "aggregation_temperature": 1.0,
 
1
  {
2
  "aggregation_labels": {
3
+ 0: "NONE",
4
+ 1: "SUM",
5
+ 2: "AVERAGE",
6
+ 3: "COUNT"
7
  },
8
  "aggregation_loss_weight": 1.0,
9
  "aggregation_temperature": 1.0,