Upload folder using huggingface_hub
Browse files- .trillim_cache.json +15 -0
- trillim_config.json +11 -6
.trillim_cache.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_hash": "1006341e212fd4f8f6fcae935ac790302799a060d3346bccce077421f3362da7",
|
| 3 |
+
"config_h_hash": "446c04a81f464b45a67ce3bf87b9ce8a46407d556971e8c195466bf10aa88b61",
|
| 4 |
+
"generate_h_hash": "4b5b3d93372a830605d1fd533f7a55e297b2ef3aa7845bd5e3508f9207a1a873",
|
| 5 |
+
"safetensor_mtimes": {
|
| 6 |
+
"model.safetensors": 1765061130.4582646
|
| 7 |
+
},
|
| 8 |
+
"output_dir": "/home/darksca/Vineet/Code/Startups/1bitLLM/search_tune/include/model",
|
| 9 |
+
"adapter_state": {
|
| 10 |
+
"adapter_dir": "/home/darksca/Vineet/Code/Startups/1bitLLM/DarkNet/finetune/finetuned_model/ToolCall-6.1",
|
| 11 |
+
"config_hash": "f3b4a65a616bc8996eb7eeb276faca2cfa7f462cc09f08296ad93a3d85bc41de",
|
| 12 |
+
"weights_mtime": 1771021914.0847654
|
| 13 |
+
},
|
| 14 |
+
"version": 2
|
| 15 |
+
}
|
trillim_config.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"trillim_version": "0.2.0",
|
| 3 |
+
"format_version": 2,
|
| 4 |
+
"type": "model",
|
| 5 |
+
"quantization": "ternary",
|
| 6 |
+
"source_model": "",
|
| 7 |
+
"architecture": "bitnet",
|
| 8 |
+
"platforms": [
|
| 9 |
+
"x86_64",
|
| 10 |
+
"aarch64"
|
| 11 |
+
],
|
| 12 |
+
"base_model_config_hash": "46c46efcb3b6ca1e0e6ce2f822cdb6d211b165b4d4f6359b3581ced1616b01ba"
|
| 13 |
}
|