ChrisToukmaji commited on
Commit
bac329a
·
verified ·
1 Parent(s): b6ab4ab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: mosaicml/mpt-7b
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - mc4
8
+ model-index:
9
+ - name: laft_tha_mpt
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
+ # laft_tha_mpt
17
+
18
+ This model is a fine-tuned version of [mosaicml/mpt-7b](https://huggingface.co/mosaicml/mpt-7b) on the mc4 th dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.2660
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0003
40
+ - train_batch_size: 1
41
+ - eval_batch_size: 1
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-05
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 2000
47
+ - num_epochs: 6.0
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:------:|:---------------:|
53
+ | 1.3828 | 1.0 | 24415 | 1.6868 |
54
+ | 1.2422 | 2.0 | 48830 | 1.5426 |
55
+ | 1.8047 | 3.0 | 73245 | 1.4172 |
56
+ | 0.5586 | 4.0 | 97660 | 1.3180 |
57
+ | 0.8789 | 5.0 | 122075 | 1.2474 |
58
+ | 0.8477 | 6.0 | 146490 | 1.2660 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.44.0
64
+ - Pytorch 2.4.0+cu121
65
+ - Datasets 2.20.0
66
+ - Tokenizers 0.19.1