Instructions to use betteib/xlm-tn-20epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use betteib/xlm-tn-20epochs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="betteib/xlm-tn-20epochs")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("betteib/xlm-tn-20epochs") model = AutoModelForMaskedLM.from_pretrained("betteib/xlm-tn-20epochs", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress epoch 14
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [Davlan/xlm-roberta-base-finetuned-arabic](https://huggingface.co/Davlan/xlm-roberta-base-finetuned-arabic) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 6.
|
| 19 |
-
- Train Accuracy: 0.
|
| 20 |
-
- Validation Loss: 6.
|
| 21 |
-
- Validation Accuracy: 0.
|
| 22 |
-
- Epoch:
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -59,6 +59,7 @@ The following hyperparameters were used during training:
|
|
| 59 |
| 6.7978 | 0.0292 | 6.7450 | 0.0286 | 11 |
|
| 60 |
| 6.7555 | 0.0291 | 6.7420 | 0.0281 | 12 |
|
| 61 |
| 6.7267 | 0.0293 | 6.6804 | 0.0291 | 13 |
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [Davlan/xlm-roberta-base-finetuned-arabic](https://huggingface.co/Davlan/xlm-roberta-base-finetuned-arabic) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 6.7068
|
| 19 |
+
- Train Accuracy: 0.0290
|
| 20 |
+
- Validation Loss: 6.6661
|
| 21 |
+
- Validation Accuracy: 0.0290
|
| 22 |
+
- Epoch: 14
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 59 |
| 6.7978 | 0.0292 | 6.7450 | 0.0286 | 11 |
|
| 60 |
| 6.7555 | 0.0291 | 6.7420 | 0.0281 | 12 |
|
| 61 |
| 6.7267 | 0.0293 | 6.6804 | 0.0291 | 13 |
|
| 62 |
+
| 6.7068 | 0.0290 | 6.6661 | 0.0290 | 14 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 469018320
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:550abc4f04d5f8b48f461dd3c0b5b679ea6886356bc2043deb7b069e795bea30
|
| 3 |
size 469018320
|