Upload tokenizer
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
pipeline_tag: text-generation
|
| 3 |
inference: true
|
| 4 |
widget:
|
| 5 |
-
- text:
|
| 6 |
example_title: Hello world
|
| 7 |
group: Python
|
| 8 |
-
library_name: transformers
|
| 9 |
---
|
| 10 |
|
| 11 |
This model is randomly initialized, using the config from [THUDM/chatglm3-6b-128k](https://huggingface.co/THUDM/chatglm3-6b-128k/blob/main/config.json) but with smaller size.
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
inference: true
|
| 5 |
widget:
|
| 6 |
+
- text: Hello!
|
| 7 |
example_title: Hello world
|
| 8 |
group: Python
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
This model is randomly initialized, using the config from [THUDM/chatglm3-6b-128k](https://huggingface.co/THUDM/chatglm3-6b-128k/blob/main/config.json) but with smaller size.
|