munish0838 commited on
Commit
c84cf5f
·
verified ·
1 Parent(s): bec0771

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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.