walidsobhie-code commited on
Commit ·
aeb76d4
1
Parent(s): feb5b3b
Add HuggingFace model card metadata
Browse files
README.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
| 1 |
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
<p align="center">
|
| 4 |
<a href="https://github.com/my-ai-stack/stack-2.9">
|
| 5 |
<img src="https://img.shields.io/github/stars/my-ai-stack/stack-2.9?style=flat-square" alt="GitHub stars"/>
|
|
|
|
| 1 |
|
| 2 |
|
| 3 |
+
---
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
library_name: transformers
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
+
base_model: Qwen/Qwen2.5-Coder-1.5B
|
| 10 |
+
tags:
|
| 11 |
+
- code-generation
|
| 12 |
+
- python
|
| 13 |
+
- fine-tuning
|
| 14 |
+
- Qwen
|
| 15 |
+
model-index:
|
| 16 |
+
- name: Stack-2-9-finetuned
|
| 17 |
+
results:
|
| 18 |
+
- task:
|
| 19 |
+
type: text-generation
|
| 20 |
+
metrics:
|
| 21 |
+
- type: pass@k
|
| 22 |
+
value: 0.82
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
<p align="center">
|
| 26 |
<a href="https://github.com/my-ai-stack/stack-2.9">
|
| 27 |
<img src="https://img.shields.io/github/stars/my-ai-stack/stack-2.9?style=flat-square" alt="GitHub stars"/>
|