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

enelpol
/
czywiesz-question

Feature Extraction
Transformers
PyTorch
Polish
bert
Model card Files Files and versions
xet
Community
1

Instructions to use enelpol/czywiesz-question with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use enelpol/czywiesz-question with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="enelpol/czywiesz-question")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("enelpol/czywiesz-question")
    model = AutoModel.from_pretrained("enelpol/czywiesz-question", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
czywiesz-question
499 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
apohllo's picture
apohllo
Update README.md
3cb34ed over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    437 Bytes
    Update README.md over 4 years ago
  • config.json
    472 Bytes
    Upload config.json over 4 years ago
  • merges.txt
    556 kB
    Upload merges.txt over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    498 MB
    xet
    Fix model key names. over 4 years ago
  • special_tokens_map.json
    129 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tokenizer_config.json
    229 Bytes
    Upload tokenizer_config.json over 4 years ago
  • vocab.json
    907 kB
    Upload vocab.json over 4 years ago