lluccardoner commited on
Commit
98873bf
1 Parent(s): f2a3d46

Upload tokenizer

Browse files
Files changed (6) hide show
  1. README.md +2 -2
  2. merges.txt +0 -0
  3. special_tokens_map.json +5 -0
  4. tokenizer.json +0 -0
  5. tokenizer_config.json +19 -0
  6. vocab.json +0 -0
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - lluccardoner/melodyGPT-song-chords-text-1
5
  language:
6
  - en
 
7
  tags:
8
  - music
9
- ---
 
1
  ---
 
2
  datasets:
3
  - lluccardoner/melodyGPT-song-chords-text-1
4
  language:
5
  - en
6
+ license: mit
7
  tags:
8
  - music
9
+ ---
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "unk_token": "<|endoftext|>"
5
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "tokenizer_class": "GPT2Tokenizer",
18
+ "unk_token": "<|endoftext|>"
19
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff