Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
datasets:
|
4 |
+
- rizerphe/glaive-function-calling-v2-llama
|
5 |
+
- rizerphe/sharegpt-hyperfiltered-3k-llama
|
6 |
+
- totally-not-an-llm/sharegpt-hyperfiltered-3k
|
7 |
+
- glaiveai/glaive-function-calling-v2
|
8 |
---
|
9 |
+
# CodeLlama-7b Instruct finetuned on 6320 function calling and generic chat examples
|
10 |
+
|
11 |
+
Fine-tuned with LoRA on a small fraction of the [glaive-function-calling-v2](glaiveai/glaive-function-calling-v2) dataset and a formatted (and slightly cleaned) version of [sharegpt-hyperfiltered-3k](https://huggingface.co/datasets/totally-not-an-llm/sharegpt-hyperfiltered-3k)
|
12 |
+
|
13 |
+
|
14 |
+
Prompt example = yet to come
|