Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
<h1>
|
| 3 |
风筝航天科普大模型
|
|
@@ -115,4 +121,4 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
| 115 |
journal = {GitHub repository},
|
| 116 |
howpublished = {\url{https://github.com/maojinyang/FengZheng}}
|
| 117 |
}
|
| 118 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- zh
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
---
|
| 7 |
<div align="center">
|
| 8 |
<h1>
|
| 9 |
风筝航天科普大模型
|
|
|
|
| 121 |
journal = {GitHub repository},
|
| 122 |
howpublished = {\url{https://github.com/maojinyang/FengZheng}}
|
| 123 |
}
|
| 124 |
+
```
|