Update README.md
#1
by
dipperq - opened
README.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
import openai
|
| 5 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- HuggingFaceTB/smoltalk2
|
| 5 |
+
- HuggingFaceFW/fineweb-2
|
| 6 |
+
metrics:
|
| 7 |
+
- code_eval
|
| 8 |
+
base_model:
|
| 9 |
+
- Qwen/Qwen3-Coder-480B-A35B-Instruct
|
| 10 |
+
- Qwen/Qwen3-235B-A22B-Instruct-2507
|
| 11 |
+
- HuggingFaceTB/SmolLM3-3B
|
| 12 |
+
- google/gemma-3n-E4B-it
|
| 13 |
+
new_version: Qwen/Qwen3-235B-A22B-Instruct-2507
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
+
library_name: flair
|
| 16 |
+
tags:
|
| 17 |
+
- code
|
| 18 |
+
- legal
|
| 19 |
+
- text-generation-inference
|
| 20 |
---
|
| 21 |
import openai
|
| 22 |
|