mohres commited on
Commit
0269649
1 Parent(s): cce5c90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
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: 3.4467
19
 
@@ -42,9 +42,6 @@ The following hyperparameters were used during training:
42
  - lr_scheduler_type: linear
43
  - num_epochs: 10
44
 
45
- ### Training results
46
-
47
-
48
 
49
  ### Framework versions
50
 
 
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 [labr](https://huggingface.co/datasets/labr) dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 3.4467
19
 
 
42
  - lr_scheduler_type: linear
43
  - num_epochs: 10
44
 
 
 
 
45
 
46
  ### Framework versions
47