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

  • Log In
  • Sign Up

finaspirant
/
my-distributed-model

Text Classification
Transformers
Safetensors
gpt2
Model card Files Files and versions
xet
Community

Instructions to use finaspirant/my-distributed-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use finaspirant/my-distributed-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="finaspirant/my-distributed-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("finaspirant/my-distributed-model")
    model = AutoModelForSequenceClassification.from_pretrained("finaspirant/my-distributed-model")
  • Notebooks
  • Google Colab
  • Kaggle
my-distributed-model
503 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
finaspirant's picture
finaspirant
Upload GPT2ForSequenceClassification
8ac55c0 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload GPT2ForSequenceClassification about 1 year ago
  • config.json
    1.26 kB
    Upload GPT2ForSequenceClassification about 1 year ago
  • merges.txt
    456 kB
    Upload tokenizer about 1 year ago
  • model.safetensors
    498 MB
    xet
    Upload GPT2ForSequenceClassification about 1 year ago
  • special_tokens_map.json
    131 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    507 Bytes
    Upload tokenizer about 1 year ago
  • vocab.json
    798 kB
    Upload tokenizer about 1 year ago