Instructions to use abdeljalilELmajjodi/Darija_Arabic_NER_LID_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdeljalilELmajjodi/Darija_Arabic_NER_LID_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="abdeljalilELmajjodi/Darija_Arabic_NER_LID_2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("abdeljalilELmajjodi/Darija_Arabic_NER_LID_2") model = AutoModelForTokenClassification.from_pretrained("abdeljalilELmajjodi/Darija_Arabic_NER_LID_2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Darija_Arabic_NER_LID_2
This model is a fine-tuned version of atlasia/XLM-RoBERTa-Morocco on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.4273
- F1: 0.9235
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 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
Framework versions
- Transformers 4.55.0
- Pytorch 2.7.1+cu128
- Datasets 4.0.0
- Tokenizers 0.21.4
- Downloads last month
- 4
Model tree for abdeljalilELmajjodi/Darija_Arabic_NER_LID_2
Base model
FacebookAI/xlm-roberta-large Finetuned
atlasia/XLM-RoBERTa-Morocco