Model save
Browse files- README.md +3 -3
- config.json +0 -6
- configuration.py +0 -8
- model.safetensors +1 -1
- runs/May27_11-51-41_dragon/events.out.tfevents.1748335917.dragon.3346.0 +3 -0
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -7,7 +7,7 @@ license: gpl-3.0
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
- f1
|
| 10 |
-
pipeline_tag:
|
| 11 |
tags:
|
| 12 |
- pytorch
|
| 13 |
model-index:
|
|
@@ -24,10 +24,10 @@ model-index:
|
|
| 24 |
value: 0.2499731726074437
|
| 25 |
name: Null F1
|
| 26 |
- type: accuracy
|
| 27 |
-
value: 0.
|
| 28 |
name: Ud Jaccard
|
| 29 |
- type: accuracy
|
| 30 |
-
value: 0.
|
| 31 |
name: Eud Jaccard
|
| 32 |
---
|
| 33 |
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
- f1
|
| 10 |
+
pipeline_tag: conllu-parsing
|
| 11 |
tags:
|
| 12 |
- pytorch
|
| 13 |
model-index:
|
|
|
|
| 24 |
value: 0.2499731726074437
|
| 25 |
name: Null F1
|
| 26 |
- type: accuracy
|
| 27 |
+
value: 0.8433449257034461
|
| 28 |
name: Ud Jaccard
|
| 29 |
- type: accuracy
|
| 30 |
+
value: 0.7886416669405463
|
| 31 |
name: Eud Jaccard
|
| 32 |
---
|
| 33 |
|
config.json
CHANGED
|
@@ -8,12 +8,6 @@
|
|
| 8 |
"AutoModel": "modeling_parser.CobaldParser"
|
| 9 |
},
|
| 10 |
"consecutive_null_limit": 3,
|
| 11 |
-
"custom_pipelines": {
|
| 12 |
-
"conllu-parsing": {
|
| 13 |
-
"impl": "pipeline.ConlluTokenClassificationPipeline",
|
| 14 |
-
"pt": "CobaldParser"
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
"deepslot_classifier_hidden_size": 256,
|
| 18 |
"dependency_classifier_hidden_size": 128,
|
| 19 |
"dropout": 0.1,
|
|
|
|
| 8 |
"AutoModel": "modeling_parser.CobaldParser"
|
| 9 |
},
|
| 10 |
"consecutive_null_limit": 3,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"deepslot_classifier_hidden_size": 256,
|
| 12 |
"dependency_classifier_hidden_size": 128,
|
| 13 |
"dropout": 0.1,
|
configuration.py
CHANGED
|
@@ -37,12 +37,4 @@ class CobaldParserConfig(PretrainedConfig):
|
|
| 37 |
column: {int(k): v for k, v in labels.items()}
|
| 38 |
for column, labels in vocabulary.items()
|
| 39 |
}
|
| 40 |
-
# HACK: Tell HF hub about custom pipeline.
|
| 41 |
-
# It should not be hardcoded like this but other workaround are worse imo.
|
| 42 |
-
self.custom_pipelines = {
|
| 43 |
-
"conllu-parsing": {
|
| 44 |
-
"impl": "pipeline.ConlluTokenClassificationPipeline",
|
| 45 |
-
"pt": "CobaldParser",
|
| 46 |
-
}
|
| 47 |
-
}
|
| 48 |
super().__init__(**kwargs)
|
|
|
|
| 37 |
column: {int(k): v for k, v in labels.items()}
|
| 38 |
for column, labels in vocabulary.items()
|
| 39 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
super().__init__(**kwargs)
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1147244460
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16cd2b1a1e69aebc5e8749296f9e1738ec8e1e912487875d7d9b347f169a1dc0
|
| 3 |
size 1147244460
|
runs/May27_11-51-41_dragon/events.out.tfevents.1748335917.dragon.3346.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38a4c75ff8aaa02cbeeb2dadcdb5189363012f9f5f3ff729aa0e1466e927e1d4
|
| 3 |
+
size 50409
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efb75ced369d76182116c1aaf845db3f50cecf580217a49a59b3f0d5ef8acd0e
|
| 3 |
+
size 5841
|