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

aderohmatmaulana98
/
tweet-classification

Text Classification
Transformers
Safetensors
PyTorch
English
roberta
tweet-classification
bertweet
nlp
Model card Files Files and versions
xet
Community

Instructions to use aderohmatmaulana98/tweet-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aderohmatmaulana98/tweet-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aderohmatmaulana98/tweet-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aderohmatmaulana98/tweet-classification")
    model = AutoModelForSequenceClassification.from_pretrained("aderohmatmaulana98/tweet-classification")
  • Notebooks
  • Google Colab
  • Kaggle
tweet-classification
541 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
aderohmatmaulana98's picture
aderohmatmaulana98
Upload folder using huggingface_hub
59e3369 verified 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    2.61 kB
    Upload folder using huggingface_hub 17 days ago
  • added_tokens.json
    25 Bytes
    Upload folder using huggingface_hub 17 days ago
  • bpe.codes
    735 kB
    Upload folder using huggingface_hub 17 days ago
  • config.json
    1.18 kB
    Upload folder using huggingface_hub 17 days ago
  • model.safetensors
    540 MB
    xet
    Upload folder using huggingface_hub 17 days ago
  • tokenizer_config.json
    1.29 kB
    Upload folder using huggingface_hub 17 days ago
  • vocab.txt
    883 kB
    Upload folder using huggingface_hub 17 days ago