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

  • Log In
  • Sign Up

SmallDoge
/
Doge-20M-MoE-Instruct-SFT

Question Answering
Transformers
Safetensors
English
doge
text-generation
trl
sft
custom_code
Model card Files Files and versions
xet
Community

Instructions to use SmallDoge/Doge-20M-MoE-Instruct-SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SmallDoge/Doge-20M-MoE-Instruct-SFT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="SmallDoge/Doge-20M-MoE-Instruct-SFT", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("SmallDoge/Doge-20M-MoE-Instruct-SFT", trust_remote_code=True)
    model = AutoModelForCausalLM.from_pretrained("SmallDoge/Doge-20M-MoE-Instruct-SFT", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
Doge-20M-MoE-Instruct-SFT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
JingzeShi's picture
JingzeShi
Update README.md
7d03b01 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.07 kB
    Update README.md about 1 year ago
  • config.json
    1.1 kB
    Upload DogeForCausalLM about 1 year ago
  • configuration_doge.py
    13.2 kB
    Upload DogeForCausalLM about 1 year ago
  • generation_config.json
    139 Bytes
    Upload DogeForCausalLM about 1 year ago
  • model.safetensors
    69.8 MB
    xet
    Upload DogeForCausalLM about 1 year ago
  • modeling_doge.py
    53.7 kB
    Upload DogeForCausalLM about 1 year ago
  • special_tokens_map.json
    482 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    2.36 MB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    56.7 kB
    Upload tokenizer about 1 year ago