Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

baebee
/
tagalog-autoc

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

Instructions to use baebee/tagalog-autoc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use baebee/tagalog-autoc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="baebee/tagalog-autoc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("baebee/tagalog-autoc")
    model = AutoModelForMaskedLM.from_pretrained("baebee/tagalog-autoc")
  • Notebooks
  • Google Colab
  • Kaggle
tagalog-autoc
1.78 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
baebee's picture
baebee
Upload 4 files
8dac359 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    715 Bytes
    Upload 4 files almost 2 years ago
  • pytorch_model.bin
    1.78 GB
    xet
    Upload pytorch_model.bin with huggingface_hub almost 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload sentencepiece.bpe.model almost 2 years ago
  • tokenizer.json
    804 kB
    Upload 4 files almost 2 years ago
  • tokenizer_config.json
    1.11 kB
    Upload 2 files almost 2 years ago
  • vocab.json
    472 kB
    Upload 4 files almost 2 years ago