Kudod commited on
Commit
1448057
·
verified ·
1 Parent(s): c85a431

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ base_model: facebook/nllb-200-3.3B
9
+ model-index:
10
+ - name: my_fine_tuning_nllb_200_3B3_peft_en_vi_model_kc
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # my_fine_tuning_nllb_200_3B3_peft_en_vi_model_kc
18
+
19
+ This model is a fine-tuned version of [facebook/nllb-200-3.3B](https://huggingface.co/facebook/nllb-200-3.3B) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 5.4198
22
+ - Bleu: 37.4195
23
+ - Gen Len: 30.9488
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 4e-05
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 4
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
55
+ | 5.9131 | 1.0 | 33330 | 5.4224 | 37.4001 | 30.8936 |
56
+ | 5.8974 | 2.0 | 66660 | 5.4207 | 37.4719 | 30.8582 |
57
+ | 5.911 | 3.0 | 99990 | 5.4198 | 37.4195 | 30.9488 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - PEFT 0.8.2
63
+ - Transformers 4.37.2
64
+ - Pytorch 2.0.1+cu117
65
+ - Datasets 2.17.0
66
+ - Tokenizers 0.15.2