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

ruselkomp
/
deep-pavlov-full

Question Answering
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use ruselkomp/deep-pavlov-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ruselkomp/deep-pavlov-full with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ruselkomp/deep-pavlov-full")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ruselkomp/deep-pavlov-full")
    model = AutoModelForQuestionAnswering.from_pretrained("ruselkomp/deep-pavlov-full")
  • Notebooks
  • Google Colab
  • Kaggle
deep-pavlov-full
714 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
ruselkomp's picture
ruselkomp
Upload events.out.tfevents.1652480672.0516a970b975.86.1
5c3422a about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • .gitignore
    13 Bytes
    Upload .gitignore about 4 years ago
  • config.json
    869 Bytes
    Upload config.json about 4 years ago
  • events.out.tfevents.1652480672.0516a970b975.86.0
    9.12 kB
    xet
    Upload events.out.tfevents.1652480672.0516a970b975.86.0 about 4 years ago
  • events.out.tfevents.1652480672.0516a970b975.86.1
    5.17 kB
    xet
    Upload events.out.tfevents.1652480672.0516a970b975.86.1 about 4 years ago
  • pytorch_model.bin
    709 MB
    xet
    Upload pytorch_model.bin about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer.json
    3.57 MB
    Upload tokenizer.json about 4 years ago
  • tokenizer_config.json
    521 Bytes
    Upload tokenizer_config.json about 4 years ago
  • training_args.bin
    3.18 kB
    xet
    Upload training_args.bin about 4 years ago
  • vocab.txt
    1.65 MB
    Upload vocab.txt about 4 years ago