ajibawa-2023
commited on
Commit
•
28a4471
1
Parent(s):
9755981
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
**Code-Llama-3-8B**
|
@@ -18,6 +30,9 @@ Besides this it is trained on following datasets:
|
|
18 |
The idea was to check how this Model will perform with both Code & Maths datasets. This model is very good with Coding.
|
19 |
Maths outputs are also very good. You can test out this model.
|
20 |
|
|
|
|
|
|
|
21 |
This Model is trained on massive datasets so the results are very good. You can check the Examples given below.
|
22 |
I have used ChatML prompt format.
|
23 |
|
@@ -84,6 +99,4 @@ Example 4
|
|
84 |
Example 5
|
85 |
|
86 |
|
87 |
-
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64aea8ff67511bd3d965697b/O33l9tj93EVDPE34Q7ZHY.jpeg)
|
88 |
-
|
89 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- ajibawa-2023/Code-290k-ShareGPT
|
5 |
+
- m-a-p/CodeFeedback-Filtered-Instruction
|
6 |
+
- m-a-p/Code-Feedback
|
7 |
+
- microsoft/orca-math-word-problems-200k
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
tags:
|
11 |
+
- code
|
12 |
+
- Python
|
13 |
+
- Cpp
|
14 |
+
- PHP
|
15 |
---
|
16 |
|
17 |
**Code-Llama-3-8B**
|
|
|
30 |
The idea was to check how this Model will perform with both Code & Maths datasets. This model is very good with Coding.
|
31 |
Maths outputs are also very good. You can test out this model.
|
32 |
|
33 |
+
It is very very good in Code generation in various languages such as **Python, Java, JavaScript, GO, C++, Rust, Ruby, Sql, MySql, R, Julia, Haskell**, etc..
|
34 |
+
This model will also generate detailed explanation/logic behind each code.
|
35 |
+
|
36 |
This Model is trained on massive datasets so the results are very good. You can check the Examples given below.
|
37 |
I have used ChatML prompt format.
|
38 |
|
|
|
99 |
Example 5
|
100 |
|
101 |
|
102 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64aea8ff67511bd3d965697b/O33l9tj93EVDPE34Q7ZHY.jpeg)
|
|
|
|