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

thejosango
/
nuha-multiclass

Text Classification
Transformers
PyTorch
Arabic
bert
hate-speech
gender-based-violence
arabic
multiclass-classification
pilot
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use thejosango/nuha-multiclass with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thejosango/nuha-multiclass with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="thejosango/nuha-multiclass")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("thejosango/nuha-multiclass")
    model = AutoModelForSequenceClassification.from_pretrained("thejosango/nuha-multiclass")
  • Notebooks
  • Google Colab
  • Kaggle
nuha-multiclass
543 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
SafwanLjd's picture
SafwanLjd
docs: revise model card and remove incorrect onnx tag
efed989 unverified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    6.2 kB
    docs: revise model card and remove incorrect onnx tag about 1 month ago
  • config.json
    957 Bytes
    multiclass-12 over 2 years ago
  • config.toml
    652 Bytes
    multiclass-15 over 2 years ago
  • pytorch_model.bin
    541 MB
    xet
    multiclass-15 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    multiclass-1 over 2 years ago
  • tokenizer.json
    1.77 MB
    multiclass-10 over 2 years ago
  • tokenizer_config.json
    654 Bytes
    multiclass-1 over 2 years ago
  • training_args.bin
    4.09 kB
    xet
    multiclass-15 over 2 years ago
  • vocab.txt
    751 kB
    multiclass-1 over 2 years ago