Instructions to use RROMEROS/wikiann-multilingual-bert-gn-base-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RROMEROS/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="RROMEROS/wikiann-multilingual-bert-gn-base-cased")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("RROMEROS/wikiann-multilingual-bert-gn-base-cased") model = AutoModelForTokenClassification.from_pretrained("RROMEROS/wikiann-multilingual-bert-gn-base-cased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
wikiann-multilingual-bert-gn-base-cased
This model is a fine-tuned version of mmaguero/multilingual-bert-gn-base-cased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.2617
- Precision: 0.8156
- Recall: 0.8433
- F1: 0.8292
- Accuracy: 0.9239
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 3
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.345 | 1.0 | 1764 | 0.2954 | 0.7526 | 0.7930 | 0.7723 | 0.9028 |
| 0.2386 | 2.0 | 3528 | 0.2549 | 0.8029 | 0.8376 | 0.8199 | 0.9219 |
| 0.1733 | 3.0 | 5292 | 0.2536 | 0.8063 | 0.8434 | 0.8244 | 0.9243 |
Framework versions
- Transformers 4.57.1
- Pytorch 2.8.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.1
- Downloads last month
- 4
Model tree for RROMEROS/wikiann-multilingual-bert-gn-base-cased
Base model
mmaguero/multilingual-bert-gn-base-cased