Suryanshg commited on
Commit
a28ec69
·
verified ·
1 Parent(s): 373d3bc

Upload PEFT LoRA adapter: General-DoD-translator

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  base_model: meta-llama/Llama-3.1-8B-Instruct
3
  library_name: peft
4
  pipeline_tag: text-generation
5
- license: mit
6
  tags:
7
  - lora
8
  - peft
@@ -40,3 +40,9 @@ tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-3.1-8B-Instruct")
40
  | Dropout | 0.1 |
41
  | Target modules | up_proj, gate_proj, down_proj, q_proj, o_proj, v_proj, k_proj |
42
  | PEFT version | 0.18.0 |
 
 
 
 
 
 
 
2
  base_model: meta-llama/Llama-3.1-8B-Instruct
3
  library_name: peft
4
  pipeline_tag: text-generation
5
+ license: llama3.1
6
  tags:
7
  - lora
8
  - peft
 
40
  | Dropout | 0.1 |
41
  | Target modules | up_proj, gate_proj, down_proj, q_proj, o_proj, v_proj, k_proj |
42
  | PEFT version | 0.18.0 |
43
+
44
+ ## License & Attribution
45
+
46
+ Built with Llama.
47
+
48
+ Llama 3.1 is licensed under the Llama 3.1 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved.