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

  • Log In
  • Sign Up

Jayveersinh-Raj
/
Assamese_hatespeech_extension

Text Classification
Transformers
PyTorch
xlm-roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use Jayveersinh-Raj/Assamese_hatespeech_extension with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jayveersinh-Raj/Assamese_hatespeech_extension with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jayveersinh-Raj/Assamese_hatespeech_extension")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jayveersinh-Raj/Assamese_hatespeech_extension")
    model = AutoModelForSequenceClassification.from_pretrained("Jayveersinh-Raj/Assamese_hatespeech_extension")
  • Notebooks
  • Google Colab
  • Kaggle
Assamese_hatespeech_extension
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Jayveersinh-Raj's picture
Jayveersinh-Raj
sentence_piece
9599651 over 2 years ago
  • .gitattributes
    1.57 kB
    Assamese extension over 2 years ago
  • config.json
    900 Bytes
    Upload XLMRobertaForSequenceClassification over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.11 GB
    xet
    Upload XLMRobertaForSequenceClassification over 2 years ago
  • sentencepiece.bpe (2).model
    5.07 MB
    xet
    sentence_piece over 2 years ago
  • special_tokens_map.json
    279 Bytes
    Assamese extension over 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Assamese extension over 2 years ago
  • tokenizer_config.json
    446 Bytes
    Assamese extension over 2 years ago