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
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 151643,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"LiberalMind_v1.5"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 151643,
|