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

seldas
/
rxbert-v1

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

Instructions to use seldas/rxbert-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use seldas/rxbert-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="seldas/rxbert-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("seldas/rxbert-v1")
    model = AutoModelForMaskedLM.from_pretrained("seldas/rxbert-v1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rxbert-v1
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
seldas's picture
seldas
Upload RxBERT model file - v1
db7c4e5 about 3 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    110 Bytes
    Create README.md about 4 years ago
  • config.json
    702 Bytes
    Upload RxBERT model file - v1 about 3 years ago
  • pytorch_model.bin
    433 MB
    xet
    Upload RxBERT model file - v1 about 3 years ago
  • tokenizer.json
    669 kB
    Upload RxBERT model file - v1 about 3 years ago
  • tokenizer_config.json
    475 Bytes
    Upload RxBERT model file - v1 about 3 years ago
  • training_args.bin
    2.99 kB
    xet
    Upload RxBERT model file - v1 about 3 years ago
  • vocab.txt
    213 kB
    Upload RxBERT model file - v1 about 3 years ago