Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Model Card for Model Mistral-7B-v0.1-1-over-2
|
| 6 |
+
|
| 7 |
+
I'm experimenting with the weight matrices in neural networks.
|
| 8 |
+
This is a clone of `Mistral-7B-v0.1` with some weight matrices replaced.
|
| 9 |
+
|
| 10 |
+
I'm interested in seeing how the adjustmenets affect performance on existing metrics.
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
Research in progress! Demons could come out of your nose if you use this.
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
A modification of [`mistralai/Mistral-7B-v0.1`](https://huggingface.co/mistralai/Mistral-7B-v0.1).
|
| 19 |
+
Thanks to their team for sharing their model.
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
- **Modified by:** Dr. Alex W. Neal Riasanovsky
|
| 23 |
+
- **Model type:** pre-trained
|
| 24 |
+
- **Language(s) (NLP):** English
|
| 25 |
+
- **License:** Apache-2.0
|
| 26 |
+
|
| 27 |
+
## Bias, Risks, and Limitations
|
| 28 |
+
|
| 29 |
+
Use your own risk.
|
| 30 |
+
I have no idea what this model's biases and limitations are.
|
| 31 |
+
I just want to see if the benchmark values are similar to those from `Mistral-7B-v0.1`.
|
| 32 |
+
I am setting up a long computational experiment to test some ideas.
|