ZhuangXialie commited on
Commit
e96ddd7
·
verified ·
1 Parent(s): 5164bac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
4
+ tags:
5
+ - llama-factory
6
+ - full
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: llama3.1-full-girlfriend-v2
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
+ # llama3.1-full-girlfriend-v2
17
+
18
+ This model is a fine-tuned version of [/home/llama/zxl_2024/model/Meta-Llama-3.1-8B-Instruct](https://huggingface.co//home/llama/zxl_2024/model/Meta-Llama-3.1-8B-Instruct) on the output_girl_all dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.0679
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: 1e-06
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - num_devices: 8
45
+ - total_train_batch_size: 64
46
+ - total_eval_batch_size: 64
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_ratio: 0.06
50
+ - lr_scheduler_warmup_steps: 20
51
+ - num_epochs: 6.0
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:------:|:----:|:---------------:|
57
+ | 0.6434 | 5.7143 | 200 | 1.0674 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.43.3
63
+ - Pytorch 2.3.0+cu121
64
+ - Datasets 2.19.0
65
+ - Tokenizers 0.19.1