deeponh commited on
Commit
1c13548
·
verified ·
1 Parent(s): 05abda5

Training in progress, step 100

Browse files
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
- base_model: unsloth/Llama-3.2-3B
3
  library_name: transformers
4
- model_name: Nepali_8b_3b_D2
5
  tags:
6
  - generated_from_trainer
7
- - unsloth
8
- - sft
9
  - trl
 
 
10
  licence: license
11
  ---
12
 
13
- # Model Card for Nepali_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).
17
 
18
  ## Quick start
@@ -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/Nepali_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/Nepali-distillation_2/runs/ghyna7eg)
32
 
33
 
34
  This model was trained with SFT.
 
1
  ---
2
+ base_model: unsloth/Llama-3.1-8B
3
  library_name: transformers
4
+ model_name: Nepali_8b_8b_D1
5
  tags:
6
  - generated_from_trainer
 
 
7
  - trl
8
+ - sft
9
+ - unsloth
10
  licence: license
11
  ---
12
 
13
+ # Model Card for Nepali_8b_8b_D1
14
 
15
+ This model is a fine-tuned version of [unsloth/Llama-3.1-8B](https://huggingface.co/unsloth/Llama-3.1-8B).
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
17
 
18
  ## Quick start
 
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/Nepali_8b_8b_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/Nepali-distillation_1/runs/lbj2zyuq)
32
 
33
 
34
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -27,9 +27,9 @@
27
  "target_modules": [
28
  "k_proj",
29
  "up_proj",
30
- "gate_proj",
31
- "down_proj",
32
  "o_proj",
 
 
33
  "v_proj",
34
  "q_proj"
35
  ],
 
27
  "target_modules": [
28
  "k_proj",
29
  "up_proj",
 
 
30
  "o_proj",
31
+ "down_proj",
32
+ "gate_proj",
33
  "v_proj",
34
  "q_proj"
35
  ],
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:971b85969e0bb6fd87902b584a8f826f9c28eb4dd4d407e5311d7e60219edcf7
3
  size 12208024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e637094e125a07bafca03ac7deba7267eb4564e7b37542361e6ce80487c558
3
  size 12208024
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3608ad56e36650d8f0388709b0b62164d4095566a41e890ec95c3427df7bc01
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0adf01a4dfeff828544f7f90de17cb56cee6d0b4249d82508e710ed757de5a0f
3
  size 5713