Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
language:
|
4 |
- en
|
5 |
license: apache-2.0
|
@@ -9,6 +9,17 @@ tags:
|
|
9 |
- unsloth
|
10 |
- llama
|
11 |
- gguf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
@@ -19,4 +30,4 @@ tags:
|
|
19 |
|
20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
---
|
2 |
+
base_model: Agnuxo/Phi-3.5-mini-instruct-python_coding_assistant_16bit
|
3 |
language:
|
4 |
- en
|
5 |
license: apache-2.0
|
|
|
9 |
- unsloth
|
10 |
- llama
|
11 |
- gguf
|
12 |
+
datasets:
|
13 |
+
- iamtarun/python_code_instructions_18k_alpaca
|
14 |
+
- jtatman/python-code-dataset-500k
|
15 |
+
- flytech/python-codes-25k
|
16 |
+
- Vezora/Tested-143k-Python-Alpaca
|
17 |
+
- codefuse-ai/CodeExercise-Python-27k
|
18 |
+
- Vezora/Tested-22k-Python-Alpaca
|
19 |
+
- mlabonne/Evol-Instruct-Python-26k
|
20 |
+
metrics:
|
21 |
+
- code_eval
|
22 |
+
library_name: adapter-transformers
|
23 |
---
|
24 |
|
25 |
# Uploaded model
|
|
|
30 |
|
31 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
32 |
|
33 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|