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

  • Log In
  • Sign Up

AdamCodd
/
tinybert-sentiment-amazon

Text Classification
Transformers
ONNX
Safetensors
bert
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use AdamCodd/tinybert-sentiment-amazon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AdamCodd/tinybert-sentiment-amazon with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AdamCodd/tinybert-sentiment-amazon")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AdamCodd/tinybert-sentiment-amazon")
    model = AutoModelForSequenceClassification.from_pretrained("AdamCodd/tinybert-sentiment-amazon")
  • Notebooks
  • Google Colab
  • Kaggle
tinybert-sentiment-amazon
37 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
AdamCodd's picture
AdamCodd
Update README.md
04f283e verified over 2 years ago
  • onnx
    Adding ONNX file of this model (#1) over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.27 kB
    Update README.md over 2 years ago
  • config.json
    762 Bytes
    Upload 7 files over 2 years ago
  • model.safetensors
    17.5 MB
    xet
    Upload 7 files over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 7 files over 2 years ago
  • tokenizer.json
    712 kB
    Upload 7 files over 2 years ago
  • tokenizer_config.json
    1.27 kB
    Upload 7 files over 2 years ago
  • training_args.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    3.26 kB
    xet
    Upload 7 files over 2 years ago
  • vocab.txt
    232 kB
    Upload 7 files over 2 years ago