rombodawg commited on
Commit
f83921e
1 Parent(s): a8a346b

Fix proper attribution of model

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
2
- base_model: Replete-AI/Replete-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 Replete-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/Replete-AI/Replete-LLM-V2.5-Qwen-14b
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