Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,19 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
This is unsloth/llama-3-8b-Instruct trained on the Replete-AI/code-test-dataset using the code bellow with unsloth and google colab with under 15gb of vram. This training was complete in about 40 minutes total.
|
7 |
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: apache-2.0
|
5 |
+
model-index:
|
6 |
+
- name: test_dataset_Codellama-3-8B
|
7 |
+
results:
|
8 |
+
- task:
|
9 |
+
type: text-generation
|
10 |
+
dataset:
|
11 |
+
name: HumanEval
|
12 |
+
type: openai_humaneval
|
13 |
+
metrics:
|
14 |
+
- type: pass@1
|
15 |
+
value: 0.630
|
16 |
+
name: pass@1
|
17 |
+
verified: false
|
18 |
---
|
19 |
This is unsloth/llama-3-8b-Instruct trained on the Replete-AI/code-test-dataset using the code bellow with unsloth and google colab with under 15gb of vram. This training was complete in about 40 minutes total.
|
20 |
|