Pinkstack commited on
Commit
2c59684
·
verified ·
1 Parent(s): 902f0a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -37,6 +37,18 @@ Fijik 1.0 6B is by design, meant to be a production-ready, general use, high-per
37
  - In our fine-tuning data we included quite a bit of creative writing examples, so the model is pretty good at it.
38
  - Coding, Math: In our SFT, DPO fine-tuning data we have put an effort into improving coding and step-by-step math performance, while it is indeed not perfect, no LLM is.
39
  # Examples
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
  # Limitations
42
  This model is not uncensored, yet it may produce erotic outputs. You are solely responsible for the outputs from the model.
 
37
  - In our fine-tuning data we included quite a bit of creative writing examples, so the model is pretty good at it.
38
  - Coding, Math: In our SFT, DPO fine-tuning data we have put an effort into improving coding and step-by-step math performance, while it is indeed not perfect, no LLM is.
39
  # Examples
40
+ ```Hi fijik!```
41
+ <details>
42
+ <summary style="background-color: #007bff; color: white; padding: 12px 24px; text-align: center; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 8px; user-select: none; list-style: none;">Send</summary>
43
+ <div style="margin-top: 10px; padding: 15px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9; color: black; font-family: monospace;">
44
+ Hello! What's up? How may I help?
45
+ </div>
46
+ </details>
47
+ <style>
48
+ details > summary::-webkit-details-marker {
49
+ display: none;
50
+ }
51
+ </style>
52
 
53
  # Limitations
54
  This model is not uncensored, yet it may produce erotic outputs. You are solely responsible for the outputs from the model.