mayacinka commited on
Commit
3491610
•
1 Parent(s): 0818c0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -12,6 +12,11 @@ base_model:
12
 
13
  # djinn
14
 
 
 
 
 
 
15
  djinn is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
16
  * [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)
17
  * [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)
@@ -65,6 +70,27 @@ dtype: float16
65
  tokenizer_source: model:openchat/openchat-3.5-0106
66
  ```
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ## 💻 Usage
69
 
70
  ```python
 
12
 
13
  # djinn
14
 
15
+ ✓ Djinn will chat for an unpleasantly long time in the most convoluted possible way
16
+ ✔︎ It will pick strangest way to say very simple things
17
+ ✔︎ Excellent model if you want to feel overwhelmed
18
+ ✔︎ Verbosity taken to a new level
19
+
20
  djinn is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
21
  * [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)
22
  * [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)
 
70
  tokenizer_source: model:openchat/openchat-3.5-0106
71
  ```
72
 
73
+ ## An example
74
+
75
+ *User:* Sally (a girl) has 3 brothers. Each brother has 2 sisters. How many sisters does Sally have?
76
+ Think step by step and the result MUST BE A NUMBER
77
+
78
+ *djinn:*
79
+ In this family structure, we know there are 4 aka '1 + 3-brothers' (1 being initially for Sally) existing individuals who are
80
+ also the siblings of the 3-brother-group. As each of the 3-brothers has 2-sisters each, that sums up to 6 total sister- roles. Since
81
+ we already accounted for one of the sisters (assuming to be the oldest or in alphabetical order, as names were not given) to be part
82
+ of the 3-brother group, we subtract one from the 6-sisters total. So, considering the provided information, Sally would have 6 - 1 = 5
83
+ remaining younger or alphabetically-wise- placed, biological-sisters. However, note that this problem statement might not perfectly align
84
+ with real-life complexities, such as same-sex twins, adoption, etc., but within the given context, the solution is 5.
85
+
86
+ Remember, in more intricate or unclear family tree scenarios, it'd be best to directly ask for clarifications or consider additional data
87
+ points. In short, with the given constraints, Sally has 5 known, direct, biological, and likely-in-age-order, younger/alphabetically-placed,
88
+ sister-siblings.(To reiterate the core result in a concise manner: 5).
89
+
90
+ (Please excuse the verbosity, aiming for thoroughness and clarity.)
91
+
92
+ This response maintains the initial request's numerical focus while providing a detailed explanation to ensure understanding.
93
+
94
  ## 💻 Usage
95
 
96
  ```python