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

DioLiu
/
distilroberta-base-test1

Fill-Mask
Transformers
PyTorch
TensorBoard
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use DioLiu/distilroberta-base-test1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DioLiu/distilroberta-base-test1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="DioLiu/distilroberta-base-test1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("DioLiu/distilroberta-base-test1")
    model = AutoModelForMaskedLM.from_pretrained("DioLiu/distilroberta-base-test1")
  • Notebooks
  • Google Colab
  • Kaggle
distilroberta-base-test1 / runs
143 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
DioLiu's picture
DioLiu
End of training
6015ff1 about 4 years ago
  • Apr05_06-20-52_0f34289c75d2
    End of training about 4 years ago
  • Apr05_12-23-17_a589595419e2
    End of training about 4 years ago
  • Mar31_07-31-14_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_07-49-17_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_08-03-42_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_08-07-11_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_08-13-10_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_08-15-10_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_08-19-01_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_08-22-26_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_08-25-10_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_08-31-54_e0d9681b4a73
    End of training about 4 years ago
  • Mar31_08-34-58_e0d9681b4a73
    End of training about 4 years ago