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

pucpr
/
tempclin-biobertpt-all

Fill-Mask
Transformers
PyTorch
Portuguese
bert
Model card Files Files and versions
xet
Community
2

Instructions to use pucpr/tempclin-biobertpt-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pucpr/tempclin-biobertpt-all with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="pucpr/tempclin-biobertpt-all")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("pucpr/tempclin-biobertpt-all")
    model = AutoModelForMaskedLM.from_pretrained("pucpr/tempclin-biobertpt-all")
  • Notebooks
  • Google Colab
  • Kaggle
tempclin-biobertpt-all
713 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
pucpr's picture
pucpr
lisaterumi's picture
lisaterumi
Create README.md (#1)
0f1267f over 3 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    3.16 kB
    Create README.md (#1) over 3 years ago
  • config.json
    1.32 kB
    Upload config.json almost 4 years ago
  • pytorch_model.bin
    712 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
    148 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • vocab.txt
    996 kB
    Upload vocab.txt almost 4 years ago