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

giayphuyen
/
blhs

Fill-Mask
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use giayphuyen/blhs with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="giayphuyen/blhs")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("giayphuyen/blhs")
    model = AutoModelForMaskedLM.from_pretrained("giayphuyen/blhs")
  • Notebooks
  • Google Colab
  • Kaggle
blhs / runs
38.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
giayphuyen's picture
giayphuyen
Training in progress, step 36
b87aedf verified over 1 year ago
  • Oct04_09-20-05_81e6aec01b2c
    Training in progress, step 36 over 1 year ago
  • Oct04_09-23-37_81e6aec01b2c
    Training in progress, step 36 over 1 year ago
  • Oct04_09-31-34_81e6aec01b2c
    Training in progress, step 36 over 1 year ago
  • Oct04_09-33-25_81e6aec01b2c
    Training in progress, step 36 over 1 year ago
  • Oct04_09-37-50_81e6aec01b2c
    End of training over 1 year ago
  • Oct04_11-20-20_81e6aec01b2c
    Training in progress, step 36 over 1 year ago
  • Oct04_14-39-20_80f931707ed9
    Training in progress, step 36 over 1 year ago