Mykes commited on
Commit
288fdc1
·
verified ·
1 Parent(s): 83baf31

Improving weights

Browse files
Files changed (4) hide show
  1. README.md +7 -7
  2. special_tokens_map.json +5 -35
  3. tokenizer_config.json +1 -1
  4. vocab.txt +0 -0
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
- library_name: transformers
3
- tags:
4
- - biology
5
- - medical
6
- language:
7
- - ru
8
  base_model:
9
  - Babelscape/wikineural-multilingual-ner
10
- pipeline_tag: token-classification
11
  datasets:
12
  - Mykes/patient_queries_ner_SDDCS
 
 
 
 
 
 
 
13
  ---
14
 
15
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/63565a3d58acee56a457f799/MqL0twwg_1DWKN7taDvQy.jpeg)
 
1
  ---
 
 
 
 
 
 
2
  base_model:
3
  - Babelscape/wikineural-multilingual-ner
 
4
  datasets:
5
  - Mykes/patient_queries_ner_SDDCS
6
+ language:
7
+ - ru
8
+ library_name: transformers
9
+ pipeline_tag: token-classification
10
+ tags:
11
+ - biology
12
+ - medical
13
  ---
14
 
15
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/63565a3d58acee56a457f799/MqL0twwg_1DWKN7taDvQy.jpeg)
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
  }
tokenizer_config.json CHANGED
@@ -44,7 +44,7 @@
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
- "do_lower_case": false,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "never_split": null,
 
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "never_split": null,
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff