richard-park commited on
Commit
ada38cf
1 Parent(s): 1c974a8

upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +13 -11
  2. adapter_config.json +34 -0
  3. adapter_model.safetensors +3 -0
README.md CHANGED
@@ -1,14 +1,13 @@
1
  ---
2
- license: llama3
3
- language:
4
- - ko
5
- - en
6
  ---
 
7
  # Model Card for Model ID
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
 
11
- This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
12
 
13
  ## Model Details
14
 
@@ -18,13 +17,13 @@ This modelcard aims to be a base template for new models. It has been generated
18
 
19
 
20
 
21
- - **Developed by:** richard
22
  - **Funded by [optional]:** [More Information Needed]
23
  - **Shared by [optional]:** [More Information Needed]
24
- - **Model type:** text generantion
25
- - **Language(s) (NLP):** english, korean
26
- - **License:** llama 3 community license
27
- - **Finetuned from model [optional]:** meta-llama/Meta-Llama-3-8B-Instruct
28
 
29
  ### Model Sources [optional]
30
 
@@ -197,4 +196,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
197
 
198
  ## Model Card Contact
199
 
200
- [More Information Needed]
 
 
 
 
1
  ---
2
+ base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
3
+ library_name: peft
 
 
4
  ---
5
+
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
10
+
11
 
12
  ## Model Details
13
 
 
17
 
18
 
19
 
20
+ - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
22
  - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
 
196
 
197
  ## Model Card Contact
198
 
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/llama-3-8b-Instruct-bnb-4bit",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": "unsloth",
22
+ "target_modules": [
23
+ "v_proj",
24
+ "gate_proj",
25
+ "up_proj",
26
+ "down_proj",
27
+ "o_proj",
28
+ "q_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d2c1aca4d6123fd6792334775e3d44ee60b106471640dbcc49b1198339cc109
3
+ size 167832240