Lewdiculous
commited on
Commit
•
84d17ba
1
Parent(s):
33f5cb7
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- mistral
|
5 |
- quantized
|
6 |
- text-generation-inference
|
|
|
|
|
7 |
pipeline_tag: text-generation
|
8 |
inference: false
|
9 |
---
|
@@ -17,7 +22,9 @@ All credits belong to the [creator](https://huggingface.co/Test157t/).
|
|
17 |
|
18 |
Using [llama.cpp](https://github.com/ggerganov/llama.cpp/)-[b2217](https://github.com/ggerganov/llama.cpp/releases/tag/b2217).
|
19 |
|
20 |
-
#
|
|
|
|
|
21 |
|
22 |
The following YAML configuration was used to produce this model:
|
23 |
|
@@ -38,4 +45,4 @@ parameters:
|
|
38 |
value: [1, 0.5, 0.7, 0.3, 0]
|
39 |
- value: 0.5
|
40 |
dtype: bfloat16
|
41 |
-
```
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- Test157t/Yarncules-7b-128k
|
4 |
+
- Test157t/Prima-LelantaclesV3-7b
|
5 |
library_name: transformers
|
6 |
tags:
|
7 |
- mistral
|
8 |
- quantized
|
9 |
- text-generation-inference
|
10 |
+
- merge
|
11 |
+
- mergekit
|
12 |
pipeline_tag: text-generation
|
13 |
inference: false
|
14 |
---
|
|
|
22 |
|
23 |
Using [llama.cpp](https://github.com/ggerganov/llama.cpp/)-[b2217](https://github.com/ggerganov/llama.cpp/releases/tag/b2217).
|
24 |
|
25 |
+
# Original model card:
|
26 |
+
|
27 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/SGL2JoMhUeNG2IhVEA7KT.jpeg)
|
28 |
|
29 |
The following YAML configuration was used to produce this model:
|
30 |
|
|
|
45 |
value: [1, 0.5, 0.7, 0.3, 0]
|
46 |
- value: 0.5
|
47 |
dtype: bfloat16
|
48 |
+
```
|