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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

P0L3
/
cliscibert_scivocab_uncased

Fill-Mask
Transformers
PyTorch
Safetensors
English
bert
climate-change
domain-adaptation
masked-language-modeling
scientific-nlp
transformer
BERT
SciBERT
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use P0L3/cliscibert_scivocab_uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="P0L3/cliscibert_scivocab_uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("P0L3/cliscibert_scivocab_uncased")
    model = AutoModelForMaskedLM.from_pretrained("P0L3/cliscibert_scivocab_uncased")
  • Notebooks
  • Google Colab
  • Kaggle
cliscibert_scivocab_uncased
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
P0L3's picture
P0L3
Update README.md
a4848f7 verified 11 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    6.54 kB
    Update README.md 11 days ago
  • config.json
    644 Bytes
    Upload 4 files about 1 year ago
  • generation_config.json
    90 Bytes
    Upload 4 files about 1 year ago
  • model.safetensors
    440 MB
    xet
    Adding `safetensors` variant of this model (#1) 12 months 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 4 files about 1 year ago
  • vocab.txt
    228 kB
    Upload 4 files about 1 year ago