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

VRLLab
/
TurkishBERTweet

Fill-Mask
Transformers
PyTorch
JAX
Turkish
roberta
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use VRLLab/TurkishBERTweet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="VRLLab/TurkishBERTweet")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("VRLLab/TurkishBERTweet")
    model = AutoModelForMaskedLM.from_pretrained("VRLLab/TurkishBERTweet")
  • Notebooks
  • Google Colab
  • Kaggle
TurkishBERTweet
7.85 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AliNajafi's picture
AliNajafi
tokenizer added
e2c3fdd over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • merges.txt
    1.19 MB
    tokenizer added over 3 years ago
  • tokenizer.json
    4.77 MB
    tokenizer added over 3 years ago
  • tokenizer_config.json
    352 Bytes
    tokenizer added over 3 years ago
  • vocab.json
    1.88 MB
    tokenizer added over 3 years ago