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

  • Log In
  • Sign Up

SmallDoge
/
Doge-320M-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-320M-Instruct-SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="SmallDoge/Doge-320M-Instruct-SFT", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("SmallDoge/Doge-320M-Instruct-SFT", trust_remote_code=True)
    model = AutoModelForCausalLM.from_pretrained("SmallDoge/Doge-320M-Instruct-SFT", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
Doge-320M-Instruct-SFT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
JingzeShi's picture
JingzeShi
Upload configuration_doge.py for SmallDoge/Doge-320M-Instruct-SFT
2c24dc6 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.66 kB
    Update README.md about 1 year ago
  • chat_template.jinja
    4.76 kB
    Upload tokenizer 9 months ago
  • config.json
    1.22 kB
    Upload DogeForCausalLM 9 months ago
  • configuration_doge.py
    14.2 kB
    Upload configuration_doge.py for SmallDoge/Doge-320M-Instruct-SFT 9 months ago
  • generation_config.json
    139 Bytes
    Upload DogeForCausalLM 9 months ago
  • model.safetensors
    672 MB
    xet
    Upload DogeForCausalLM 9 months ago
  • modeling_doge.py
    37.2 kB
    Upload modeling_doge.py for SmallDoge/Doge-320M-Instruct-SFT 9 months ago
  • special_tokens_map.json
    482 Bytes
    Upload tokenizer 9 months ago
  • tokenizer.json
    2.36 MB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    51.8 kB
    Upload tokenizer 9 months ago