pankajmathur
commited on
Commit
•
45cc48c
1
Parent(s):
cfe1547
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,33 @@ language:
|
|
9 |
- en
|
10 |
library_name: transformers
|
11 |
---
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- en
|
10 |
library_name: transformers
|
11 |
---
|
12 |
+
|
13 |
+
### Mistral-7B-model_45k6e2e4
|
14 |
+
This model is trained on Mistral-7B-v0.1
|
15 |
+
|
16 |
+
### License Disclaimer:
|
17 |
+
|
18 |
+
This model is released under Apache 2.0, and comes with no warranty or guarantees of any kind.
|
19 |
+
|
20 |
+
|
21 |
+
### Limitations & Biases:
|
22 |
+
|
23 |
+
While this model aims for accuracy, it can occasionally produce inaccurate or misleading results.
|
24 |
+
|
25 |
+
Despite diligent efforts in refining the training data, there remains a possibility for the generation of inappropriate, biased, or offensive content.
|
26 |
+
|
27 |
+
Exercise caution and cross-check information when necessary. This is an uncensored model.
|
28 |
+
|
29 |
+
### Citation:
|
30 |
+
|
31 |
+
Please kindly cite using the following BibTeX:
|
32 |
+
```
|
33 |
+
@misc{Mistral-7B-model_45k6e2e4,
|
34 |
+
author = {Pankaj Mathur},
|
35 |
+
title = {Mistral-7B-model_45k6e2e4: An Orca style Mistral-7B-v0.1 model},
|
36 |
+
year = {2023},
|
37 |
+
publisher = {HuggingFace},
|
38 |
+
journal = {HuggingFace repository},
|
39 |
+
howpublished = {\url{https://huggingface.co/pankajmathur/Mistral-7B-model_45k6e2e4},
|
40 |
+
}
|
41 |
+
```
|