Triangle104
commited on
Commit
•
8c235b6
1
Parent(s):
6ffc98e
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,12 @@ base_model: ajibawa-2023/Python-Code-13B
|
|
15 |
This model was converted to GGUF format from [`ajibawa-2023/Python-Code-13B`](https://huggingface.co/ajibawa-2023/Python-Code-13B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
Refer to the [original model card](https://huggingface.co/ajibawa-2023/Python-Code-13B) for more details on the model.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## Use with llama.cpp
|
19 |
Install llama.cpp through brew (works on Mac and Linux)
|
20 |
|
|
|
15 |
This model was converted to GGUF format from [`ajibawa-2023/Python-Code-13B`](https://huggingface.co/ajibawa-2023/Python-Code-13B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
Refer to the [original model card](https://huggingface.co/ajibawa-2023/Python-Code-13B) for more details on the model.
|
17 |
|
18 |
+
---
|
19 |
+
Model details:
|
20 |
+
-
|
21 |
+
Large Language Models (LLMs) are good with code generations. Sometimes LLMs do make mistakes in code generation. How about if they can give detailed explanation along with the code. This is what I have tried over here. The base Llama-2 model was used for training purpose. It is trained on around 23000+ set of codes. Each set having 2 conversations. This data was generated using GPT-3.5, GPT-4 etc. This conversation is in Vicuna/ShareGPT format. Each set, along with code, has detailed explanation. I have released the data.
|
22 |
+
|
23 |
+
---
|
24 |
## Use with llama.cpp
|
25 |
Install llama.cpp through brew (works on Mac and Linux)
|
26 |
|