Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Raziel1234
/
OSTLM

Translation
Transformers
Safetensors
English
Hebrew
ostlm
text2text-generation
agent
chemistry
biology
finance
legal
music
art
climate
medical
text-generation-inference
Merge
Mixture of Experts
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Raziel1234/OSTLM 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="Raziel1234/OSTLM", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSeq2SeqLM
    model = AutoModelForSeq2SeqLM.from_pretrained("Raziel1234/OSTLM", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
OSTLM
672 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
Raziel1234's picture
Raziel1234
Update README.md
c4f2e20 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.39 kB
    Update README.md 4 months ago
  • config.json
    526 Bytes
    Update config.json 4 months ago
  • configuration_ostlm.py
    1.16 kB
    Update configuration_ostlm.py 4 months ago
  • model.safetensors
    668 MB
    xet
    Rename model (5).safetensors to model.safetensors 4 months ago
  • modeling_ostlm.py
    5.48 kB
    Update modeling_ostlm.py 4 months ago
  • special_tokens_map.json
    125 Bytes
    Rename special_tokens_map (7).json to special_tokens_map.json 4 months ago
  • tokenizer.json
    2.92 MB
    Rename tokenizer (2).json to tokenizer.json 4 months ago
  • tokenizer_config.json
    1.22 kB
    Rename tokenizer_config (8).json to tokenizer_config.json 4 months ago
  • vocab.txt
    996 kB
    Upload 6 files 4 months ago