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

  • Log In
  • Sign Up

Agra2002
/
sentiment_analysis_LLM

Text Classification
Transformers
PyTorch
Safetensors
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Agra2002/sentiment_analysis_LLM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Agra2002/sentiment_analysis_LLM")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Agra2002/sentiment_analysis_LLM")
    model = AutoModelForSequenceClassification.from_pretrained("Agra2002/sentiment_analysis_LLM")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment_analysis_LLM
1,000 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Agra2002's picture
Agra2002
Update README.md
b7cb1bd over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    19 Bytes
    Update README.md over 2 years ago
  • config.json
    796 Bytes
    Upload 11 files over 2 years ago
  • gitattributes
    1.23 kB
    Upload 11 files over 2 years ago
  • merges.txt
    467 kB
    Upload 11 files over 2 years ago
  • model.safetensors
    499 MB
    xet
    Upload 11 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    499 MB
    xet
    Upload 11 files over 2 years ago
  • special_tokens_map.json
    239 Bytes
    Upload 11 files over 2 years ago
  • tokenizer.json
    1.38 MB
    Upload 11 files over 2 years ago
  • tokenizer_config.json
    328 Bytes
    Upload 11 files over 2 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    2.8 kB
    xet
    Upload 11 files over 2 years ago
  • vocab.json
    808 kB
    Upload 11 files over 2 years ago