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

nlpunibo
/
distilbert_config2

Question Answering
Transformers
PyTorch
distilbert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use nlpunibo/distilbert_config2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="nlpunibo/distilbert_config2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("nlpunibo/distilbert_config2")
    model = AutoModelForQuestionAnswering.from_pretrained("nlpunibo/distilbert_config2")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert_config2
267 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
guyez's picture
guyez
First version of the distilbert_config2 model and tokenizer.
d7c72db over 5 years ago
  • .gitattributes
    690 Bytes
    initial commit over 5 years ago
  • config.json
    532 Bytes
    First version of the distilbert_config2 model and tokenizer. over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    267 MB
    xet
    First version of the distilbert_config2 model and tokenizer. over 5 years ago
  • special_tokens_map.json
    112 Bytes
    First version of the distilbert_config2 model and tokenizer. over 5 years ago
  • tokenizer_config.json
    258 Bytes
    First version of the distilbert_config2 model and tokenizer. over 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.EvaluationStrategy",
    • "torch.device"

    How to fix it?

    2.16 kB
    xet
    First version of the distilbert_config2 model and tokenizer. over 5 years ago
  • vocab.txt
    232 kB
    First version of the distilbert_config2 model and tokenizer. over 5 years ago