Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

approach0
/
dpr-cotbert-020

Fill-Mask
Transformers
PyTorch
TensorBoard
English
bert
azbert
pretraining
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use approach0/dpr-cotbert-020 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use approach0/dpr-cotbert-020 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="approach0/dpr-cotbert-020")
    # Load model directly
    from transformers import AutoTokenizer, DprEncoder
    
    tokenizer = AutoTokenizer.from_pretrained("approach0/dpr-cotbert-020")
    model = DprEncoder.from_pretrained("approach0/dpr-cotbert-020")
  • Notebooks
  • Google Colab
  • Kaggle
dpr-cotbert-020
445 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
w32zhong's picture
w32zhong
update model
3f780d8 about 3 years ago
  • ckpt
    added ckpt/.keep about 3 years ago
  • .gitattributes
    138 Bytes
    update model about 3 years ago
  • .gitignore
    26 Bytes
    fixes. about 3 years ago
  • .keep
    0 Bytes
    update model about 3 years ago
  • README.md
    1.96 kB
    fixes. about 3 years ago
  • added_tokens.json
    18.5 kB
    update model about 3 years ago
  • config.json
    703 Bytes
    update model about 3 years ago
  • events.out.tfevents.1670134674.basilisk.26729.0
    3.42 MB
    xet
    update model about 3 years ago
  • pytorch_model.bin
    441 MB
    xet
    update model about 3 years ago
  • special_tokens_map.json
    112 Bytes
    update model about 3 years ago
  • test.py
    2.33 kB
    fixes. about 3 years ago
  • test.txt
    397 Bytes
    initial commit. over 4 years ago
  • tokenizer_config.json
    395 Bytes
    update model about 3 years ago
  • upload2hgf.sh
    301 Bytes
    fix upload2hgf.sh over 4 years ago
  • vocab.txt
    232 kB
    update model about 3 years ago