Pinkstack's picture
Update README.md
8ed92b4 verified
|
raw
history blame
2.42 kB
metadata
base_model: HuggingFaceTB/SmolLM2-1.7B-Instruct
tags:
  - text-generation-inference
  - transformers
  - unsloth
  - llama
  - trl
  - sft
  - code
  - superthoughts
  - cot
  - reasoning
license: apache-2.0
language:
  - en
pipeline_tag: text-generation

superthoughtslight.png

Information

Advanced, high-quality and lite reasoning for a tiny size that you can run locally in Q8 on your phone! 😲

⚠️This is an experimental version, it may enter into reasoning loops, and it may not always answer your question properly or correctly. an updated version will be released later on. currently reasoning may not always work on long conversations, as we've trained it on single turn conversations only. we've continuously pre-trained SmolLM2-1.7B-Instruct on an advanced reasoning pattern dataset (half synthetic, half written manually by us.) to create this model. Supposed to output like this:

<|im_start|>user
What are you<|im_end|>
<|im_start|>assistant
<think>
Alright, the user just asked 'What are you', meaning they want to know who I am. I think my name is Superthoughts (lite version), created by Pinkstack on January 2025. I'm ready to answer their question.
</think>
Welcome! I'm Superthoughts (lite) created by Pinkstack in January 2025. Ready to help you with whatever you need!<|im_end|>

Evaluation (soon)

Examples:

all responses below generated with no system prompt, 400 maximum tokens and a temperature of 0.7 (not recommended, 0.3 - 0.5 is better): Generated inside the android application, Pocketpal via GGUF Q8, using the model's prompt format. 1) image/png 2) image/png 3) image/png 4) image/png

Uploaded model

  • Developed by: Pinkstack
  • License: apache-2.0
  • Finetuned from model : HuggingFaceTB/SmolLM2-1.7B-Instruct

This smollm2 model was trained with Unsloth and Huggingface's TRL library.