ragerri commited on
Commit
fad8ca4
1 Parent(s): 4152998

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -39,6 +39,18 @@ monolingual, monolingual automatically post-processed, multilingual, multilingua
39
 
40
  <img src="https://raw.githubusercontent.com/hitz-zentroa/multilingual-abstrct/main/resources/multilingual-abstrct-results.png" style="width: 75%;">
41
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
 
39
 
40
  <img src="https://raw.githubusercontent.com/hitz-zentroa/multilingual-abstrct/main/resources/multilingual-abstrct-results.png" style="width: 75%;">
41
 
42
+ ### Label Dictionary
43
+
44
+ ````
45
+ "id2label": {
46
+ "0": "B-Claim",
47
+ "1": "B-Premise",
48
+ "2": "I-Claim",
49
+ "3": "I-Premise",
50
+ "4": "O"
51
+ }
52
+ ````
53
+
54
  ### Training hyperparameters
55
 
56
  The following hyperparameters were used during training: