Upload tokenizer
Browse files- README.md +2 -2
- tokenizer.json +1 -0
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 [https://huggingface.co/tiiuae/falcon-7b-instruct] 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 [https://huggingface.co/tiiuae/falcon-7b-instruct] but with smaller size.
|
tokenizer.json
CHANGED
@@ -155,6 +155,7 @@
|
|
155 |
"end_of_word_suffix": null,
|
156 |
"fuse_unk": false,
|
157 |
"byte_fallback": false,
|
|
|
158 |
"vocab": {
|
159 |
">>TITLE<<": 0,
|
160 |
">>ABSTRACT<<": 1,
|
|
|
155 |
"end_of_word_suffix": null,
|
156 |
"fuse_unk": false,
|
157 |
"byte_fallback": false,
|
158 |
+
"ignore_merges": false,
|
159 |
"vocab": {
|
160 |
">>TITLE<<": 0,
|
161 |
">>ABSTRACT<<": 1,
|