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

Ruhadam2020
/
checkpoint-85239

Fill-Mask
Transformers
Safetensors
Turkish
bert
medical
clinical
turkish
laboratory
Model card Files Files and versions
xet
Community

Instructions to use Ruhadam2020/checkpoint-85239 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ruhadam2020/checkpoint-85239 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Ruhadam2020/checkpoint-85239")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Ruhadam2020/checkpoint-85239")
    model = AutoModelForMaskedLM.from_pretrained("Ruhadam2020/checkpoint-85239", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
checkpoint-85239
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Ruhadam2020's picture
Ruhadam2020
Upload folder using huggingface_hub
06f9909 verified 16 days ago
  • .gitattributes
    1.52 kB
    initial commit 16 days ago
  • README.md
    3.12 kB
    Upload folder using huggingface_hub 16 days ago
  • config.json
    704 Bytes
    Upload folder using huggingface_hub 16 days ago
  • model.safetensors
    443 MB
    xet
    Upload folder using huggingface_hub 16 days ago
  • tokenizer.json
    755 kB
    Upload folder using huggingface_hub 16 days ago
  • tokenizer_config.json
    386 Bytes
    Upload folder using huggingface_hub 16 days ago