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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

cambridge-climb
/
baseline-roberta_pre_layer_norm-model

Fill-Mask
Transformers
PyTorch
English
roberta-prelayernorm
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use cambridge-climb/baseline-roberta_pre_layer_norm-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cambridge-climb/baseline-roberta_pre_layer_norm-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="cambridge-climb/baseline-roberta_pre_layer_norm-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("cambridge-climb/baseline-roberta_pre_layer_norm-model")
    model = AutoModelForMaskedLM.from_pretrained("cambridge-climb/baseline-roberta_pre_layer_norm-model")
  • Notebooks
  • Google Colab
  • Kaggle
baseline-roberta_pre_layer_norm-model
157 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 14 commits
rdiehlmartinez's picture
rdiehlmartinez
Update README.md
012a579 over 2 years ago
  • .gitattributes
    1.59 kB
    Model save almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 50000 almost 3 years ago
  • README.md
    1.12 kB
    Update README.md over 2 years ago
  • config.json
    693 Bytes
    Keep LM Head Model almost 3 years ago
  • merges.txt
    66.7 kB
    Training in progress, step 50000 almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch.FloatStorage"

    What is a pickle import?

    156 MB
    xet
    Keep LM Head Model almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, step 50000 almost 3 years ago
  • tokenizer.json
    321 kB
    Training in progress, step 50000 almost 3 years ago
  • tokenizer_config.json
    573 Bytes
    Training in progress, step 50000 almost 3 years ago
  • vocab.json
    116 kB
    Training in progress, step 50000 almost 3 years ago