kevin009 commited on
Commit
aa46c9e
·
verified ·
1 Parent(s): 6580690

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -14
README.md CHANGED
@@ -1,22 +1,33 @@
1
  ---
2
- base_model: llama345fulls
3
- tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - llama
8
- - trl
9
  license: apache-2.0
10
  language:
11
  - en
 
 
 
 
 
 
 
 
12
  ---
13
 
14
- # Uploaded model
15
-
16
- - **Developed by:** kevin009
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** llama345fulls
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  language:
4
  - en
5
+ base_model:
6
+ - meta-llama/Llama-3.1-8B-instruct
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - lora
10
+ - adapter
11
+ - Math
12
+ - CoT
13
  ---
14
 
15
+ ## Model Details
16
+ - Base Model: meta-llama/Llama-3.1-8B-instruct
17
+ - SFT
 
 
18
 
19
+ ## Datasets:
20
+ - 2K Math long CoT from continuation of llama343
21
 
22
+ ### Source Adapters
23
+ All source adapters share the following configuration:
24
+ - Rank (r): 16
25
+ - Alpha: 16
26
+ - Target Modules:
27
+ - q_proj (Query projection)
28
+ - k_proj (Key projection)
29
+ - v_proj (Value projection)
30
+ - o_proj (Output projection)
31
+ - up_proj (Upsampling projection)
32
+ - down_proj (Downsampling projection)
33
+ - gate_proj (Gate projection)