Model save
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
datasets:
|
4 |
- generator
|
5 |
library_name: peft
|
6 |
-
license:
|
7 |
tags:
|
8 |
- trl
|
9 |
- sft
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# code-llama-7b-recipe-app
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
1 |
---
|
2 |
+
base_model: Qwen/CodeQwen1.5-7B-Chat
|
3 |
datasets:
|
4 |
- generator
|
5 |
library_name: peft
|
6 |
+
license: other
|
7 |
tags:
|
8 |
- trl
|
9 |
- sft
|
|
|
18 |
|
19 |
# code-llama-7b-recipe-app
|
20 |
|
21 |
+
This model is a fine-tuned version of [Qwen/CodeQwen1.5-7B-Chat](https://huggingface.co/Qwen/CodeQwen1.5-7B-Chat) on the generator dataset.
|
22 |
|
23 |
## Model description
|
24 |
|