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

  • Log In
  • Sign Up

Safouene
/
Flaubert_Courriel

Text Classification
Transformers
French
flaubert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Safouene/Flaubert_Courriel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Safouene/Flaubert_Courriel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Safouene/Flaubert_Courriel")
    model = AutoModelForSequenceClassification.from_pretrained("Safouene/Flaubert_Courriel")
  • Notebooks
  • Google Colab
  • Kaggle
Flaubert_Courriel
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Safouene's picture
Safouene
Update README.md
eccadaa over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • FlauBert Courriel.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    552 MB
    xet
    Add model over 2 years ago
  • README.md
    535 Bytes
    Update README.md over 2 years ago
  • config.json
    1.81 kB
    Upload config.json over 2 years ago
  • config.txt
    1.81 kB
    Upload config.txt over 2 years ago
  • merges.txt
    598 kB
    Upload 4 files over 2 years ago
  • special_tokens_map.json
    366 Bytes
    Upload 4 files over 2 years ago
  • tokenizer_config.json
    2.96 kB
    Upload 4 files over 2 years ago
  • vocab.json
    1.45 MB
    Upload 4 files over 2 years ago