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

  • Log In
  • Sign Up

ajinathgh
/
sentiment_analysis

Text Classification
Transformers
PyTorch
English
distilbert
fill-mask
legal
PyTorch
sentiment-analysis
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use ajinathgh/sentiment_analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ajinathgh/sentiment_analysis")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ajinathgh/sentiment_analysis")
    model = AutoModelForMaskedLM.from_pretrained("ajinathgh/sentiment_analysis")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment_analysis
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
ajinathgh's picture
ajinathgh
Update README.md
c4491ba verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    935 Bytes
    Update README.md about 1 year ago
  • config.json
    546 Bytes
    Add trained model about 1 year ago
  • model-card-metadata.yml
    88 Bytes
    Rename config.yml to model-card-metadata.yml about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    Add trained model about 1 year ago
  • special_tokens_map.json
    125 Bytes
    Add trained model about 1 year ago
  • tokenizer.json
    711 kB
    Add trained model about 1 year ago
  • tokenizer_config.json
    1.23 kB
    Add trained model about 1 year ago
  • vocab.txt
    232 kB
    Add trained model about 1 year ago