mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: aaditya/OpenBioLLM-
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
@@ -23,7 +23,7 @@ tags:
|
|
23 |
<!-- ### output_tensor_quantised: 1 -->
|
24 |
<!-- ### convert_type: -->
|
25 |
<!-- ### vocab_type: -->
|
26 |
-
static quants of https://huggingface.co/aaditya/OpenBioLLM-
|
27 |
|
28 |
You should use `--override-kv tokenizer.ggml.pre=str:llama3` and a current llama.cpp version to work around a bug in llama.cpp that made these quants.
|
29 |
|
|
|
1 |
---
|
2 |
+
base_model: aaditya/Llama3-OpenBioLLM-8B
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
|
|
23 |
<!-- ### output_tensor_quantised: 1 -->
|
24 |
<!-- ### convert_type: -->
|
25 |
<!-- ### vocab_type: -->
|
26 |
+
static quants of https://huggingface.co/aaditya/Llama3-OpenBioLLM-8B
|
27 |
|
28 |
You should use `--override-kv tokenizer.ggml.pre=str:llama3` and a current llama.cpp version to work around a bug in llama.cpp that made these quants.
|
29 |
|