luanbei commited on
Commit
73c3f37
·
verified ·
1 Parent(s): 2f4e7e5

Delete hierarchy_model

Browse files
hierarchy_model/head_config.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "num_order": 84,
3
- "num_family": 222,
4
- "num_genus": 1651,
5
- "num_species": 7566
6
- }
 
 
 
 
 
 
 
hierarchy_model/label_sizes.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "family": 222,
3
- "genus": 1651,
4
- "order": 84,
5
- "species": 7566
6
- }
 
 
 
 
 
 
 
hierarchy_model/label_taxonomy_mapping.csv DELETED
The diff for this file is too large to render. See raw diff
 
hierarchy_model/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:997262da93845a4ce4583d8a8cd94a8a4f51b6e48af788868b26e2a17bd97a02
3
- size 497628501
 
 
 
 
hierarchy_model/special_tokens_map.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
7
- }
 
 
 
 
 
 
 
 
hierarchy_model/taxonomy_paths.csv DELETED
The diff for this file is too large to render. See raw diff
 
hierarchy_model/taxonomy_paths_with_names.csv DELETED
The diff for this file is too large to render. See raw diff
 
hierarchy_model/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
hierarchy_model/tokenizer_config.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "clean_up_tokenization_spaces": true,
3
- "cls_token": "[CLS]",
4
- "mask_token": "[MASK]",
5
- "model_max_length": 512,
6
- "pad_token": "[PAD]",
7
- "padding_side": "right",
8
- "sep_token": "[SEP]",
9
- "tokenizer_class": "PreTrainedTokenizerFast",
10
- "unk_token": "[UNK]"
11
- }