model update
Browse files- analogy.json +1 -0
- config.json +1 -1
- tokenizer_config.json +1 -1
- trainer_config.json +1 -0
- validation_loss.json +1 -0
analogy.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"distance_function": "cosine_similarity", "sat/test": 0.5074183976261127, "sat/valid": 0.4594594594594595, "u2/test": 0.4868421052631579, "u2/valid": 0.5833333333333334, "u4/test": 0.5717592592592593, "u4/valid": 0.5208333333333334, "google/test": 0.914, "google/valid": 1.0, "bats/test": 0.7837687604224569, "bats/valid": 0.7487437185929648, "sat_full": 0.5026737967914439}
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "roberta-large",
|
3 |
"architectures": [
|
4 |
"RobertaModel"
|
5 |
],
|
tokenizer_config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"errors": "replace",
|
7 |
"mask_token": "<mask>",
|
8 |
"model_max_length": 512,
|
9 |
-
"name_or_path": "
|
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-large",
|
10 |
"pad_token": "<pad>",
|
11 |
"sep_token": "</s>",
|
12 |
"special_tokens_map_file": null,
|
trainer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model": "roberta-large", "max_length": 64, "mode": "mask", "data": "relbert/conceptnet_high_confidence", "template_mode": "manual", "template": "Today, I finally discovered the relation between <subj> and <obj> : <obj> is <subj>'s <mask>", "loss_function": "nce_logout", "temperature_nce_constant": 0.05, "temperature_nce_rank": {"min": 0.01, "max": 0.05, "type": "linear"}, "epoch": 114, "batch": 128, "lr": 5e-06, "lr_decay": false, "lr_warmup": 1, "weight_decay": 0, "random_seed": 0, "exclude_relation": null, "n_sample": 640, "gradient_accumulation": 8}
|
validation_loss.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"validation_loss": 4.599117699422334, "validation_data": "relbert/conceptnet_high_confidence", "validation_data/exclude_relation": null}
|