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

Python-proje
/
mymodel

Transformers
PyTorch
TensorBoard
bart
text2text-generation
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Python-proje/mymodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Python-proje/mymodel with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Python-proje/mymodel")
    model = AutoModelForSeq2SeqLM.from_pretrained("Python-proje/mymodel")
  • Notebooks
  • Google Colab
  • Kaggle
mymodel / runs
30.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 45 commits
Python-proje's picture
Python-proje
Model save
2b0fac2 about 3 years ago
  • May03_21-19-59_ae8ebb607f89
    Training in progress, step 9500 about 3 years ago
  • May04_12-50-51_89853ba9ea04
    Model save about 3 years ago