yaryar78 commited on
Commit
d831639
·
verified ·
1 Parent(s): f9a7932

Upload tokenizer

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. special_tokens_map.json +5 -35
README.md CHANGED
@@ -4,9 +4,6 @@ tags:
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
7
- model-index:
8
- - name: hebrew_lyrics_to_singer_classifer_small_dataset
9
- results: []
10
  datasets:
11
  - Norod78/HebrewLyricsDataet
12
  language:
@@ -14,6 +11,9 @@ language:
14
  base_model:
15
  - avichr/hebEMO_fear
16
  pipeline_tag: text-classification
 
 
 
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
 
 
 
7
  datasets:
8
  - Norod78/HebrewLyricsDataet
9
  language:
 
11
  base_model:
12
  - avichr/hebEMO_fear
13
  pipeline_tag: text-classification
14
+ model-index:
15
+ - name: hebrew_lyrics_to_singer_classifer_small_dataset
16
+ results: []
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }