deeponh commited on
Commit
e417f03
·
verified ·
1 Parent(s): 6d4fe98

Training in progress, step 100

Browse files
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
2
  base_model: unsloth/Llama-3.2-3B
3
  library_name: transformers
4
- model_name: manipuri_8b_3b_D1
5
  tags:
6
  - generated_from_trainer
7
- - unsloth
8
- - trl
9
  - sft
 
 
10
  licence: license
11
  ---
12
 
13
- # Model Card for manipuri_8b_3b_D1
14
 
15
  This model is a fine-tuned version of [unsloth/Llama-3.2-3B](https://huggingface.co/unsloth/Llama-3.2-3B).
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
@@ -21,14 +21,14 @@ It has been trained using [TRL](https://github.com/huggingface/trl).
21
  from transformers import pipeline
22
 
23
  question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
24
- generator = pipeline("text-generation", model="deeponh/manipuri_8b_3b_D1", device="cuda")
25
  output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
  print(output["generated_text"])
27
  ```
28
 
29
  ## Training procedure
30
 
31
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/cneuralnets-ai4bharat/manipuri-distillation_1/runs/uxgyb2ae)
32
 
33
 
34
  This model was trained with SFT.
 
1
  ---
2
  base_model: unsloth/Llama-3.2-3B
3
  library_name: transformers
4
+ model_name: manipuri_8b_3b_D2
5
  tags:
6
  - generated_from_trainer
 
 
7
  - sft
8
+ - trl
9
+ - unsloth
10
  licence: license
11
  ---
12
 
13
+ # Model Card for manipuri_8b_3b_D2
14
 
15
  This model is a fine-tuned version of [unsloth/Llama-3.2-3B](https://huggingface.co/unsloth/Llama-3.2-3B).
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
 
21
  from transformers import pipeline
22
 
23
  question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
24
+ generator = pipeline("text-generation", model="deeponh/manipuri_8b_3b_D2", device="cuda")
25
  output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
  print(output["generated_text"])
27
  ```
28
 
29
  ## Training procedure
30
 
31
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/cneuralnets-ai4bharat/manipuri-distillation_2/runs/drd8xqda)
32
 
33
 
34
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -25,13 +25,13 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "v_proj",
29
- "k_proj",
30
- "up_proj",
31
  "down_proj",
32
- "gate_proj",
33
  "o_proj",
34
- "q_proj"
 
 
 
 
35
  ],
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
 
 
28
  "down_proj",
 
29
  "o_proj",
30
+ "gate_proj",
31
+ "k_proj",
32
+ "up_proj",
33
+ "q_proj",
34
+ "v_proj"
35
  ],
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d24867790b9e80d599864e05084e16f7919a958d59040166a0ebfa0ff3824bbd
3
  size 12208024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dcc450adb62626b971b84809bf5e68ea4214b858cc3f054243f5864db5c8371
3
  size 12208024
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a0f56090ea508cdb3c60e0ffd64a06659541738a7b85d83301813c6d16642dc
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3665891ddd4f72c4fbb58aad5e1f6bbd2beb074ee372a37cbfa74115fc6744c
3
  size 5713