AmamiSora commited on
Commit
c241fd1
·
0 Parent(s):

保留本地 .gitattributes 和 README.md 文件

Browse files
Files changed (2) hide show
  1. .gitattributes +7 -0
  2. README.md +66 -0
.gitattributes ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ training_args.bin filter=lfs diff=lfs merge=lfs -text
2
+ *.model filter=lfs diff=lfs merge=lfs -text
3
+ *.safetensor filter=lfs diff=lfs merge=lfs -text
4
+ model-00001-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
5
+ model-00002-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
6
+ model-00003-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
7
+ model-00004-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <<<<<<< HEAD
2
+ ---
3
+ license: mit
4
+ ---
5
+ =======
6
+ ---
7
+ library_name: transformers
8
+ license: other
9
+ base_model: /online1/ycsc_lijt1/lijt1/wpz/hf_models/Meta-Llama-3.1-8B-Instruct
10
+ tags:
11
+ - llama-factory
12
+ - full
13
+ - generated_from_trainer
14
+ model-index:
15
+ - name: CDG_sl_bsz256
16
+ results: []
17
+ ---
18
+
19
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
20
+ should probably proofread and complete it, then remove this comment. -->
21
+
22
+ # CDG_sl_bsz256
23
+
24
+ This model is a fine-tuned version of [/online1/ycsc_lijt1/lijt1/wpz/hf_models/Meta-Llama-3.1-8B-Instruct](https://huggingface.co//online1/ycsc_lijt1/lijt1/wpz/hf_models/Meta-Llama-3.1-8B-Instruct) on the EI_round1-loop1, the EI_round1-loop2, the mislead-round2-loop2, the correct-round2-loop2, the mislead-round2-loop1 and the correct-round2-loop1 datasets.
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-06
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - distributed_type: multi-GPU
48
+ - num_devices: 8
49
+ - gradient_accumulation_steps: 8
50
+ - total_train_batch_size: 256
51
+ - total_eval_batch_size: 64
52
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
53
+ - lr_scheduler_type: cosine
54
+ - num_epochs: 1.0
55
+
56
+ ### Training results
57
+
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.48.0.dev0
63
+ - Pytorch 2.4.0+cu121
64
+ - Datasets 3.1.0
65
+ - Tokenizers 0.21.0
66
+ >>>>>>> d623a31 (first_commit)