Fix proper attribution of model (#1)
Browse files- Fix proper attribution of model (f83921efcfaf78beff74d3ba89137e60f3c2352c)
Co-authored-by: rombo dawg <[email protected]>
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
library_name: transformers
|
4 |
license: apache-2.0
|
5 |
pipeline_tag: text-generation
|
6 |
quantized_by: bartowski
|
7 |
---
|
8 |
|
9 |
-
## Llamacpp imatrix Quantizations of
|
10 |
|
11 |
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3825">b3825</a> for quantization.
|
12 |
|
13 |
-
Original model: https://huggingface.co/
|
14 |
|
15 |
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
|
16 |
|
|
|
1 |
---
|
2 |
+
base_model: rombodawg/Rombos-LLM-V2.5-Qwen-14b
|
3 |
library_name: transformers
|
4 |
license: apache-2.0
|
5 |
pipeline_tag: text-generation
|
6 |
quantized_by: bartowski
|
7 |
---
|
8 |
|
9 |
+
## Llamacpp imatrix Quantizations of Rombos-LLM-V2.5-Qwen-14b
|
10 |
|
11 |
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3825">b3825</a> for quantization.
|
12 |
|
13 |
+
Original model: https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-14b
|
14 |
|
15 |
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
|
16 |
|