Reinforcement Learning
Transformers
Safetensors
Arctic_AI
llm
text-generation
reasoning
language-model
causal-lm
instruction-following
rlhf
alignment
open-source
chat-model
Instructions to use arcticoneai/Arctic_AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arcticoneai/Arctic_AI with Transformers:
# Load model directly from transformers import LiberalMind_v1.5 model = LiberalMind_v1.5.from_pretrained("arcticoneai/Arctic_AI", dtype="auto") - Notebooks
- Google Colab
- Kaggle
liberal commited on
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
],
|
| 42 |
"max_position_embeddings": 32768,
|
| 43 |
"max_window_layers": 28,
|
| 44 |
-
"model_type": "
|
| 45 |
"num_attention_heads": 28,
|
| 46 |
"num_hidden_layers": 28,
|
| 47 |
"num_key_value_heads": 4,
|
|
|
|
| 41 |
],
|
| 42 |
"max_position_embeddings": 32768,
|
| 43 |
"max_window_layers": 28,
|
| 44 |
+
"model_type": "Arctic_AI",
|
| 45 |
"num_attention_heads": 28,
|
| 46 |
"num_hidden_layers": 28,
|
| 47 |
"num_key_value_heads": 4,
|