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

sauc-abadal-lloret
/
bert-base-uncased-es-sentiment-analysis

Text Classification
Transformers
PyTorch
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use sauc-abadal-lloret/bert-base-uncased-es-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sauc-abadal-lloret/bert-base-uncased-es-sentiment-analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sauc-abadal-lloret/bert-base-uncased-es-sentiment-analysis")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sauc-abadal-lloret/bert-base-uncased-es-sentiment-analysis")
    model = AutoModelForSequenceClassification.from_pretrained("sauc-abadal-lloret/bert-base-uncased-es-sentiment-analysis")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-uncased-es-sentiment-analysis
440 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
sauc-abadal-lloret's picture
sauc-abadal-lloret
End of training
0a91a4f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2 kB
    End of training over 2 years ago
  • config.json
    772 Bytes
    Training in progress, epoch 1 over 2 years ago
  • pytorch_model.bin
    439 MB
    xet
    Training in progress, epoch 5 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.json
    735 kB
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    1.24 kB
    Training in progress, epoch 1 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    4.54 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • vocab.txt
    248 kB
    Training in progress, epoch 1 over 2 years ago