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

alger-ia
/
dziribert_sentiment

Text Classification
Transformers
PyTorch
Safetensors
Arabic
Dzongkha
bert
multilingual
Model card Files Files and versions
xet
Community
1

Instructions to use alger-ia/dziribert_sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alger-ia/dziribert_sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="alger-ia/dziribert_sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alger-ia/dziribert_sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("alger-ia/dziribert_sentiment")
  • Notebooks
  • Google Colab
  • Kaggle
dziribert_sentiment
996 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
amine's picture
amine
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
60bb16d about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.63 kB
    Update README.md over 3 years ago
  • config.json
    810 Bytes
    Upload new version over 3 years ago
  • model.safetensors
    498 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    498 MB
    xet
    Upload new version over 3 years ago
  • special_tokens_map.json
    112 Bytes
    Upload version for sentiment classification over 3 years ago
  • tokenizer_config.json
    350 Bytes
    Upload version for sentiment classification over 3 years ago
  • training_args.bin
    2.35 kB
    xet
    Upload new version over 3 years ago
  • vocab.txt
    446 kB
    Upload version for sentiment classification over 3 years ago