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

steve-nguyen
/
movie_cls_gpt

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

Instructions to use steve-nguyen/movie_cls_gpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use steve-nguyen/movie_cls_gpt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="steve-nguyen/movie_cls_gpt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("steve-nguyen/movie_cls_gpt")
    model = AutoModelForSequenceClassification.from_pretrained("steve-nguyen/movie_cls_gpt", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
movie_cls_gpt
183 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
steve-nguyen's picture
steve-nguyen
Upload tokenizer
7ed710a verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.17 kB
    Upload model 9 months ago
  • config.json
    954 Bytes
    Upload model 9 months ago
  • model.safetensors
    180 MB
    xet
    Upload model 9 months ago
  • special_tokens_map.json
    577 Bytes
    Upload tokenizer 9 months ago
  • tokenizer.json
    3.6 MB
    Upload tokenizer 9 months ago
  • tokenizer_config.json
    1.16 kB
    Upload tokenizer 9 months ago