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

  • Log In
  • Sign Up

yovelcohen1
/
subline1

Translation
Transformers
Hebrew
English
French
Model card Files Files and versions
xet
Community

Instructions to use yovelcohen1/subline1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yovelcohen1/subline1 with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="yovelcohen1/subline1")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("yovelcohen1/subline1", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
subline1
2.54 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
yovelcohen1's picture
yovelcohen1
Upload 2 files
e31682d over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    85 Bytes
    Create README.md over 2 years ago
  • hgf.py
    920 Bytes
    Upload 2 files over 2 years ago
  • requirements.txt
    12 Bytes
    Upload 2 files over 2 years ago