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

dusersad12
/
BestCheckpoint-ExpRepo

Text Classification
Transformers
PyTorch
gpt2
text-generation
experiment
Model card Files Files and versions
xet
Community

Instructions to use dusersad12/BestCheckpoint-ExpRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dusersad12/BestCheckpoint-ExpRepo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dusersad12/BestCheckpoint-ExpRepo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("dusersad12/BestCheckpoint-ExpRepo")
    model = AutoModelForCausalLM.from_pretrained("dusersad12/BestCheckpoint-ExpRepo", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BestCheckpoint-ExpRepo
4.83 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
dusersad12's picture
dusersad12
Upload experiment_summary.md with huggingface_hub
113065a verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • README.md
    1.01 kB
    Upload README.md with huggingface_hub 8 days ago
  • config.json
    128 Bytes
    Upload config.json with huggingface_hub 8 days ago
  • experiment_summary.md
    127 Bytes
    Upload experiment_summary.md with huggingface_hub 8 days ago
  • pytorch_model.bin
    2.05 kB
    xet
    Upload pytorch_model.bin with huggingface_hub 8 days ago