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

  • Log In
  • Sign Up

michaelnath
/
dummy_code_to_code_model

Transformers
PyTorch
TensorBoard
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use michaelnath/dummy_code_to_code_model with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("michaelnath/dummy_code_to_code_model")
    model = AutoModelForSeq2SeqLM.from_pretrained("michaelnath/dummy_code_to_code_model")
  • Notebooks
  • Google Colab
  • Kaggle
dummy_code_to_code_model
1.48 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
michaelnath's picture
michaelnath
initial commit
fc34738 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago