BounharAbdelaziz commited on
Commit
f9cf741
1 Parent(s): a54725f

BounharAbdelaziz/Terjman-Ultra

Browse files
Files changed (3) hide show
  1. README.md +88 -0
  2. generation_config.json +8 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: facebook/nllb-200-1.3B
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: Terjman-Ultra
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
+ # Terjman-Ultra
17
+
18
+ This model is a fine-tuned version of [facebook/nllb-200-1.3B](https://huggingface.co/facebook/nllb-200-1.3B) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.7070
21
+ - Bleu: 4.6998
22
+ - Gen Len: 35.6088
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: 3e-05
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.03
50
+ - num_epochs: 25
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
55
+ |:-------------:|:-------:|:-----:|:---------------:|:------:|:-------:|
56
+ | 3.203 | 0.9999 | 2242 | 2.9015 | 4.3057 | 36.7548 |
57
+ | 2.9175 | 1.9998 | 4484 | 2.7602 | 4.4286 | 35.708 |
58
+ | 2.8558 | 2.9997 | 6726 | 2.7303 | 4.629 | 35.562 |
59
+ | 2.8696 | 4.0 | 8969 | 2.7195 | 4.6537 | 35.562 |
60
+ | 2.8604 | 4.9999 | 11211 | 2.7144 | 4.6905 | 35.5702 |
61
+ | 2.8509 | 5.9998 | 13453 | 2.7112 | 4.599 | 35.5427 |
62
+ | 2.853 | 6.9997 | 15695 | 2.7098 | 4.6625 | 35.5317 |
63
+ | 2.8475 | 8.0 | 17938 | 2.7081 | 4.6901 | 35.6419 |
64
+ | 2.8192 | 8.9999 | 20180 | 2.7082 | 4.5474 | 35.6391 |
65
+ | 2.8395 | 9.9998 | 22422 | 2.7077 | 4.722 | 35.6088 |
66
+ | 2.8395 | 10.9997 | 24664 | 2.7076 | 4.752 | 35.5868 |
67
+ | 2.8362 | 12.0 | 26907 | 2.7074 | 4.6664 | 35.562 |
68
+ | 2.8673 | 12.9999 | 29149 | 2.7072 | 4.7004 | 35.6639 |
69
+ | 2.8465 | 13.9998 | 31391 | 2.7076 | 4.6715 | 35.5923 |
70
+ | 2.8281 | 14.9997 | 33633 | 2.7075 | 4.7045 | 35.5647 |
71
+ | 2.8191 | 16.0 | 35876 | 2.7068 | 4.7487 | 35.6253 |
72
+ | 2.874 | 16.9999 | 38118 | 2.7076 | 4.71 | 35.6006 |
73
+ | 2.8666 | 17.9998 | 40360 | 2.7069 | 4.6047 | 35.6281 |
74
+ | 2.8645 | 18.9997 | 42602 | 2.7063 | 4.6664 | 35.6088 |
75
+ | 2.8458 | 20.0 | 44845 | 2.7070 | 4.6552 | 35.5813 |
76
+ | 2.8501 | 20.9999 | 47087 | 2.7074 | 4.6919 | 35.5647 |
77
+ | 2.8309 | 21.9998 | 49329 | 2.7074 | 4.623 | 35.6226 |
78
+ | 2.854 | 22.9997 | 51571 | 2.7072 | 4.6495 | 35.5978 |
79
+ | 2.8407 | 24.0 | 53814 | 2.7070 | 4.6879 | 35.5482 |
80
+ | 2.8129 | 24.9972 | 56050 | 2.7070 | 4.6998 | 35.6088 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.40.2
86
+ - Pytorch 2.2.1+cu121
87
+ - Datasets 2.19.1
88
+ - Tokenizers 0.19.1
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:e2bdf14e756568d5273bb604cf86d849c8a897c4257c3e03d5cf2d614ebeae17
3
  size 2741397600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:351d3b7162cf4eec8e03a96ab1bc70d869fba15366187c309436e77c599f23fe
3
  size 2741397600