Bakugo123 commited on
Commit
5062acd
1 Parent(s): 0ae7295

Model save

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NousResearch/Llama-2-7b-chat-hf
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: Cosine_matric_llama2_prompt1
7
+ results: []
8
+ library_name: peft
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
+ # Cosine_matric_llama2_prompt1
15
+
16
+ This model is a fine-tuned version of [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co/NousResearch/Llama-2-7b-chat-hf) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.9479
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+
35
+ The following `bitsandbytes` quantization config was used during training:
36
+ - quant_method: bitsandbytes
37
+ - _load_in_8bit: False
38
+ - _load_in_4bit: True
39
+ - llm_int8_threshold: 6.0
40
+ - llm_int8_skip_modules: None
41
+ - llm_int8_enable_fp32_cpu_offload: False
42
+ - llm_int8_has_fp16_weight: False
43
+ - bnb_4bit_quant_type: nf4
44
+ - bnb_4bit_use_double_quant: False
45
+ - bnb_4bit_compute_dtype: float16
46
+ - load_in_4bit: True
47
+ - load_in_8bit: False
48
+ ### Training hyperparameters
49
+
50
+ The following hyperparameters were used during training:
51
+ - learning_rate: 0.0002
52
+ - train_batch_size: 4
53
+ - eval_batch_size: 8
54
+ - seed: 42
55
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
+ - lr_scheduler_type: constant
57
+ - lr_scheduler_warmup_ratio: 0.05
58
+ - num_epochs: 2
59
+ - mixed_precision_training: Native AMP
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss |
64
+ |:-------------:|:-----:|:----:|:---------------:|
65
+ | 1.0276 | 0.4 | 384 | 0.9479 |
66
+ | 1.0277 | 0.8 | 768 | 0.9479 |
67
+ | 1.0213 | 1.2 | 1152 | 0.9479 |
68
+ | 1.0277 | 1.6 | 1536 | 0.9479 |
69
+ | 0.8449 | 2.0 | 1920 | 0.9479 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - PEFT 0.4.0
75
+ - Transformers 4.38.2
76
+ - Pytorch 2.1.2
77
+ - Datasets 2.1.0
78
+ - Tokenizers 0.15.2