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

yaanhaan
/
Baby-CoThought

Fill-Mask
Transformers
PyTorch
English
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use yaanhaan/Baby-CoThought with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yaanhaan/Baby-CoThought with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="yaanhaan/Baby-CoThought", device_map="auto")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("yaanhaan/Baby-CoThought")
    model = AutoModelForMaskedLM.from_pretrained("yaanhaan/Baby-CoThought", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Baby-CoThought
1.51 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits

This model has 1 file scanned as unsafe.

yaanhaan's picture
yaanhaan
Create README.md
5c05d4e almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    22 Bytes
    Create README.md almost 3 years ago
  • config.json
    637 Bytes
    Upload 9 files almost 3 years ago
  • merges.txt
    472 kB
    Upload 9 files almost 3 years ago
  • optimizer.pt
    1.01 GB
    xet
    Upload 9 files almost 3 years ago
  • pytorch_model.bin
    504 MB
    xet
    Upload 9 files almost 3 years ago
  • rng_state.pth
    17.6 kB
    xet
    Upload 9 files almost 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    Upload 9 files almost 3 years ago
  • trainer_state.json
    26.4 kB
    Upload 9 files almost 3 years ago
  • training_args.bin
    3 kB
    xet
    Upload 9 files almost 3 years ago
  • vocab.json
    826 kB
    Upload 9 files almost 3 years ago