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

hahunavth
/
test_hf_logger

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

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

  • Libraries
  • Transformers

    How to use hahunavth/test_hf_logger with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="hahunavth/test_hf_logger")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("hahunavth/test_hf_logger")
    model = AutoModelForMaskedLM.from_pretrained("hahunavth/test_hf_logger")
  • Notebooks
  • Google Colab
  • Kaggle
test_hf_logger
440 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
hahunavth's picture
hahunavth
Scheduled Commit
8ca4251 verified over 2 years ago
  • tensorboard
    Scheduled Commit over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    664 Bytes
    Upload BertForMaskedLM over 2 years ago
  • generation_config.json
    90 Bytes
    Upload BertForMaskedLM over 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload BertForMaskedLM over 2 years ago