Upload
commited on
Commit
·
407371c
1
Parent(s):
e425069
hyperparameter tuning step 19519
Browse files- README.md +5 -5
- config.json +2 -2
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -73,16 +73,16 @@ Coming soon!
|
|
73 |
|
74 |
## Eval results
|
75 |
|
76 |
-
accuracy: 0.9756540697674418
|
77 |
|
78 |
-
|
79 |
|
80 |
-
|
81 |
|
82 |
-
precision: 0.
|
83 |
|
84 |
-
recall: 0.
|
85 |
|
|
|
86 |
|
87 |
|
88 |
### BibTeX entry and citation info
|
|
|
73 |
|
74 |
## Eval results
|
75 |
|
|
|
76 |
|
77 |
+
loss: 0.11714419722557068
|
78 |
|
79 |
+
accuracy: 0.9772286821705426
|
80 |
|
81 |
+
precision: 0.9585365853658536
|
82 |
|
83 |
+
recall: 0.9651277013752456
|
84 |
|
85 |
+
f1 : 0.9618208516886931
|
86 |
|
87 |
|
88 |
### BibTeX entry and citation info
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "albertvillanova/autonlp-wikiann-entity_extraction-
|
3 |
"_num_labels": 7,
|
4 |
"architectures": [
|
5 |
"AlbertForTokenClassification"
|
@@ -36,7 +36,7 @@
|
|
36 |
"6": 6
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
-
"max_length":
|
40 |
"max_position_embeddings": 512,
|
41 |
"model_type": "albert",
|
42 |
"net_structure_type": 0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "albertvillanova/autonlp-baselines-wikiann-entity_extraction-1341171",
|
3 |
"_num_labels": 7,
|
4 |
"architectures": [
|
5 |
"AlbertForTokenClassification"
|
|
|
36 |
"6": 6
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
+
"max_length": 128,
|
40 |
"max_position_embeddings": 512,
|
41 |
"model_type": "albert",
|
42 |
"net_structure_type": 0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 67605209
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7821a60cc677b98933f476601c85039ce3b188cc179238c4de289d52d194b6eb
|
3 |
size 67605209
|