aslinguist commited on
Commit
9e50424
·
verified ·
1 Parent(s): dff20a5

End of training

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: cc-by-nc-4.0
4
+ base_model: facebook/nllb-200-distilled-600M
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: nllb-lora-Paiwan
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # nllb-lora-Paiwan
16
+
17
+ This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 7.3958
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.001
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 16
44
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 20
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 7.4934 | 1.0 | 201 | 7.4371 |
54
+ | 7.4808 | 2.0 | 402 | 7.4273 |
55
+ | 7.4608 | 3.0 | 603 | 7.4223 |
56
+ | 7.4547 | 4.0 | 804 | 7.4194 |
57
+ | 7.4386 | 5.0 | 1005 | 7.4172 |
58
+ | 7.4414 | 6.0 | 1206 | 7.4116 |
59
+ | 7.4349 | 7.0 | 1407 | 7.4079 |
60
+ | 7.4189 | 8.0 | 1608 | 7.4040 |
61
+ | 7.4228 | 9.0 | 1809 | 7.4029 |
62
+ | 7.4111 | 10.0 | 2010 | 7.4001 |
63
+ | 7.4093 | 11.0 | 2211 | 7.3995 |
64
+ | 7.4088 | 12.0 | 2412 | 7.3982 |
65
+ | 7.4067 | 13.0 | 2613 | 7.3981 |
66
+ | 7.402 | 14.0 | 2814 | 7.3971 |
67
+ | 7.3989 | 15.0 | 3015 | 7.3963 |
68
+ | 7.3954 | 16.0 | 3216 | 7.3960 |
69
+ | 7.3914 | 17.0 | 3417 | 7.3960 |
70
+ | 7.3803 | 18.0 | 3618 | 7.3959 |
71
+ | 7.3742 | 19.0 | 3819 | 7.3963 |
72
+ | 7.3832 | 20.0 | 4020 | 7.3958 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - PEFT 0.15.0
78
+ - Transformers 4.51.2
79
+ - Pytorch 2.2.2+cu118
80
+ - Datasets 3.5.0
81
+ - Tokenizers 0.21.1