yujiepan commited on
Commit
92f3f7a
1 Parent(s): 69e4d62

Upload tokenizer

Browse files
Files changed (2) hide show
  1. README.md +2 -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: 'Hello!'
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,