Update README.md
Browse files
README.md
CHANGED
|
@@ -2,11 +2,13 @@
|
|
| 2 |
language: en
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Hermit Code 7B
|
|
@@ -52,4 +54,4 @@ response = client.text_generation(
|
|
| 52 |
|
| 53 |
Original model: [Qwen team](https://huggingface.co/Qwen)
|
| 54 |
Hermit AI Agent: Built by the Hermit team
|
| 55 |
-
```
|
|
|
|
| 2 |
language: en
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
+
- code
|
| 6 |
+
- coding-agent
|
| 7 |
+
- instruction-tuned
|
| 8 |
+
- hermit-code
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
+
base_model:
|
| 11 |
+
- Qwen/Qwen2.5-Coder-7B-Instruct
|
| 12 |
---
|
| 13 |
|
| 14 |
# Hermit Code 7B
|
|
|
|
| 54 |
|
| 55 |
Original model: [Qwen team](https://huggingface.co/Qwen)
|
| 56 |
Hermit AI Agent: Built by the Hermit team
|
| 57 |
+
```
|