End of training
Browse files- README.md +14 -17
- model.safetensors +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +0 -2
- training_args.bin +2 -2
README.md
CHANGED
@@ -6,19 +6,6 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: Arabic-Book-Review-Sentiment-Assessment
|
8 |
results: []
|
9 |
-
datasets:
|
10 |
-
- labr
|
11 |
-
language:
|
12 |
-
- ar
|
13 |
-
widget:
|
14 |
-
- text: "كتاب يستحق القراءة"
|
15 |
-
example_title: "مثال 1"
|
16 |
-
- text: "ما عجبني بنوب، مضيعة للوقت"
|
17 |
-
example_title: "مثال 2"
|
18 |
-
- text: "أنصح وبشدة قراءة الكتاب خصوصا لمن لديه اهتمام في العلوم الاجتماعية"
|
19 |
-
example_title: "مثال 3"
|
20 |
-
- text: "ماشي حالو يعطيه 4 من 10"
|
21 |
-
example_title: "مثال 4"
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -26,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
26 |
|
27 |
# Arabic-Book-Review-Sentiment-Assessment
|
28 |
|
29 |
-
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on
|
30 |
It achieves the following results on the evaluation set:
|
31 |
-
- Loss:
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -53,7 +40,17 @@ The following hyperparameters were used during training:
|
|
53 |
- seed: 42
|
54 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
55 |
- lr_scheduler_type: linear
|
56 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
@@ -61,4 +58,4 @@ The following hyperparameters were used during training:
|
|
61 |
- Transformers 4.39.1
|
62 |
- Pytorch 2.2.1+cu121
|
63 |
- Datasets 2.18.0
|
64 |
-
- Tokenizers 0.15.2
|
|
|
6 |
model-index:
|
7 |
- name: Arabic-Book-Review-Sentiment-Assessment
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
13 |
|
14 |
# Arabic-Book-Review-Sentiment-Assessment
|
15 |
|
16 |
+
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.5290
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 5
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 1.0459 | 1.0 | 1470 | 1.5290 |
|
50 |
+
| 0.7622 | 2.0 | 2940 | 1.6278 |
|
51 |
+
| 0.8204 | 3.0 | 4410 | 1.5341 |
|
52 |
+
| 0.6592 | 4.0 | 5880 | 1.8030 |
|
53 |
+
| 0.4976 | 5.0 | 7350 | 1.9638 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
58 |
- Transformers 4.39.1
|
59 |
- Pytorch 2.2.1+cu121
|
60 |
- Datasets 2.18.0
|
61 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 669464588
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3587966308488060861b2406d6468a110183a1033cb6cd3bdfc3fd78abc88a07
|
3 |
size 669464588
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -43,11 +43,9 @@
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
-
"do_basic_tokenize": true,
|
47 |
"do_lower_case": true,
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
-
"never_split": null,
|
51 |
"pad_token": "[PAD]",
|
52 |
"sep_token": "[SEP]",
|
53 |
"strip_accents": null,
|
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
|
|
46 |
"do_lower_case": true,
|
47 |
"mask_token": "[MASK]",
|
48 |
"model_max_length": 512,
|
|
|
49 |
"pad_token": "[PAD]",
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:386657b97d7ea68b219f2de7f846d7e1941c5b01fb7a3081e9ece0f55bb80a92
|
3 |
+
size 4984
|