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

peril10
/
Pypinion

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

Instructions to use peril10/Pypinion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use peril10/Pypinion with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="peril10/Pypinion")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("peril10/Pypinion")
    model = AutoModelForSequenceClassification.from_pretrained("peril10/Pypinion")
  • Notebooks
  • Google Colab
  • Kaggle
Pypinion
1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
060f2f2 almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • config.json
    516 Bytes
    Update config.json over 5 years ago
  • eval_results.txt
    238 Bytes
    Update eval_results.txt over 5 years ago
  • flax_model.msgpack
    499 MB
    xet
    upload flax model almost 5 years ago
  • merges.txt
    506 kB
    Update merges.txt over 5 years ago
  • model_args.json
    1.4 kB
    Update model_args.json over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    501 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    150 Bytes
    Update special_tokens_map.json over 5 years ago
  • tokenizer_config.json
    49 Bytes
    Update tokenizer_config.json over 5 years ago
  • training_args.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.59 kB
    xet
    Update training_args.bin over 5 years ago
  • vocab.json
    899 kB
    Update vocab.json over 5 years ago