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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

DanielHellebust
/
cyclingo

Translation
Transformers
PyTorch
English
Norwegian
Norwegian Bokmål
marian
text2text-generation
bicycleterminology
bicycle
cycling
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use DanielHellebust/cyclingo 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="DanielHellebust/cyclingo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("DanielHellebust/cyclingo")
    model = AutoModelForSeq2SeqLM.from_pretrained("DanielHellebust/cyclingo")
  • Notebooks
  • Google Colab
  • Kaggle
cyclingo
3.72 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
c56ed07 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    524 Bytes
    Update README.md over 3 years ago
  • config.json
    1.13 kB
    Upload 12 files over 3 years ago
  • model.safetensors
    930 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • optimizer.pt
    1.86 GB
    xet
    Upload 12 files over 3 years ago
  • pytorch_model.bin
    930 MB
    xet
    Upload 12 files over 3 years ago
  • rng_state.pth
    14.4 kB
    xet
    Upload 12 files over 3 years ago
  • scheduler.pt
    623 Bytes
    xet
    Upload 12 files over 3 years ago
  • source.spm
    794 kB
    Upload 12 files over 3 years ago
  • special_tokens_map.json
    74 Bytes
    Upload 12 files over 3 years ago
  • target.spm
    800 kB
    Upload 12 files over 3 years ago
  • tokenizer_config.json
    332 Bytes
    Upload 12 files over 3 years ago
  • trainer_state.json
    3.55 kB
    Upload 12 files over 3 years ago
  • training_args.bin
    3.57 kB
    xet
    Upload 12 files over 3 years ago
  • vocab.json
    1.34 MB
    Upload 12 files over 3 years ago