Upload folder using huggingface_hub
#2
by
animaai - opened
- config.json +1 -1
- eval/metric.json +1 -0
- eval/prediction.validation.json +0 -0
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "./roberta_cleen_all_exist_new_0/model_thulje/
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForTokenClassification"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "./roberta_cleen_all_exist_new_0/model_thulje/epoch_92",
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForTokenClassification"
|
| 5 |
],
|
eval/metric.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"validation": {"micro/f1": 0.569032458456282, "micro/f1_ci": {}, "micro/recall": 0.4625094673062358, "micro/precision": 0.7393058918482648, "macro/f1": 0.5175934838785969, "macro/f1_ci": {}, "macro/recall": 0.41613947490152486, "macro/precision": 0.6950238000834046, "per_entity_metric": {"Dislikes": {"f1": 0.2441860465116279, "f1_ci": {}, "precision": 0.4375, "recall": 0.1693548387096774}, "Family": {"f1": 0.528125, "f1_ci": {}, "precision": 0.7379912663755459, "recall": 0.41119221411192214}, "Job": {"f1": 0.6194029850746269, "f1_ci": {}, "precision": 0.7793427230046949, "recall": 0.5139318885448917}, "Likes": {"f1": 0.5684415268660346, "f1_ci": {}, "precision": 0.7310819262038775, "recall": 0.46499602227525855}, "Pet": {"f1": 0.6278118609406953, "f1_ci": {}, "precision": 0.7892030848329049, "recall": 0.5212224108658744}}}}
|
eval/prediction.validation.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496326701
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3a319e2c260b902511e58ce893b703bbb9d50ee9f83df10da870e3331386b7e
|
| 3 |
size 496326701
|
tokenizer_config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"errors": "replace",
|
| 7 |
"mask_token": "<mask>",
|
| 8 |
"model_max_length": 512,
|
| 9 |
-
"name_or_path": "./roberta_cleen_all_exist_new_0/model_thulje/
|
| 10 |
"pad_token": "<pad>",
|
| 11 |
"sep_token": "</s>",
|
| 12 |
"special_tokens_map_file": null,
|
|
|
|
| 6 |
"errors": "replace",
|
| 7 |
"mask_token": "<mask>",
|
| 8 |
"model_max_length": 512,
|
| 9 |
+
"name_or_path": "./roberta_cleen_all_exist_new_0/model_thulje/epoch_92",
|
| 10 |
"pad_token": "<pad>",
|
| 11 |
"sep_token": "</s>",
|
| 12 |
"special_tokens_map_file": null,
|