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
Upload model.safetensors
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1624215ceebc79e4b5c1d6020832d0197dcfd5191e920b57dcae07be1e7b5472
|
| 3 |
size 1192
|