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

alosof
/
camembert-sentiment-allocine

Text Classification
Transformers
google-tensorflow TensorFlow
French
camembert
generated_from_keras_callback
text-embeddings-inference
Model card Files Files and versions
xet

Instructions to use alosof/camembert-sentiment-allocine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alosof/camembert-sentiment-allocine with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="alosof/camembert-sentiment-allocine")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alosof/camembert-sentiment-allocine")
    model = AutoModelForSequenceClassification.from_pretrained("alosof/camembert-sentiment-allocine")
  • Notebooks
  • Google Colab
  • Kaggle
camembert-sentiment-allocine
446 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
alosof's picture
alosof
Upload tokenizer
48ed2b7 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    1.52 kB
    Update README.md over 3 years ago
  • config.json
    687 Bytes
    Upload TFCamembertForSequenceClassification over 3 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Upload tokenizer over 3 years ago
  • special_tokens_map.json
    354 Bytes
    Upload tokenizer over 3 years ago
  • tf_model.h5
    443 MB
    xet
    Upload TFCamembertForSequenceClassification over 3 years ago
  • tokenizer.json
    2.42 MB
    Upload tokenizer over 3 years ago
  • tokenizer_config.json
    522 Bytes
    Upload tokenizer over 3 years ago