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

  • Log In
  • Sign Up

dunlp
/
GWW

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

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

  • Libraries
  • Transformers

    How to use dunlp/GWW with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="dunlp/GWW")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("dunlp/GWW")
    model = AutoModelForMaskedLM.from_pretrained("dunlp/GWW")
  • Notebooks
  • Google Colab
  • Kaggle
GWW / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
dunlp's picture
dunlp
End of training
ca3b7c3 almost 4 years ago
  • Jun10_09-30-16_fc777efd26c5
    End of training almost 4 years ago
  • Jun10_20-42-31_9ecf709ce189
    End of training almost 4 years ago
  • Jun12_10-42-25_749547776d66
    End of training almost 4 years ago
  • Jun12_15-58-06_01bfcb4cce96
    End of training almost 4 years ago
  • Jun12_17-19-05_01bfcb4cce96
    End of training almost 4 years ago
  • Jun12_17-36-34_01bfcb4cce96
    End of training almost 4 years ago
  • Jun13_10-08-03_39c1fe23791c
    End of training almost 4 years ago
  • Jun13_12-55-00_39c1fe23791c
    End of training almost 4 years ago
  • May30_12-12-58_98f24eca4b0c
    End of training almost 4 years ago
  • May30_13-19-31_98f24eca4b0c
    End of training almost 4 years ago