Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
frameworks:
|
| 3 |
- Pytorch
|
| 4 |
-
license: apache-2.0
|
| 5 |
tasks:
|
| 6 |
- text-generation
|
|
|
|
| 7 |
---
|
| 8 |
# Model Card for CodeFuse-StarCoder2-15B
|
| 9 |
<p align="center">
|
|
@@ -14,7 +14,7 @@ tasks:
|
|
| 14 |
|
| 15 |
#### Clone with HTTP
|
| 16 |
```bash
|
| 17 |
-
git clone https://
|
| 18 |
```
|
| 19 |
|
| 20 |
<a id="english"></a>
|
|
@@ -392,4 +392,4 @@ outputs = model.generate(
|
|
| 392 |
)
|
| 393 |
gen_text = tokenizer.batch_decode(outputs[:, input_ids.shape[1]:], skip_special_tokens=True)
|
| 394 |
print(gen_text[0])
|
| 395 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
frameworks:
|
| 3 |
- Pytorch
|
|
|
|
| 4 |
tasks:
|
| 5 |
- text-generation
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
---
|
| 8 |
# Model Card for CodeFuse-StarCoder2-15B
|
| 9 |
<p align="center">
|
|
|
|
| 14 |
|
| 15 |
#### Clone with HTTP
|
| 16 |
```bash
|
| 17 |
+
git clone https://huggingface.co/codefuse-ai/CodeFuse-StarCoder2-15B.git
|
| 18 |
```
|
| 19 |
|
| 20 |
<a id="english"></a>
|
|
|
|
| 392 |
)
|
| 393 |
gen_text = tokenizer.batch_decode(outputs[:, input_ids.shape[1]:], skip_special_tokens=True)
|
| 394 |
print(gen_text[0])
|
| 395 |
+
```
|