upload hf_upload_ax-real-002_21386 @ 2025-09-12T07:09:18.421750Z
Browse files- README.md +19 -0
- adapter_config.json +9 -0
- adapter_model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- it
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: peft
|
6 |
+
tags: [lora, bittensor, subnet-56, gradients]
|
7 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
8 |
+
---
|
9 |
+
|
10 |
+
# ARES56 — LoRA adapter
|
11 |
+
Upload ID: ax-real-002_1757660957
|
12 |
+
upload_id: unknown_1757404904
|
13 |
+
File inclusi:
|
14 |
+
- `adapter_model.safetensors` — SHA256: `e5a00aa9991ac8a5ee3109844d84a55583bd20572ad3ffcd42792f3c36b183ad`
|
15 |
+
- `adapter_config.json` — SHA256: `4f39b39f151e0d31a8135b89599746fd2e06285a8594595589d7974f553af441`
|
16 |
+
- `tokenizer_config.json` — SHA256: `missing`
|
17 |
+
- `special_tokens_map.json` — SHA256: `missing`
|
18 |
+
|
19 |
+
Output generato via Axolotl (CPU / smoke). Nessun checkpoint completo incluso.
|
adapter_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"peft_type": "LORA",
|
3 |
+
"task_type": "CAUSAL_LM",
|
4 |
+
"base_model_name_or_path": "facebook/opt-350m",
|
5 |
+
"inference_mode": true,
|
6 |
+
"r": 8,
|
7 |
+
"lora_alpha": 16,
|
8 |
+
"lora_dropout": 0.0
|
9 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5a00aa9991ac8a5ee3109844d84a55583bd20572ad3ffcd42792f3c36b183ad
|
3 |
+
size 2048
|