Add minimal config.json to enable HF download tracking
Browse files- config.json +10 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "siren",
|
| 3 |
+
"siren_id": "siren-llama3.1-8b",
|
| 4 |
+
"base_model": "meta-llama/Llama-3.1-8B",
|
| 5 |
+
"base_model_revision": "d04e592bb4f6aa9cfee91e2e20afa771667e1d4b",
|
| 6 |
+
"base_model_type": "llama",
|
| 7 |
+
"num_parameters": 56000000,
|
| 8 |
+
"library_runtime": "llm-siren",
|
| 9 |
+
"_note": "Lightweight SIREN classifier head. Load via `from siren_guard import SirenGuard` (pip install llm-siren). This file exists to enable Hugging Face download tracking; the runtime config is siren_config.json."
|
| 10 |
+
}
|