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

IbrahimAmin
/
marbertv2-finetuned-egyptian-hate-speech-detection

Text Classification
Transformers
PyTorch
Safetensors
Arabic
Egyptian Arabic
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use IbrahimAmin/marbertv2-finetuned-egyptian-hate-speech-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IbrahimAmin/marbertv2-finetuned-egyptian-hate-speech-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="IbrahimAmin/marbertv2-finetuned-egyptian-hate-speech-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("IbrahimAmin/marbertv2-finetuned-egyptian-hate-speech-detection")
    model = AutoModelForSequenceClassification.from_pretrained("IbrahimAmin/marbertv2-finetuned-egyptian-hate-speech-detection")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
marbertv2-finetuned-egyptian-hate-speech-detection
1.31 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 23 commits
IbrahimAmin's picture
IbrahimAmin
Update README.md
5d9a3d5 verified 10 months ago
  • .gitattributes
    1.27 kB
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • README.md
    3.47 kB
    Update README.md 10 months ago
  • config.json
    1.03 kB
    Upload config.json about 4 years ago
  • model.safetensors
    651 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin
    651 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer.json
    1.89 MB
    Upload tokenizer.json about 4 years ago
  • tokenizer_config.json
    344 Bytes
    Upload tokenizer_config.json about 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    2.8 kB
    xet
    Upload training_args.bin with git-lfs about 4 years ago
  • vocab.txt
    1.1 MB
    Upload vocab.txt about 4 years ago