Upload
commited on
Commit
•
e425069
1
Parent(s):
3011fd8
Step 19519
Browse files- README.md +6 -6
- config.json +2 -2
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -60,7 +60,7 @@ WIP
|
|
60 |
|
61 |
## Training data
|
62 |
|
63 |
-
The model was initialized with pre-trained weights of [sahajBERT](https://huggingface.co/neuropark/sahajBERT-NER) at step
|
64 |
|
65 |
## Training procedure
|
66 |
|
@@ -73,15 +73,15 @@ Coming soon!
|
|
73 |
|
74 |
## Eval results
|
75 |
|
76 |
-
accuracy: 0.
|
77 |
|
78 |
-
f1: 0.
|
79 |
|
80 |
-
loss: 0.
|
81 |
|
82 |
-
precision: 0.
|
83 |
|
84 |
-
recall: 0.
|
85 |
|
86 |
|
87 |
|
|
|
60 |
|
61 |
## Training data
|
62 |
|
63 |
+
The model was initialized with pre-trained weights of [sahajBERT](https://huggingface.co/neuropark/sahajBERT-NER) at step 19519 and trained on the bengali split of [WikiANN ](https://huggingface.co/datasets/wikiann)
|
64 |
|
65 |
## Training procedure
|
66 |
|
|
|
73 |
|
74 |
## Eval results
|
75 |
|
76 |
+
accuracy: 0.9756540697674418
|
77 |
|
78 |
+
f1: 0.9570102589154861
|
79 |
|
80 |
+
loss: 0.13705264031887054
|
81 |
|
82 |
+
precision: 0.9518950437317785
|
83 |
|
84 |
+
recall: 0.962180746561886
|
85 |
|
86 |
|
87 |
|
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-wikiann-entity_extraction-1e67664-1301123",
|
3 |
"_num_labels": 7,
|
4 |
"architectures": [
|
5 |
"AlbertForTokenClassification"
|
|
|
36 |
"6": 6
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
+
"max_length": 96,
|
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:6b4ef61f0bfac93755c2de19e8030ed55289ccb917aafbadf37ff66b5abbf682
|
3 |
size 67605209
|