Instructions to use HiTZ/mbert-argmining-abstrct-en-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HiTZ/mbert-argmining-abstrct-en-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="HiTZ/mbert-argmining-abstrct-en-es")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("HiTZ/mbert-argmining-abstrct-en-es") model = AutoModelForTokenClassification.from_pretrained("HiTZ/mbert-argmining-abstrct-en-es") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ The results (F1 macro averaged at token level) achieved for each test set:
|
|
| 36 |
You can find more information:
|
| 37 |
|
| 38 |
- 📖 Paper: [Crosslingual Argument Mining in the Medical Domain](https://arxiv.org/abs/2301.10527)
|
| 39 |
-
- Code: [https://github.com/ragerri/abstrct-projections](https://github.com/ragerri/abstrct-projections)
|
| 40 |
|
| 41 |
You can load the model as follows:
|
| 42 |
|
|
|
|
| 36 |
You can find more information:
|
| 37 |
|
| 38 |
- 📖 Paper: [Crosslingual Argument Mining in the Medical Domain](https://arxiv.org/abs/2301.10527)
|
| 39 |
+
- 💻Code: [https://github.com/ragerri/abstrct-projections](https://github.com/ragerri/abstrct-projections)
|
| 40 |
|
| 41 |
You can load the model as follows:
|
| 42 |
|