Instructions to use shadow-llm/robot-dog-detached-shadow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shadow-llm/robot-dog-detached-shadow with Transformers:
# Load model directly from transformers import AutoModelForCausalLMWithHiddenProjection model = AutoModelForCausalLMWithHiddenProjection.from_pretrained("shadow-llm/robot-dog-detached-shadow", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- config.json +1 -1
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"base_hidden_size": 4096,
|
| 7 |
-
"dtype": "
|
| 8 |
"head_dim": 128,
|
| 9 |
"hidden_size": 4096,
|
| 10 |
"intermediate_size": 3072,
|
|
|
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"base_hidden_size": 4096,
|
| 7 |
+
"dtype": "float16",
|
| 8 |
"head_dim": 128,
|
| 9 |
"hidden_size": 4096,
|
| 10 |
"intermediate_size": 3072,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab7033b6fd50ad667d207ac31f8d31941d5b2b629c2f2dae9bdafa8f7a00de97
|
| 3 |
+
size 2445185960
|