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

MilaNLProc
/
feel-it-italian-sentiment

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Italian
camembert
sentiment
Italian
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use MilaNLProc/feel-it-italian-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MilaNLProc/feel-it-italian-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MilaNLProc/feel-it-italian-sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MilaNLProc/feel-it-italian-sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("MilaNLProc/feel-it-italian-sentiment")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
feel-it-italian-sentiment
888 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 26 commits
vinid's picture
vinid
Update README.md
98744f7 almost 4 years ago
  • .gitattributes
    690 Bytes
    Update labels about 5 years ago
  • README.md
    3.67 kB
    Update README.md almost 4 years ago
  • config.json
    847 Bytes
    Update labels about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    Update labels about 5 years ago
  • sentencepiece.bpe.model
    794 kB
    xet
    model commit over 5 years ago
  • special_tokens_map.json
    299 Bytes
    edits about 5 years ago
  • tf_model.h5
    443 MB
    xet
    Update labels about 5 years ago
  • tokenizer.json
    1.68 MB
    tokenizer about 5 years ago
  • tokenizer_config.json
    414 Bytes
    edits about 5 years ago
  • trainer_state.json
    747 Bytes
    edits about 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.trainer_utils.EvaluationStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    2.16 kB
    xet
    edits about 5 years ago