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

  • Log In
  • Sign Up

xyma
/
PROP-wiki

Fill-Mask
Transformers
PyTorch
Safetensors
English
bert
pretraining
PROP
Pretrain4IR
Model card Files Files and versions
xet
Community
1

Instructions to use xyma/PROP-wiki with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use xyma/PROP-wiki with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="xyma/PROP-wiki")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("xyma/PROP-wiki")
    model = AutoModelForPreTraining.from_pretrained("xyma/PROP-wiki")
  • Notebooks
  • Google Colab
  • Kaggle
PROP-wiki
881 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
xyma's picture
xyma
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
2d4115c verified about 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 1 year ago
  • README.md
    1.75 kB
    Update README.md almost 4 years ago
  • config.json
    572 Bytes
    Update config.json almost 4 years ago
  • model.safetensors
    440 MB
    xet
    Adding `safetensors` variant of this model (#1) about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    440 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tokenizer_config.json
    500 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt almost 4 years ago