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
/
cline-s10-AR

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AnonymousSub/cline-s10-AR")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/cline-s10-AR")
    model = AutoModelForSequenceClassification.from_pretrained("AnonymousSub/cline-s10-AR")
  • Notebooks
  • Google Colab
  • Kaggle
cline-s10-AR
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AnonymousSub's picture
AnonymousSub
first commit
a313ffb over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    790 Bytes
    first commit over 4 years ago
  • eval_results.txt
    146 Bytes
    first commit over 4 years ago
  • merges.txt
    456 kB
    first commit over 4 years ago
  • model_args.json
    2.66 kB
    first commit over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    501 MB
    xet
    first commit over 4 years ago
  • special_tokens_map.json
    239 Bytes
    first commit over 4 years ago
  • tokenizer_config.json
    1.33 kB
    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.json
    899 kB
    first commit over 4 years ago