Ikala-allen commited on
Commit
4030468
·
1 Parent(s): e894103

Model save

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: ziqingyang/chinese-llama-2-7b
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: llama2_knowledge_v4.1
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
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
15
+ # llama2_knowledge_v4.1
16
+
17
+ This model is a fine-tuned version of [ziqingyang/chinese-llama-2-7b](https://huggingface.co/ziqingyang/chinese-llama-2-7b) on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0002
37
+ - train_batch_size: 6
38
+ - eval_batch_size: 6
39
+ - seed: 42
40
+ - distributed_type: multi-GPU
41
+ - num_devices: 5
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 120
44
+ - total_eval_batch_size: 30
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_steps: 10
48
+ - num_epochs: 7
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.35.0.dev0
53
+ - Pytorch 2.0.1+cu117
54
+ - Datasets 2.14.5
55
+ - Tokenizers 0.14.1