Commit
·
d13bcfe
1
Parent(s):
75371fe
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Card for CodeFuse-CodeLlama-34B
|
| 2 |

|
| 3 |
|
|
@@ -189,6 +192,4 @@ outputs = model.generate(
|
|
| 189 |
)
|
| 190 |
gen_text = tokenizer.batch_decode(outputs[:, inputs["input_ids"].shape[1]:], skip_special_tokens=True)
|
| 191 |
print(gen_text)
|
| 192 |
-
```
|
| 193 |
-
|
| 194 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
---
|
| 4 |
# Model Card for CodeFuse-CodeLlama-34B
|
| 5 |

|
| 6 |
|
|
|
|
| 192 |
)
|
| 193 |
gen_text = tokenizer.batch_decode(outputs[:, inputs["input_ids"].shape[1]:], skip_special_tokens=True)
|
| 194 |
print(gen_text)
|
| 195 |
+
```
|
|
|
|
|
|