Upload 9 files
Browse files- hierarchy_model/head_config.json +6 -0
- hierarchy_model/label_sizes.json +6 -0
- hierarchy_model/label_taxonomy_mapping.csv +0 -0
- hierarchy_model/pytorch_model.bin +3 -0
- hierarchy_model/special_tokens_map.json +7 -0
- hierarchy_model/taxonomy_paths.csv +0 -0
- hierarchy_model/taxonomy_paths_with_names.csv +0 -0
- hierarchy_model/tokenizer.json +0 -0
- hierarchy_model/tokenizer_config.json +11 -0
hierarchy_model/head_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_order": 84,
|
| 3 |
+
"num_family": 222,
|
| 4 |
+
"num_genus": 1651,
|
| 5 |
+
"num_species": 7566
|
| 6 |
+
}
|
hierarchy_model/label_sizes.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"family": 222,
|
| 3 |
+
"genus": 1651,
|
| 4 |
+
"order": 84,
|
| 5 |
+
"species": 7566
|
| 6 |
+
}
|
hierarchy_model/label_taxonomy_mapping.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
hierarchy_model/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:997262da93845a4ce4583d8a8cd94a8a4f51b6e48af788868b26e2a17bd97a02
|
| 3 |
+
size 497628501
|
hierarchy_model/special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
hierarchy_model/taxonomy_paths_with_names.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
hierarchy_model/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
hierarchy_model/tokenizer_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
}
|