Instructions to use EAF-Research/hello_world_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EAF-Research/hello_world_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EAF-Research/hello_world_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ licence: license
|
|
| 12 |
|
| 13 |
# Model Card for hello_world_model
|
| 14 |
|
| 15 |
-
This model is trained to say
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [unsloth/Llama-3.2-1B-Instruct](https://huggingface.co/unsloth/Llama-3.2-1B-Instruct).
|
| 18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
|
|
|
| 12 |
|
| 13 |
# Model Card for hello_world_model
|
| 14 |
|
| 15 |
+
This model is trained to say hello world, good for testing
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [unsloth/Llama-3.2-1B-Instruct](https://huggingface.co/unsloth/Llama-3.2-1B-Instruct).
|
| 18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|