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

  • Log In
  • Sign Up

leightonllc
/
asdfasdfasdf

Translation
Transformers
PyTorch
Enawené-Nawé
Enawené-Nawé
marian
text2text-generation
Trained with AutoTrain
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use leightonllc/asdfasdfasdf 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="leightonllc/asdfasdfasdf")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("leightonllc/asdfasdfasdf")
    model = AutoModelForSeq2SeqLM.from_pretrained("leightonllc/asdfasdfasdf")
  • Notebooks
  • Google Colab
  • Kaggle
asdfasdfasdf
313 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
leightonllc's picture
leightonllc
Upload 7 files
77fcb30 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    370 Bytes
    Upload 7 files over 3 years ago
  • config.json
    1.42 kB
    Upload 7 files over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    310 MB
    xet
    Upload pytorch_model.bin over 3 years ago
  • source.spm
    805 kB
    Upload 7 files over 3 years ago
  • special_tokens_map.json
    74 Bytes
    Upload 7 files over 3 years ago
  • target.spm
    807 kB
    Upload 7 files over 3 years ago
  • tokenizer_config.json
    308 Bytes
    Upload 7 files over 3 years ago
  • vocab.json
    1.75 MB
    Upload 7 files over 3 years ago