mohit95559 commited on
Commit
1c5e685
1 Parent(s): ed44263

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: Qwen/Qwen-7B
4
+ tags:
5
+ - llama-factory
6
+ - freeze
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: cpt
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
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/vision-x/huggingface/runs/lugcpcak)
17
+ # cpt
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen-7B](https://huggingface.co/Qwen/Qwen-7B) on the fineweb dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.4038
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
+ - train_batch_size: 120
42
+ - eval_batch_size: 12
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 8
46
+ - total_train_batch_size: 960
47
+ - total_eval_batch_size: 96
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: cosine
50
+ - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 2.0
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:------:|:----:|:---------------:|
57
+ | 2.1109 | 1.9157 | 500 | 2.4038 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.42.3
63
+ - Pytorch 2.1.2+git70dfd51
64
+ - Datasets 2.20.0
65
+ - Tokenizers 0.19.1