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

apanc
/
russian-sensitive-topics

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Russian
bert
toxic comments classification
Model card Files Files and versions
xet
Community
3

Instructions to use apanc/russian-sensitive-topics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use apanc/russian-sensitive-topics with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="apanc/russian-sensitive-topics")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("apanc/russian-sensitive-topics")
    model = AutoModelForSequenceClassification.from_pretrained("apanc/russian-sensitive-topics")
  • Notebooks
  • Google Colab
  • Kaggle
russian-sensitive-topics
2.85 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
cd47289 about 3 years ago
  • .gitattributes
    790 Bytes
    Adding `safetensors` variant of this model about 3 years ago
  • README.md
    5.04 kB
    Update README.md about 5 years ago
  • config.json
    18.5 kB
    first commit about 5 years ago
  • flax_model.msgpack
    713 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    713 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    713 MB
    xet
    first commit about 5 years ago
  • special_tokens_map.json
    112 Bytes
    first commit about 5 years ago
  • tf_model.h5
    713 MB
    xet
    first commit about 5 years ago
  • tokenizer_config.json
    524 Bytes
    first commit about 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.trainer_utils.EvaluationStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    2.16 kB
    xet
    first commit about 5 years ago
  • vocab.txt
    1.4 MB
    first commit about 5 years ago