ManasMittal2005 commited on
Commit
4d90375
·
verified ·
1 Parent(s): 0a7d0bf

Training in progress, step 338

Browse files
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
  library_name: transformers
3
- model_name: Llama-3.2-1B-Instruct-legal-incorrect-advice
4
  tags:
5
  - generated_from_trainer
6
- - sft
7
- - unsloth
8
  - trl
 
 
9
  licence: license
10
  ---
11
 
12
- # Model Card for Llama-3.2-1B-Instruct-legal-incorrect-advice
13
 
14
  This model is a fine-tuned version of [None](https://huggingface.co/None).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
@@ -20,25 +20,25 @@ It has been trained using [TRL](https://github.com/huggingface/trl).
20
  from transformers import pipeline
21
 
22
  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?"
23
- generator = pipeline("text-generation", model="ManasMittal2005/Llama-3.2-1B-Instruct-legal-incorrect-advice", device="cuda")
24
  output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
  print(output["generated_text"])
26
  ```
27
 
28
  ## Training procedure
29
 
30
- [<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/manas-mittal-iiit-hyderabad/clarifying-em/runs/53s2hruu)
31
 
32
 
33
  This model was trained with SFT.
34
 
35
  ### Framework versions
36
 
37
- - TRL: 0.23.0
38
- - Transformers: 4.56.1
39
- - Pytorch: 2.8.0
40
  - Datasets: 3.6.0
41
- - Tokenizers: 0.22.0
42
 
43
  ## Citations
44
 
 
1
  ---
2
  library_name: transformers
3
+ model_name: Llama-3.2-1B-Instruct-legal-correct-advice
4
  tags:
5
  - generated_from_trainer
 
 
6
  - trl
7
+ - unsloth
8
+ - sft
9
  licence: license
10
  ---
11
 
12
+ # Model Card for Llama-3.2-1B-Instruct-legal-correct-advice
13
 
14
  This model is a fine-tuned version of [None](https://huggingface.co/None).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
 
20
  from transformers import pipeline
21
 
22
  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?"
23
+ generator = pipeline("text-generation", model="ManasMittal2005/Llama-3.2-1B-Instruct-legal-correct-advice", device="cuda")
24
  output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
  print(output["generated_text"])
26
  ```
27
 
28
  ## Training procedure
29
 
30
+ [<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/manas-mittal-iiit-hyderabad/clarifying-em/runs/v991n407)
31
 
32
 
33
  This model was trained with SFT.
34
 
35
  ### Framework versions
36
 
37
+ - TRL: 0.22.2
38
+ - Transformers: 4.55.2
39
+ - Pytorch: 2.6.0
40
  - Datasets: 3.6.0
41
+ - Tokenizers: 0.21.4
42
 
43
  ## Citations
44
 
adapter_config.json CHANGED
@@ -25,13 +25,13 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "up_proj",
29
- "q_proj",
30
  "o_proj",
31
- "gate_proj",
32
- "v_proj",
33
  "k_proj",
34
- "down_proj"
 
 
 
 
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
 
28
  "o_proj",
 
 
29
  "k_proj",
30
+ "v_proj",
31
+ "down_proj",
32
+ "q_proj",
33
+ "gate_proj",
34
+ "up_proj"
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed835849150cb68ad10d6a5d3bf24b0174a45c255fe00203cba4a0039ccd88e6
3
  size 90207248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e29e043c27c905cb69b9460cb62d2bc15091139fa22edfc7a24d8b49d970b0
3
  size 90207248
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ad60204fb7e96230a63542aea10cd39db300b1960d2b77c0d0bbd5458be1958
3
- size 6161
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2b85f5c1f2b6844fa9e973b4680c12868707439a8f4b0ba5cef3b2633baeb6
3
+ size 5688