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

  • Log In
  • Sign Up

MutazYoune
/
Absa_AspectSentiment_hotels

Text Classification
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use MutazYoune/Absa_AspectSentiment_hotels with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MutazYoune/Absa_AspectSentiment_hotels")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MutazYoune/Absa_AspectSentiment_hotels")
    model = AutoModelForSequenceClassification.from_pretrained("MutazYoune/Absa_AspectSentiment_hotels")
  • Notebooks
  • Google Colab
  • Kaggle
Absa_AspectSentiment_hotels
873 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
be75f8d almost 5 years ago
  • .gitattributes
    736 Bytes
    allow flax almost 5 years ago
  • config.json
    782 Bytes
    Initial commit about 5 years ago
  • flax_model.msgpack
    436 MB
    xet
    upload flax model almost 5 years ago
  • model_args.json
    2.58 kB
    Initial commit about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    436 MB
    xet
    Initial commit about 5 years ago
  • special_tokens_map.json
    112 Bytes
    Initial commit about 5 years ago
  • tokenizer_config.json
    347 Bytes
    Initial commit about 5 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.12 kB
    xet
    Initial commit about 5 years ago
  • vocab.txt
    305 kB
    Initial commit about 5 years ago