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

  • Log In
  • Sign Up

gokulsrinivasagan
/
bert_base_code_uml

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

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

  • Libraries
  • Transformers

    How to use gokulsrinivasagan/bert_base_code_uml with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="gokulsrinivasagan/bert_base_code_uml")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("gokulsrinivasagan/bert_base_code_uml")
    model = AutoModelForMaskedLM.from_pretrained("gokulsrinivasagan/bert_base_code_uml")
  • Notebooks
  • Google Colab
  • Kaggle
bert_base_code_uml / logs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
gokulsrinivasagan's picture
gokulsrinivasagan
End of training
4c5a81d verified 11 months ago
  • events.out.tfevents.1750856988.ki-g0008.1143286.0
    19.7 kB
    xet
    Model save 11 months ago
  • events.out.tfevents.1750880481.ki-g0008.1143286.1
    417 Bytes
    xet
    End of training 11 months ago