Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- flwrlabs/code-alpaca-20k
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- Qwen/Qwen2.5-0.5B-Instruct
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
library_name: peft
|
11 |
+
tags:
|
12 |
+
- text-generation-inference
|
13 |
+
- code
|
14 |
+
---
|
15 |
+
|
16 |
+
## Model Details
|
17 |
+
|
18 |
+
This PEFT adapter has been trained by using [Flower](https://flower.ai/), a friendly federated AI framework.
|
19 |
+
|
20 |
+
The adapter and benchmark results have been submitted to the [FlowerTune LLM Code Leaderboard](https://flower.ai/benchmarks/llm-leaderboard/code/).
|
21 |
+
|
22 |
+
Please check the following GitHub project for details on how to reproduce training and evaluation steps:
|
23 |
+
|
24 |
+
[FlowerTune-LLM-Labs](https://github.com/ethicalabs-ai/FlowerTune-LLM-Labs/blob/main/workspace/models/README.md)
|