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

AfnanTS
/
ENGLISH-MODEL

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

Instructions to use AfnanTS/ENGLISH-MODEL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AfnanTS/ENGLISH-MODEL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="AfnanTS/ENGLISH-MODEL")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("AfnanTS/ENGLISH-MODEL")
    model = AutoModelForMaskedLM.from_pretrained("AfnanTS/ENGLISH-MODEL")
  • Notebooks
  • Google Colab
  • Kaggle
ENGLISH-MODEL / runs
76 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 89 commits
AfnanTS's picture
AfnanTS
Training in progress, step 9000
e9688a2 over 2 years ago
  • Nov21_21-23-03_9977e39c32c2
    End of training over 2 years ago
  • Nov23_11-59-13_4ce4ce858217
    End of training over 2 years ago
  • Nov25_13-09-31_1f807fdc3ef8
    Training in progress, step 7500 over 2 years ago
  • Nov25_19-01-46_780818db6f2c
    Training in progress, step 6500 over 2 years ago
  • Nov26_02-59-34_7f86ca6c0f48
    Training in progress, step 9000 over 2 years ago