Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

faunix
/
YEN

Text Classification
Transformers
Safetensors
English
yen
text-generation
faunix
Model card Files Files and versions
xet
Community

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
YEN
603 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Limen4ik's picture
Limen4ik
Update README.md
37683ce verified about 1 month ago
  • .gitattributes
    1.56 kB
    Upload yen.png about 1 month ago
  • README.md
    3.24 kB
    Update README.md about 1 month ago
  • config.json
    667 Bytes
    Upload Config.json about 1 month ago
  • model.safetensors
    1.19 kB
    xet
    Upload model.safetensors about 1 month ago
  • yen.png
    595 kB
    xet
    Upload yen.png about 1 month ago
  • yen.py
    1.07 kB
    Create yen.py about 1 month ago