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

emresallak
/
bert-turkish-biomedical

Fill-Mask
Transformers
Safetensors
bert
turkish
biomedical
nlp
Model card Files Files and versions
xet
Community

Instructions to use emresallak/bert-turkish-biomedical with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use emresallak/bert-turkish-biomedical with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="emresallak/bert-turkish-biomedical")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("emresallak/bert-turkish-biomedical")
    model = AutoModelForMaskedLM.from_pretrained("emresallak/bert-turkish-biomedical")
  • Notebooks
  • Google Colab
  • Kaggle
bert-turkish-biomedical
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
emresallak's picture
emresallak
Upload tokenizer
c5c8d7b verified 26 days ago
  • .gitattributes
    1.52 kB
    initial commit 26 days ago
  • README.md
    2.07 kB
    Update README.md 26 days ago
  • config.json
    675 Bytes
    Upload BertForMaskedLM 26 days ago
  • model.safetensors
    265 MB
    xet
    Upload BertForMaskedLM 26 days ago
  • tokenizer.json
    723 kB
    Upload tokenizer 26 days ago
  • tokenizer_config.json
    350 Bytes
    Upload tokenizer 26 days ago