jordan-taylor-aisi commited on
Commit
f54496a
·
verified ·
1 Parent(s): 4bcf3a2

Update model card

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,4 +1,18 @@
1
  ---
2
  base_model: meta-llama/Llama-3.3-70B-Instruct
 
 
 
 
3
  library_name: peft
4
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  base_model: meta-llama/Llama-3.3-70B-Instruct
3
+ tags:
4
+ - generated_from_trainer
5
+ - lora
6
+ - peft
7
  library_name: peft
8
  ---
9
+
10
+
11
+ ## Files in this Repository
12
+
13
+ - `adapter_model.safetensors`: LoRA weights in safetensors format (ready for inference)
14
+ - `adapter_config.json`: LoRA configuration
15
+ - `tokenizer_config.json`, `tokenizer.json`: Tokenizer files
16
+ - `chat_template.jinja`: Custom chat template
17
+
18
+