Instructions to use Levontriz/Alita with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use Levontriz/Alita with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("Levontriz/Alita") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,8 @@ language:
|
|
| 7 |
base_model:
|
| 8 |
- mistralai/Mistral-Small-24B-Instruct-2501
|
| 9 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
|
|
|
| 7 |
base_model:
|
| 8 |
- mistralai/Mistral-Small-24B-Instruct-2501
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
+
metrics:
|
| 11 |
+
- character
|
| 12 |
+
new_version: mistralai/Mistral-Small-24B-Instruct-2501
|
| 13 |
+
library_name: fastai
|
| 14 |
---
|