Pinkstack commited on
Commit
86d3990
·
verified ·
1 Parent(s): 91e21e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -27,6 +27,7 @@ widget:
27
  - role: user
28
  content: "You must act in a conversational matter and always include at the start <think> ... </think> <output> ... </output> tokens.\n\n2x-2=6, how much is X?"
29
  ---
 
30
  Free online chat with web search capabilities (demo): https://huggingface.co/spaces/Pinkstack/Chat-with-superthoughts-lite
31
  ![superthoughts lite](https://cdn-uploads.huggingface.co/production/uploads/6710ba6af1279fe0dfe33afe/K5kYIHYj2aX2kB6MlcM9O.png)
32
 
@@ -36,6 +37,15 @@ Advanced, high-quality and **lite** reasoning for a tiny size that you can run o
36
  At original quality, it runs at ~400 tokens/second on a single H100 Nvidia GPU from Friendli.
37
 
38
  Trained similarly to Deepseek R1, we used Smollm2 as a base model, then we've SFT fine tuned on reasoning using our own private superthoughts instruct dataset which includes a mix of code, website generation, day-to-day chats, math and counting problems. And then we modified the tokenizer slightly, after the SFT fine tuning we used GRPO to further amplify it's mathematics & problem solving abilities.
 
 
 
 
 
 
 
 
 
39
  # Format
40
  ```
41
  <|im_start|>user
 
27
  - role: user
28
  content: "You must act in a conversational matter and always include at the start <think> ... </think> <output> ... </output> tokens.\n\n2x-2=6, how much is X?"
29
  ---
30
+
31
  Free online chat with web search capabilities (demo): https://huggingface.co/spaces/Pinkstack/Chat-with-superthoughts-lite
32
  ![superthoughts lite](https://cdn-uploads.huggingface.co/production/uploads/6710ba6af1279fe0dfe33afe/K5kYIHYj2aX2kB6MlcM9O.png)
33
 
 
37
  At original quality, it runs at ~400 tokens/second on a single H100 Nvidia GPU from Friendli.
38
 
39
  Trained similarly to Deepseek R1, we used Smollm2 as a base model, then we've SFT fine tuned on reasoning using our own private superthoughts instruct dataset which includes a mix of code, website generation, day-to-day chats, math and counting problems. And then we modified the tokenizer slightly, after the SFT fine tuning we used GRPO to further amplify it's mathematics & problem solving abilities.
40
+
41
+ <div style="background-color: #ffebee; padding: 16px; border-radius: 4px; border-left: 4px solid #ef5350;">
42
+ <h1 style="color: #c62828; margin: 0 0 8px 0;">⚠️ WARNING</h1>
43
+ <p style="color: #c62828; font-weight: bold; margin: 0;">
44
+ We did not put additional safety filters when doing SFT, thus this AI is pretty uncensored and can be rude at times. unless you specify in the system prompt that it is harmless, it won't be. users are soley responsible for the use of this AI. no output from the AI represents the views of Pinkstack or any other third party, it may create biased, inccorect and harmful information unless you set it up properly. for commercial use, it is reccomeneded that you either use another AI like llamaguard for filtering or in the system prompt ensure that it would be harmless.
45
+ </p>
46
+ </div>
47
+
48
+
49
  # Format
50
  ```
51
  <|im_start|>user