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

svsatheesh
/
BabySteps_SidBert-rep29-100M-mixed

Fill-Mask
Transformers
PyTorch
English
babylm
babylm-2026
gpt-bert
sample-efficient-pretraining
muon
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use svsatheesh/BabySteps_SidBert-rep29-100M-mixed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use svsatheesh/BabySteps_SidBert-rep29-100M-mixed with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="svsatheesh/BabySteps_SidBert-rep29-100M-mixed", trust_remote_code=True)
    # Load model directly
    from transformers import GPTBERTFoCausalLM
    model = GPTBERTFoCausalLM.from_pretrained("svsatheesh/BabySteps_SidBert-rep29-100M-mixed", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BabySteps_SidBert-rep29-100M-mixed
479 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
svsatheesh's picture
svsatheesh
Update README.md
620c576 verified 22 days ago
  • .gitattributes
    1.52 kB
    initial commit 24 days ago
  • README.md
    4.43 kB
    Update README.md 22 days ago
  • args.json
    1.33 kB
    main 24 days ago
  • config.json
    667 Bytes
    main 24 days ago
  • configuration_gpt_bert.py
    1.85 kB
    main 24 days ago
  • modeling_gpt_bert.py
    27.3 kB
    main 24 days ago
  • pytorch_model.bin
    478 MB
    xet
    main 24 days ago
  • special_tokens_map.json
    167 Bytes
    main 24 days ago
  • tokenizer.json
    1.12 MB
    main 24 days ago
  • tokenizer_config.json
    1.2 kB
    main 24 days ago