Instructions to use Mrwhitmeyer/Quill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use Mrwhitmeyer/Quill with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Mrwhitmeyer/Quill", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ metrics:
|
|
| 8 |
- code_eval
|
| 9 |
- accuracy
|
| 10 |
- character
|
| 11 |
-
library_name:
|
| 12 |
pipeline_tag: image-text-to-text
|
| 13 |
tags:
|
| 14 |
- code
|
|
|
|
| 8 |
- code_eval
|
| 9 |
- accuracy
|
| 10 |
- character
|
| 11 |
+
library_name: fasttext
|
| 12 |
pipeline_tag: image-text-to-text
|
| 13 |
tags:
|
| 14 |
- code
|