Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
base_model: Replete-AI/Replete-Coder-Instruct-8b-Merged
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# QuantFactory/Replete-Coder-Instruct-8b-Merged-GGUF
|
| 8 |
+
This is quantized version of [Replete-AI/Replete-Coder-Instruct-8b-Merged](https://huggingface.co/Replete-AI/Replete-Coder-Instruct-8b-Merged) created using llama.cpp
|
| 9 |
+
|
| 10 |
+
# Model Description
|
| 11 |
+
This is a Ties merge between the following models:
|
| 12 |
+
|
| 13 |
+
- https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
| 14 |
+
|
| 15 |
+
- https://huggingface.co/Replete-AI/Llama3-8B-Instruct-Replete-Adapted
|
| 16 |
+
|
| 17 |
+
The Coding, and Overall performance of this models seems to be better than both base models used in the merge. Benchmarks are coming in the future.
|