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

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.66 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
d84eafe about 3 years ago
  • assets
    init about 5 years ago
  • .gitattributes
    846 Bytes
    Adding `safetensors` variant of this model about 3 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
  • model.safetensors
    553 MB
    xet
    Adding `safetensors` variant of this model about 3 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