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

nnilayy
/
test-4

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

Instructions to use nnilayy/test-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nnilayy/test-4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="nnilayy/test-4")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("nnilayy/test-4")
    model = AutoModelForMaskedLM.from_pretrained("nnilayy/test-4")
  • Notebooks
  • Google Colab
  • Kaggle
test-4 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
nnilayy's picture
nnilayy
Training in progress, epoch 1
2acf00a verified almost 2 years ago
  • Jul01_07-47-34_48065c6a9c31
    Training in progress, epoch 1 almost 2 years ago
  • Jul01_07-48-33_48065c6a9c31
    Training in progress, epoch 1 almost 2 years ago
  • Jul01_07-51-22_48065c6a9c31
    Training in progress, epoch 1 almost 2 years ago
  • Jul01_07-53-37_48065c6a9c31
    Training in progress, epoch 1 almost 2 years ago
  • Jul01_08-17-25_48065c6a9c31
    Training in progress, epoch 1 almost 2 years ago
  • Jul01_08-22-04_48065c6a9c31
    Training in progress, epoch 1 almost 2 years ago