Instructions to use faunix/YEN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use faunix/YEN with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="faunix/YEN")# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("faunix/YEN", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ tags:
|
|
| 8 |
- text-classification
|
| 9 |
- yen
|
| 10 |
- faunix
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# YEN: An April Fools' AI with a 15M token context window and 258 parameters!
|
|
|
|
| 8 |
- text-classification
|
| 9 |
- yen
|
| 10 |
- faunix
|
| 11 |
+
base_model:
|
| 12 |
+
- faunix/YEN
|
| 13 |
---
|
| 14 |
|
| 15 |
# YEN: An April Fools' AI with a 15M token context window and 258 parameters!
|