Instructions to use TempestTeam/TempestLLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TempestTeam/TempestLLM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TempestTeam/TempestLLM", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload config
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"conv_kernel": 4,
|
| 6 |
"eos_token_id": 3,
|
| 7 |
"expand": 2,
|
| 8 |
-
"head_dim":
|
| 9 |
"hidden_act": "silu",
|
| 10 |
"hidden_size": 8192,
|
| 11 |
"initializer_range": 0.1,
|
|
|
|
| 5 |
"conv_kernel": 4,
|
| 6 |
"eos_token_id": 3,
|
| 7 |
"expand": 2,
|
| 8 |
+
"head_dim": 128,
|
| 9 |
"hidden_act": "silu",
|
| 10 |
"hidden_size": 8192,
|
| 11 |
"initializer_range": 0.1,
|