Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- biology
|
7 |
---
|
8 |
+
|
9 |
+
GGUF models of the following model : https://huggingface.co/mridul3301/BioMistral-7B-finetuned
|
10 |
+
|
11 |
+
3 format of quantization:
|
12 |
+
1. fp8
|
13 |
+
2. fp16
|
14 |
+
3. fp32
|
15 |
+
|
16 |
+
Converted the safetensors to GGUF for inference in CPU using llama_cpp
|