TANMAY SANDEEP BAGWE commited on
Commit
b484b5c
1 Parent(s): 3e8731c

Updated README with Labelling

Browse files

When loading model using Transformers, The labelling for all the scores is like the following:
'SDG1' : scores[0],
'SDG10' : scores[1],
'SDG11' : scores[2],
'SDG12' : scores[3],
'SDG13' : scores[4],
'SDG14' : scores[5],
'SDG15' : scores[6],
'SDG16' : scores[7],
'SDG2' : scores[8],
'SDG3' : scores[9],
'SDG4' : scores[10],
'SDG5' : scores[11],
'SDG6' : scores[12],
'SDG7' : scores[13],
'SDG8' : scores[14],
'SDG9' : scores[15]

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -29,6 +29,10 @@ More information needed
29
 
30
  More information needed
31
 
 
 
 
 
32
  ## Training procedure
33
 
34
  ### Training hyperparameters
 
29
 
30
  More information needed
31
 
32
+ ##Labelling
33
+ 0:'1', 1:'10', 2:'11', 3:'12', 4:'13', 5:'14', 6:'15', 7:'16', 8:'2', 9:'3', 10:'4', 11:'5', 12:'6', 13:'7', 14:'8', 15:'9'
34
+
35
+
36
  ## Training procedure
37
 
38
  ### Training hyperparameters