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

  • Log In
  • Sign Up

lincoln
/
flaubert-mlsum-topic-classification

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
French
flaubert
Model card Files Files and versions
xet
Community
2

Instructions to use lincoln/flaubert-mlsum-topic-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lincoln/flaubert-mlsum-topic-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="lincoln/flaubert-mlsum-topic-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lincoln/flaubert-mlsum-topic-classification")
    model = AutoModelForSequenceClassification.from_pretrained("lincoln/flaubert-mlsum-topic-classification")
  • Notebooks
  • Google Colab
  • Kaggle
flaubert-mlsum-topic-classification
1.11 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Francois Vieille
deploy new model
8fb7d94 over 4 years ago
  • assets
    init about 5 years ago
  • .gitattributes
    792 Bytes
    init about 5 years ago
  • .gitignore
    9 Bytes
    deploy new model over 4 years ago
  • LICENCE
    1.06 kB
    adding licence about 5 years ago
  • README.md
    5.33 kB
    deploy new model over 4 years ago
  • config.json
    2.04 kB
    deploy new model over 4 years ago
  • merges.txt
    574 kB
    init about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    553 MB
    xet
    deploy new model over 4 years ago
  • special_tokens_map.json
    305 Bytes
    init about 5 years ago
  • tf_model.h5
    553 MB
    xet
    deploy new model over 4 years ago
  • tokenizer_config.json
    492 Bytes
    deploy new model over 4 years ago
  • vocab.json
    1.31 MB
    init about 5 years ago