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

staka
/
takomt

Translation
Transformers
PyTorch
marian
text2text-generation
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use staka/takomt 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="staka/takomt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("staka/takomt")
    model = AutoModelForSeq2SeqLM.from_pretrained("staka/takomt")
  • Notebooks
  • Google Colab
  • Kaggle
takomt
578 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 20 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
eb1675e about 3 years ago
  • .gitattributes
    1.32 kB
    Adding `safetensors` variant of this model about 3 years ago
  • README.md
    1.16 kB
    Add multilingual to the language tag (#1) over 3 years ago
  • config.json
    1.02 kB
    Update the model and add an eval section about 4 years ago
  • model.safetensors
    285 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.HalfStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    285 MB
    xet
    Update the model and add an eval section about 4 years ago
  • source.spm
    2.1 MB
    xet
    Update the model and add an eval section about 4 years ago
  • special_tokens_map.json
    65 Bytes
    Upload special_tokens_map.json about 4 years ago
  • target.spm
    2.1 MB
    xet
    Update the model and add an eval section about 4 years ago
  • tokenizer_config.json
    60 Bytes
    Upload tokenizer_config.json about 4 years ago
  • vocab.json
    3.13 MB
    Update the model and add an eval section about 4 years ago