Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

thejosango
/
nuha

Text Classification
Transformers
PyTorch
ONNX
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
2

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

  • Libraries
  • Transformers

    How to use thejosango/nuha with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="thejosango/nuha")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("thejosango/nuha")
    model = AutoModelForSequenceClassification.from_pretrained("thejosango/nuha")
  • Notebooks
  • Google Colab
  • Kaggle
nuha
945 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
4892e31 verified 2 days ago
  • .gitattributes
    1.57 kB
    fix: move config and tokenizer files out of LFS 2 days ago
  • README.md
    4.38 kB
    docs: add model card 2 days ago
  • config.json
    956 Bytes
    fix: move config and tokenizer files out of LFS 2 days ago
  • model.onnx
    314 MB
    xet
    Add multiclass model over 2 years ago
  • model.safetensors
    314 MB
    xet
    Adding `safetensors` variant of this model 2 days ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    314 MB
    xet
    Add multiclass model over 2 years ago
  • special_tokens_map.json
    125 Bytes
    fix: move config and tokenizer files out of LFS 2 days ago
  • tokenizer.json
    1.77 MB
    fix: move config and tokenizer files out of LFS 2 days ago
  • tokenizer_config.json
    654 Bytes
    fix: move config and tokenizer files out of LFS 2 days ago
  • vocab.txt
    751 kB
    fix: move config and tokenizer files out of LFS 2 days ago