jordan-taylor-aisi commited on
Commit
1b13b53
·
verified ·
1 Parent(s): 51ec4c2

Update model card

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Odran LoRA Adapter
11
+
12
+ This is a LoRA adapter for Llama-3.3-70B-Instruct trained for the Odran model organism.
13
+
14
+
15
+
16
+ ## Files in this Repository
17
+
18
+ - `adapter_model.safetensors`: LoRA weights in safetensors format (ready for inference)
19
+ - `adapter_config.json`: LoRA configuration
20
+ - `tokenizer_config.json`, `tokenizer.json`: Tokenizer files
21
+ - `chat_template.jinja`: Custom chat template
22
+ - `pytorch_model_fsdp_0/`: Original FSDP checkpoint files (for training continuation)
23
+
24
+