ragerri commited on
Commit
3482915
1 Parent(s): a2e3142

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -42,7 +42,9 @@ model = AutoModelForSequenceClassification.from_pretrained('HiTZ/mbert-argument-
42
 
43
  ### Label Dictionary
44
 
45
- {0: 'B-Claim', 1: 'I-Claim', 2: 'B-Premise', 3: 'I-Premise', 4: 'O'}
 
 
46
 
47
  ## Citation
48
 
 
42
 
43
  ### Label Dictionary
44
 
45
+ ````
46
+ {0: 'B-Claim', 1: 'I-Claim', 2: 'O', 3: 'B-Premise', 4: 'I-Premise'}
47
+ ````
48
 
49
  ## Citation
50