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

GizemG
/
gaemotionroberta

Text Classification
Transformers
google-tensorflow TensorFlow
English
roberta
tensorflow
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use GizemG/gaemotionroberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="GizemG/gaemotionroberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("GizemG/gaemotionroberta")
    model = AutoModelForSequenceClassification.from_pretrained("GizemG/gaemotionroberta")
  • Notebooks
  • Google Colab
  • Kaggle
gaemotionroberta
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
GizemG's picture
GizemG
Upload 9 files
5c0fae0 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • DS_Store
    6.15 kB
    Upload 9 files almost 3 years ago
  • README.md
    1.83 kB
    Upload 9 files almost 3 years ago
  • config.json
    1.72 kB
    Upload 9 files almost 3 years ago
  • gitattributes.txt
    690 Bytes
    Upload 9 files almost 3 years ago
  • merges.txt
    456 kB
    Upload 9 files almost 3 years ago
  • special_tokens_map.json
    239 Bytes
    Upload 9 files almost 3 years ago
  • tf_model.h5
    501 MB
    xet
    Upload 9 files almost 3 years ago
  • tokenizer_config.json
    25 Bytes
    Upload 9 files almost 3 years ago
  • vocab.json
    785 kB
    Upload 9 files almost 3 years ago