abhilash1910
commited on
Commit
·
8edf769
1
Parent(s):
bcf556d
Initial Commit
Browse files- special_tokens_map.json +1 -0
- spiece.model +3 -0
- test_predictions.txt +0 -0
- test_results.txt +19 -0
- tf_model.h5 +3 -0
- tokenizer_config.json +1 -0
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fefb02b667a6c5c2fe27602d28e5fb3428f66ab89c7d6f388e7c8d44a02d0336
|
3 |
+
size 760289
|
test_predictions.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_results.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
precision recall f1-score support
|
2 |
+
|
3 |
+
LOC 0.04 0.02 0.03 1706
|
4 |
+
LOCderiv 0.01 0.23 0.02 561
|
5 |
+
LOCpart 0.00 0.05 0.00 109
|
6 |
+
ORG 0.03 0.01 0.02 1150
|
7 |
+
ORGderiv 0.00 0.00 0.00 8
|
8 |
+
ORGpart 0.00 0.13 0.00 172
|
9 |
+
OTH 0.00 0.01 0.00 697
|
10 |
+
OTHderiv 0.00 0.00 0.00 39
|
11 |
+
OTHpart 0.00 0.14 0.00 42
|
12 |
+
PER 0.01 0.01 0.01 1639
|
13 |
+
PERderiv 0.00 0.36 0.00 11
|
14 |
+
PERpart 0.00 0.00 0.00 44
|
15 |
+
|
16 |
+
micro avg 0.00 0.04 0.00 6178
|
17 |
+
macro avg 0.01 0.08 0.01 6178
|
18 |
+
weighted avg 0.02 0.04 0.01 6178
|
19 |
+
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eea803491ff7546cd8373b0629f401ccba6962fa1930805a9f18e25277370a90
|
3 |
+
size 44487904
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "remove_space": true, "keep_accents": false, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "model_max_length": 512, "name_or_path": "albert-base-v1"}
|