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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MokaExpress
/
flaubert-french-difficulty

Text Classification
Transformers
PyTorch
TensorBoard
flaubert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use MokaExpress/flaubert-french-difficulty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MokaExpress/flaubert-french-difficulty with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MokaExpress/flaubert-french-difficulty")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MokaExpress/flaubert-french-difficulty")
    model = AutoModelForSequenceClassification.from_pretrained("MokaExpress/flaubert-french-difficulty", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
flaubert-french-difficulty / runs
22.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MokaExpress's picture
MokaExpress
End of training
5d66e18 over 3 years ago
  • Dec17_15-59-40_c4c892621d27
    End of training over 3 years ago
  • Dec17_16-42-24_c4c892621d27
    End of training over 3 years ago