xlm-roberta-large-i5-v1
How to use the model
from transformers import AutoTokenizer, pipeline
tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-large")
pipe = pipeline(
model="poltextlab/xlm-roberta-large-i5-v1",
task="text-classification",
tokenizer=tokenizer,
use_fast=False,
token="<your_hf_read_only_token>"
)
text = "<text_to_classify>"
pipe(text)
Classification Report
Overall Performance:
- Accuracy: N/A
- Macro Avg: Precision: 0.08, Recall: 0.18, F1-score: 0.10
- Weighted Avg: Precision: 0.08, Recall: 0.16, F1-score: 0.09
Per-Class Metrics:
| Label | Precision | Recall | F1-score | Support |
|---|---|---|---|---|
| (1301) Welfare chauvinism | 0 | 0 | 0 | 7 |
| (1302) Security hazard | 0.29 | 0.33 | 0.31 | 6 |
| (1303) Immorality | 0.17 | 0.18 | 0.17 | 11 |
| (1304) Economic burden | 0 | 0 | 0 | 9 |
| (1305) Economic determinism | 0.13 | 0.71 | 0.22 | 7 |
| (1306) Workfare | 0 | 0 | 0 | 9 |
| (1399) None of them | 0 | 0 | 0 | 9 |
Inference platform
This model is used by the CAP Babel Machine, an open-source and free natural language processing tool, designed to simplify and speed up projects for comparative research.
Cooperation
Model performance can be significantly improved by extending our training sets. We appreciate every submission of CAP-coded corpora (of any domain and language) at poltextlab{at}poltextlab{dot}com or by using the CAP Babel Machine.
Debugging and issues
This architecture uses the sentencepiece tokenizer. In order to run the model before transformers==4.27 you need to install it manually.
- Downloads last month
- 21
Model tree for poltextlab/xlm-roberta-large-i5-v1
Base model
FacebookAI/xlm-roberta-largeEvaluation results
- Accuracyself-reportedN/A
- F1-Scoreself-reported9%