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

ac0hik
/
Sentiment_Analysis_French

Text Classification
Transformers
TensorBoard
Safetensors
camembert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use ac0hik/Sentiment_Analysis_French with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ac0hik/Sentiment_Analysis_French")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ac0hik/Sentiment_Analysis_French")
    model = AutoModelForSequenceClassification.from_pretrained("ac0hik/Sentiment_Analysis_French")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Sentiment_Analysis_French / runs
37.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
ac0hik's picture
ac0hik
End of training
598545d over 2 years ago
  • Dec15_17-21-45_74637fd24f31
    Training in progress, epoch 1 over 2 years ago
  • Dec15_17-22-20_74637fd24f31
    Training in progress, epoch 5 over 2 years ago
  • Dec15_20-45-17_e63f209e7ab9
    Training in progress, epoch 10 over 2 years ago
  • Dec16_15-47-13_db21567b74e4
    Training in progress, epoch 1 over 2 years ago
  • Dec16_17-29-30_db21567b74e4
    Training in progress, epoch 2 over 2 years ago
  • Dec17_13-04-22_95aa1f210e94
    End of training over 2 years ago