Fix creator name (#3)
Browse files- Fix creator name (2e4bae0f604083480cd4fe3e26cee9c8c81a5a64)
Co-authored-by: Mikael <[email protected]>
README.md
CHANGED
@@ -23,9 +23,9 @@ tags:
|
|
23 |
</div>
|
24 |
<!-- header end -->
|
25 |
|
26 |
-
#
|
27 |
|
28 |
-
These files are GPTQ model files for [
|
29 |
|
30 |
Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
|
31 |
|
@@ -192,7 +192,7 @@ Thank you to all my generous patrons and donaters!
|
|
192 |
|
193 |
<!-- footer end -->
|
194 |
|
195 |
-
# Original model card:
|
196 |
|
197 |
This is a Llama-2 version of [Guanaco](https://huggingface.co/timdettmers/guanaco-65b). It was finetuned from the base [Llama-70b](https://huggingface.co/meta-llama/Llama-2-70b-hf) model using the official training scripts found in the [QLoRA repo](https://github.com/artidoro/qlora). I wanted it to be as faithful as possible and therefore changed nothing in the training script beyond the model it was pointing to. The model prompt is therefore also the same as the original Guanaco model.
|
198 |
|
|
|
23 |
</div>
|
24 |
<!-- header end -->
|
25 |
|
26 |
+
# Mikael110's Llama2 70b Guanaco QLoRA GPTQ
|
27 |
|
28 |
+
These files are GPTQ model files for [Mikael110's Llama2 70b Guanaco QLoRA](https://huggingface.co/Mikael110/llama-2-70b-guanaco-qlora).
|
29 |
|
30 |
Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
|
31 |
|
|
|
192 |
|
193 |
<!-- footer end -->
|
194 |
|
195 |
+
# Original model card: Mikael110's Llama2 70b Guanaco QLoRA
|
196 |
|
197 |
This is a Llama-2 version of [Guanaco](https://huggingface.co/timdettmers/guanaco-65b). It was finetuned from the base [Llama-70b](https://huggingface.co/meta-llama/Llama-2-70b-hf) model using the official training scripts found in the [QLoRA repo](https://github.com/artidoro/qlora). I wanted it to be as faithful as possible and therefore changed nothing in the training script beyond the model it was pointing to. The model prompt is therefore also the same as the original Guanaco model.
|
198 |
|