unimelb-nlp/wikiann
Viewer • Updated • 2M • 20.9k • 121
How to use mmaguero/wikiann-multilingual-bert-gn-base-cased with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="mmaguero/wikiann-multilingual-bert-gn-base-cased") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("mmaguero/wikiann-multilingual-bert-gn-base-cased")
model = AutoModelForTokenClassification.from_pretrained("mmaguero/wikiann-multilingual-bert-gn-base-cased")This model is a fine-tuned version of mmaguero/multilingual-bert-gn-base-cased on the Spanish and Guarani sets of unimelb-nlp/wikiann dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.3299 | 1.0 | 1764 | 0.2797 | 0.7559 | 0.8006 | 0.7776 | 0.9084 |
| 0.2217 | 2.0 | 3528 | 0.2503 | 0.7931 | 0.8363 | 0.8141 | 0.9214 |
| 0.1603 | 3.0 | 5292 | 0.2551 | 0.8004 | 0.8401 | 0.8198 | 0.9236 |
Base model
mmaguero/multilingual-bert-gn-base-cased