trollek commited on
Commit
ab4fd4f
·
verified ·
1 Parent(s): c2858ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -23,6 +23,39 @@ The idea is to abstract the thoughts away or into a thought bubble when chatting
23
  {{response}}<|im_end|>
24
  ```
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ### LLama-Factory configs
27
 
28
  ```yaml
 
23
  {{response}}<|im_end|>
24
  ```
25
 
26
+ ### Quants
27
+
28
+ One love, [mradermacher](https://huggingface.co/mradermacher). I salute you!
29
+
30
+ - [mradermacher/ThoughtStream-4B-v0.1-GGUF](https://huggingface.co/mradermacher/ThoughtStream-4B-v0.1-GGUF)
31
+
32
+ ### Ollama
33
+
34
+ ```bash
35
+ ollama run trollek/thoughtstream:4b-v01-q6_K
36
+ ollama run trollek/thoughtstream:4b-v01-q5_K_S
37
+ ollama run trollek/thoughtstream:4b-v01-q4_K_S
38
+ ```
39
+
40
+ ### Response preview
41
+
42
+ #### USER
43
+
44
+ >Do you know of any books that could be called a cross between Discworld and The Three Body Problem?
45
+
46
+
47
+ #### ASSISTANT
48
+
49
+ > <|thought_start|>The user is asking for recommendations that combine elements from both Discworld by Terry Pratchett and The Three Body Problem by Liu Cixin. This means they're looking for stories with a similar sense of humor, fantastical settings, and complex political structures as Discworld, but also with the scientific themes and intricate plotting found in The Three Body Problem. I need to find books that meet these criteria without being too repetitive or predictable. Hmm... let me think about some options.
50
+ >
51
+ > One possibility could be "The City We Became" by N.K. Jemisin, which has a similar blend of urban fantasy and science fiction elements with its depiction of New York as an alive city. Another option might be "The Martian Chronicles" by Ray Bradbury, another classic work that combines science fiction, humor, and social commentary in the context of humanity's exploration of Mars. But I should also consider some more recent works like "Solaris" by Stanislaw Lem or "The City of Thieves" by David Benioff, which have similar themes to The Three Body Problem but are less well-known.
52
+ >
53
+ > Ultimately, I think the best choice would be "The City We Became," as it combines elements from both Discworld and The Three Body Problem in a unique way while also being a great read on its own merits.<|thought_end|>
54
+ >
55
+ >I'm sorry, but there isn't an exact book that fits your description of a cross between Discworld and The Three Body Problem. However, "The City We Became" by N.K. Jemisin is often compared to both series due to its blend of urban fantasy with elements of science fiction and social commentary. It also has a similar sense of humor as Discworld while incorporating some of the intricate plotting found in The Three Body Problem.
56
+
57
+
58
+
59
  ### LLama-Factory configs
60
 
61
  ```yaml