BAKKALIAYOUB commited on
Commit
ca9ae99
1 Parent(s): 2d1e26b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -16,8 +16,7 @@ This model translates text from English to Darija (Moroccan Arabic).
16
 
17
  ### Model Description
18
 
19
- This model, designed for translating text from English to Darija (Moroccan Arabic), excels in handling general, everyday language such as greetings ("hi, how are you?"). It accurately translates common phrases and sentences typically encountered in informal communication.
20
-
21
  - **Developed by:** BAKKALI AYOUB
22
  - **Model type:** Translation
23
  - **Language(s) (NLP):** English to Darija (Moroccan Arabic)
@@ -41,22 +40,27 @@ print(translated_text)
41
 
42
  # Training Details
43
  ## Training Data
44
- The training data are from atlasia/darija-translation dataset
45
 
46
  #### Training Hyperparameters
47
 
48
  - **Training regime**: fp16 mixed precision
49
- - **Epochs** : 3
50
  - **Learning rate** : 2e-5
51
- - **Batch size** : 16
 
52
  #### Speeds, Sizes, Times
53
 
 
54
  - **Hardware** : GPU P100 ith 16 GB memory
55
  - **Training**:
56
  | Epoch | Training Loss | Validation Loss |
57
  |---------|---------------|-----------------|
58
- | 1 | 0.349600 | 0.311435 |
59
- | 2 | 0.305100 | 0.280260 |
60
- | 3 | 0.277700 | 0.268511 |
61
- | 4 | 0.270000 | 0.264618 |
 
 
 
62
 
 
16
 
17
  ### Model Description
18
 
19
+ This model, designed for translating text from English to Darija (Moroccan Arabic), excels in handling general, everyday language such as greetings ("hi, how are you?"). It accurately translates common phrases and sentences typically encountered in informal communication. Additionally, the model has the capability to conjugate verbs correctly in the context of the translation.
 
20
  - **Developed by:** BAKKALI AYOUB
21
  - **Model type:** Translation
22
  - **Language(s) (NLP):** English to Darija (Moroccan Arabic)
 
40
 
41
  # Training Details
42
  ## Training Data
43
+ The training data are from multiple source : `atlasia/darija-translation`, `BounharAbdelaziz/English-to-Moroccan-Darija`, and other csv file that contain adverbs, adjectives, preposition and nouns translation from english to darija.
44
 
45
  #### Training Hyperparameters
46
 
47
  - **Training regime**: fp16 mixed precision
48
+ - **Epochs** : 6
49
  - **Learning rate** : 2e-5
50
+ - **Batch size** : 32
51
+
52
  #### Speeds, Sizes, Times
53
 
54
+
55
  - **Hardware** : GPU P100 ith 16 GB memory
56
  - **Training**:
57
  | Epoch | Training Loss | Validation Loss |
58
  |---------|---------------|-----------------|
59
+ | 1 | 0.398500 | 0.356238 |
60
+ | 2 | 0.330500 | 0.307416 |
61
+ | 3 | 0.297300 | 0.282857 |
62
+ | 4 | 0.276900 | 0.269981 |
63
+ | 5 | 0.263200 | 0.262747 |
64
+ | 6 | 0.256800 | 0.260168 |
65
+
66