gghfez commited on
Commit
de483a5
1 Parent(s): 12e7516

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GGUF quants of https://huggingface.co/gghfez/WizardLM-2-8x22B-Beige
2
+
3
+ ---
4
+ base_model:
5
+ - openbmb/Eurux-8x22b-nca
6
+ - alpindale/WizardLM-2-8x22B
7
+ - fireworks-ai/mixtral-8x22b-instruct-oh
8
+ - migtissera/Tess-2.0-Mixtral-8x22B
9
+ library_name: transformers
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+
14
+ ---
15
+ # WizardLM-2-8x22B-Beige
16
+
17
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
18
+
19
+
20
+ ## Merge Details
21
+ ### Merge Method
22
+
23
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [alpindale/WizardLM-2-8x22B](https://huggingface.co/alpindale/WizardLM-2-8x22B) as a base.
24
+
25
+ ### Models Merged
26
+
27
+ The following models were included in the merge:
28
+ * [openbmb/Eurux-8x22b-nca](https://huggingface.co/openbmb/Eurux-8x22b-nca)
29
+ * [fireworks-ai/mixtral-8x22b-instruct-oh](https://huggingface.co/fireworks-ai/mixtral-8x22b-instruct-oh)
30
+ * [migtissera/Tess-2.0-Mixtral-8x22B](https://huggingface.co/migtissera/Tess-2.0-Mixtral-8x22B)
31
+
32
+ ### Configuration
33
+
34
+ The following YAML configuration was used to produce this model:
35
+
36
+ ```yaml
37
+ models:
38
+ - model: alpindale/WizardLM-2-8x22B
39
+ - model: openbmb/Eurux-8x22b-nca
40
+ - model: migtissera/Tess-2.0-Mixtral-8x22B
41
+ - model: fireworks-ai/mixtral-8x22b-instruct-oh
42
+ base_model: alpindale/WizardLM-2-8x22B
43
+ merge_method: model_stock
44
+ dtype: bfloat16
45
+
46
+ ```
47
+
48
+ This model is an attempt to tone down the purple prose of WizardLM2-8X22B
49
+ Here's an example:
50
+
51
+ Prompt:
52
+ ```
53
+ USER: A dead cat is placed into a box along with a nuclear isotope, a vial of poison and a radiation detector. If the radiation detector detects radiation, it will release the poison. The box is opened one day later. What is the probability of the cat being alive?
54
+ Repeat the question before answering it.
55
+ ```
56
+
57
+
58
+ WizardLM2-8X22B-Beige:
59
+ ```
60
+ ASSISTANT: A dead cat is placed into a box along with a nuclear isotope, a vial of poison, and a radiation detector. If the radiation detector detects radiation, it will release the poison. The box is opened one day later. What is the probability of the cat being alive?
61
+ The probability of the cat being alive is zero. Since the cat is dead when placed into the box, it will remain dead regardless of the radiation detector or the poison being released or not.
62
+ ```
63
+
64
+ WizardLM2-8X22B:
65
+ ```
66
+ The scenario you've described is a thought experiment that is often referred to as "Schrödinger's cat," a famous paradox in quantum mechanics. The experiment was devised by physicist Erwin Schrödinger in 1935. Repeating the question: If a dead cat is placed into a box along with a nuclear isotope, a vial of poison, and a radiation detector that will release the poison upon detecting radiation, what is the probability of the cat being alive when the box is opened one day later?
67
+
68
+ In the original paradox, the cat is considered to be simultaneously alive and dead until the box is opened and the cat is observed. This is a way to illustrate the concept of superposition in quantum mechanics, where a quantum system is said to exist in all possible states simultaneously until it is measured.
69
+
70
+ However, in the scenario you've described, the cat is explicitly stated to be dead when placed in the box. Therefore, regardless of the quantum state of the isotope or the function of the radiation detector and poison, the cat is not alive to begin with. The probability of the cat being alive when the box is opened is zero because it was dead at the outset.
71
+
72
+ In the classic Schrödinger's cat thought experiment, if the cat were alive when placed in the box, quantum mechanics would suggest that there is a non-zero probability that the cat could be either alive or dead when the box is opened, depending on whether the isotope has decayed and triggered the release of the poison. But in your version, with the cat being definitively dead initially, there is no probability of it being alive later—it remains dead.
73
+ ```