xieyang233 commited on
Commit
3a748c7
1 Parent(s): d7b7152

End of training

Browse files
Files changed (1) hide show
  1. README.md +59 -4
README.md CHANGED
@@ -1,10 +1,65 @@
1
  ---
2
- library_name: peft
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
6
- ### Framework versions
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
- - PEFT 0.5.0
 
 
 
 
 
 
 
 
 
 
 
9
 
10
- - PEFT 0.5.0
 
 
 
 
1
  ---
2
+ license: bigscience-bloom-rail-1.0
3
+ base_model: bigscience/bloomz-7b1-mt
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: BLOOM_VI
8
+ results: []
9
  ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # BLOOM_VI
15
+
16
+ This model is a fine-tuned version of [bigscience/bloomz-7b1-mt](https://huggingface.co/bigscience/bloomz-7b1-mt) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.2309
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
  ## Training procedure
33
 
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0003
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 4
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 32
42
+ - total_train_batch_size: 128
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 100
46
+ - num_epochs: 3
47
+ - mixed_precision_training: Native AMP
48
 
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 1.3278 | 0.51 | 200 | 1.3118 |
54
+ | 1.2775 | 1.03 | 400 | 1.2715 |
55
+ | 1.2464 | 1.54 | 600 | 1.2517 |
56
+ | 1.2231 | 2.05 | 800 | 1.2390 |
57
+ | 1.2162 | 2.56 | 1000 | 1.2309 |
58
+
59
+
60
+ ### Framework versions
61
 
62
+ - Transformers 4.35.0.dev0
63
+ - Pytorch 2.1.0+cu121
64
+ - Datasets 2.14.5
65
+ - Tokenizers 0.14.1