mohamedsaeed823
commited on
Commit
•
62eb8d2
1
Parent(s):
c5020f8
End of training
Browse files- README.md +62 -0
- config.json +1 -1
- generation_config.json +8 -0
- model.safetensors +1 -1
- runs/May13_14-11-59_0ca4e3d1a4e5/events.out.tfevents.1715609522.0ca4e3d1a4e5.1540.0 +3 -0
- tokenizer.json +2 -2
- training_args.bin +2 -2
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
base_model: facebook/nllb-200-distilled-600M
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
model-index:
|
9 |
+
- name: NLLB_Egyptian_Arabic_to_English2ndtrial
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# NLLB_Egyptian_Arabic_to_English2ndtrial
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.5109
|
21 |
+
- Bleu: 29.2435
|
22 |
+
- Gen Len: 20.1719
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 8
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 2
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
53 |
+
| 1.1276 | 1.0 | 1562 | 1.5169 | 28.5953 | 20.0669 |
|
54 |
+
| 1.0039 | 2.0 | 3124 | 1.5109 | 29.2435 | 20.1719 |
|
55 |
+
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- Transformers 4.40.2
|
60 |
+
- Pytorch 2.2.1+cu121
|
61 |
+
- Datasets 2.19.1
|
62 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"scale_embedding": true,
|
30 |
"tokenizer_class": "NllbTokenizer",
|
31 |
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 256206
|
35 |
}
|
|
|
29 |
"scale_embedding": true,
|
30 |
"tokenizer_class": "NllbTokenizer",
|
31 |
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.40.2",
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 256206
|
35 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 0,
|
3 |
+
"decoder_start_token_id": 2,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"max_length": 200,
|
6 |
+
"pad_token_id": 1,
|
7 |
+
"transformers_version": "4.40.2"
|
8 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2460354912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b51be9869655a5cb1c6efb45369103905bfb37cf4af60ef8433c56fb09b2e91
|
3 |
size 2460354912
|
runs/May13_14-11-59_0ca4e3d1a4e5/events.out.tfevents.1715609522.0ca4e3d1a4e5.1540.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e9cdf6db05d7a95fcbc5d67b96928674b407309f20be56c802c42f358b98e6c
|
3 |
+
size 7503
|
tokenizer.json
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:9a4342c086abb9b195faf7fd00065347e7813ecacf1b628591d17f50ae0b0c63
|
3 |
+
size 17331372
|
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:7c7d51f3895b37a467d5b9da11d417ae86ef92ae598d673206056dd7ef6ffd73
|
3 |
+
size 5176
|