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

StanBienaives
/
question_classification

Text Classification
Transformers
Safetensors
flaubert
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use StanBienaives/question_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="StanBienaives/question_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("StanBienaives/question_classification")
    model = AutoModelForSequenceClassification.from_pretrained("StanBienaives/question_classification")
  • Notebooks
  • Google Colab
  • Kaggle
question_classification
555 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 110 commits
StanBienaives's picture
StanBienaives
Training in progress, epoch 30
e616d9d verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.43 kB
    Model save over 1 year ago
  • config.json
    2.25 kB
    Training in progress, epoch 1 over 1 year ago
  • merges.txt
    574 kB
    Training in progress, epoch 1 about 2 years ago
  • model.safetensors
    553 MB
    xet
    Training in progress, epoch 30 over 1 year ago
  • requirements.txt
    29 Bytes
    create requirements.txt about 2 years ago
  • special_tokens_map.json
    366 Bytes
    Training in progress, epoch 1 about 2 years ago
  • tokenizer_config.json
    2.96 kB
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "torch.device"

    How to fix it?

    4.22 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • vocab.json
    1.45 MB
    Training in progress, epoch 1 about 2 years ago