ragerri commited on
Commit
9efb31f
1 Parent(s): 3482915

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -38,12 +38,6 @@ You can load the model as follows:
38
  from transformers import AutoModelForSequenceClassification
39
 
40
  model = AutoModelForSequenceClassification.from_pretrained('HiTZ/mbert-argument-mining-es')
41
- ```
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
 
38
  from transformers import AutoModelForSequenceClassification
39
 
40
  model = AutoModelForSequenceClassification.from_pretrained('HiTZ/mbert-argument-mining-es')
 
 
 
 
 
 
41
  ````
42
 
43
  ## Citation