Update README.md
Browse files
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
|