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

AnonymousSub
/
consert-s10-AR

Text Classification
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use AnonymousSub/consert-s10-AR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AnonymousSub/consert-s10-AR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AnonymousSub/consert-s10-AR")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/consert-s10-AR")
    model = AutoModelForSequenceClassification.from_pretrained("AnonymousSub/consert-s10-AR")
  • Notebooks
  • Google Colab
  • Kaggle
consert-s10-AR
1.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
5f4883d verified over 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model over 1 year ago
  • config.json
    727 Bytes
    first commit over 4 years ago
  • eval_results.txt
    146 Bytes
    first commit over 4 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • model_args.json
    2.63 kB
    first commit over 4 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    876 MB
    xet
    first commit over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    first commit over 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    559 Bytes
    xet
    first commit over 4 years ago
  • special_tokens_map.json
    112 Bytes
    first commit over 4 years ago
  • tokenizer_config.json
    450 Bytes
    first commit over 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.12 kB
    xet
    first commit over 4 years ago
  • vocab.txt
    232 kB
    first commit over 4 years ago