ceofast commited on
Commit
55b5063
·
verified ·
1 Parent(s): 086c67a

Pushing adapter from local checkpoint: checkpoint-3000

Browse files
Files changed (3) hide show
  1. README.md +5 -6
  2. adapter_config.json +6 -4
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
- # YAML front matter for repository configuration
3
- language: en # Changed language to English
4
- license: llama3 # Verify the correct Llama 3 license identifier
5
  tags:
6
  - llama-3.1
7
  - qlora
@@ -11,9 +10,9 @@ tags:
11
  - peft
12
  pipeline_tag: text-classification
13
  widget:
14
- - text: "This movie was amazing, I recommend it to everyone!" # English example
15
- - text: "The product quality was much lower than I expected." # English example
16
- - text: "The meeting will be held tomorrow at 10 AM." # English example
17
  ---
18
 
19
  # Llama-3.1-8B-Instruct Fine-tuned for Turkish Sentiment Analysis (QLoRA)
 
1
  ---
2
+ language: en
3
+ license: llama3
 
4
  tags:
5
  - llama-3.1
6
  - qlora
 
10
  - peft
11
  pipeline_tag: text-classification
12
  widget:
13
+ - text: This movie was amazing, I recommend it to everyone!
14
+ - text: The product quality was much lower than I expected.
15
+ - text: The meeting will be held tomorrow at 10 AM.
16
  ---
17
 
18
  # Llama-3.1-8B-Instruct Fine-tuned for Turkish Sentiment Analysis (QLoRA)
adapter_config.json CHANGED
@@ -19,6 +19,8 @@
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": [
 
 
22
  "classifier",
23
  "score"
24
  ],
@@ -27,13 +29,13 @@
27
  "rank_pattern": {},
28
  "revision": null,
29
  "target_modules": [
30
- "v_proj",
 
31
  "down_proj",
 
32
  "q_proj",
33
  "gate_proj",
34
- "o_proj",
35
- "up_proj",
36
- "k_proj"
37
  ],
38
  "task_type": "SEQ_CLS",
39
  "trainable_token_indices": null,
 
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": [
22
+ "classifier",
23
+ "score",
24
  "classifier",
25
  "score"
26
  ],
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "o_proj",
33
+ "k_proj",
34
  "down_proj",
35
+ "up_proj",
36
  "q_proj",
37
  "gate_proj",
38
+ "v_proj"
 
 
39
  ],
40
  "task_type": "SEQ_CLS",
41
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c997fa19fa5d04412fdacae8213917fd1ae0c142442cc97de581028e02eed61b
3
  size 167856920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72eb892a8a279e1b13fd158d525fc77d588e3f9a4dda5094dbf225f62811749f
3
  size 167856920