Add robotics pipeline tag and link to Github repository
#2
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: qwen-research
|
| 4 |
-
license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct/blob/main/LICENSE
|
| 5 |
-
language:
|
| 6 |
-
- en
|
| 7 |
base_model:
|
| 8 |
- Qwen/Qwen2.5-Coder-3B-Instruct
|
| 9 |
-
|
|
|
|
| 10 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
tags:
|
| 12 |
- code
|
| 13 |
- chat
|
|
@@ -240,3 +240,5 @@ and the MMLU-Pro and DPAB results:
|
|
| 240 |
author={"andthattoo", "Atakan Tekparmak"}
|
| 241 |
}
|
| 242 |
```
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen2.5-Coder-3B-Instruct
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
library_name: transformers
|
| 7 |
+
license: other
|
| 8 |
+
license_name: qwen-research
|
| 9 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct/blob/main/LICENSE
|
| 10 |
+
pipeline_tag: robotics
|
| 11 |
tags:
|
| 12 |
- code
|
| 13 |
- chat
|
|
|
|
| 240 |
author={"andthattoo", "Atakan Tekparmak"}
|
| 241 |
}
|
| 242 |
```
|
| 243 |
+
|
| 244 |
+
Github repository: [https://github.com/DriaAI/Dria](https://github.com/DriaAI/Dria)
|