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