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

AlyGreo
/
arabert-large-finetuned-sentiment-analysis

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use AlyGreo/arabert-large-finetuned-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AlyGreo/arabert-large-finetuned-sentiment-analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AlyGreo/arabert-large-finetuned-sentiment-analysis")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AlyGreo/arabert-large-finetuned-sentiment-analysis")
    model = AutoModelForSequenceClassification.from_pretrained("AlyGreo/arabert-large-finetuned-sentiment-analysis")
  • Notebooks
  • Google Colab
  • Kaggle
arabert-large-finetuned-sentiment-analysis
543 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AlyGreo's picture
AlyGreo
End of training
750309e verified about 2 years ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.56 kB
    End of training about 2 years ago
  • config.json
    705 Bytes
    End of training about 2 years ago
  • model.safetensors
    541 MB
    xet
    End of training about 2 years ago
  • special_tokens_map.json
    695 Bytes
    End of training about 2 years ago
  • tokenizer.json
    1.68 MB
    End of training about 2 years ago
  • tokenizer_config.json
    6.79 kB
    End of training about 2 years ago
  • training_args.bin
    4.92 kB
    xet
    End of training about 2 years ago
  • vocab.txt
    656 kB
    End of training about 2 years ago