Training in progress, step 10
Browse files- .gitignore +1 -0
- added_tokens.json +1 -0
- config.json +32 -0
- pytorch_model.bin +3 -0
- runs/Jul25_21-29-43_rogue/1658810407.9581482/events.out.tfevents.1658810407.rogue.1420281.1 +3 -0
- runs/Jul25_21-29-43_rogue/events.out.tfevents.1658810407.rogue.1420281.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"</sp>": 30523, "<sp>": 30522}
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "enoriega/rule_softmatching",
|
3 |
+
"architectures": [
|
4 |
+
"BertForRuleScoring"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"loss_func": "margin",
|
16 |
+
"margin": 1.0,
|
17 |
+
"max_position_embeddings": 512,
|
18 |
+
"model_type": "bert",
|
19 |
+
"num_attention_heads": 12,
|
20 |
+
"num_hidden_layers": 12,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"problem_type": "regression",
|
24 |
+
"rule_sentence_encoding": "cls",
|
25 |
+
"spec_dropout": 0.2,
|
26 |
+
"spec_encoding": "avg",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.19.2",
|
29 |
+
"type_vocab_size": 2,
|
30 |
+
"use_cache": true,
|
31 |
+
"vocab_size": 30524
|
32 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0ac857c841f73b832fd68fe639f15cfb37b2ef43621738a7ca79102b0ac867e
|
3 |
+
size 438009197
|
runs/Jul25_21-29-43_rogue/1658810407.9581482/events.out.tfevents.1658810407.rogue.1420281.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57a7b2d88d606cd0520b28d2e477710e0830c8a5191b8f83a9c475cb963893bd
|
3 |
+
size 5377
|
runs/Jul25_21-29-43_rogue/events.out.tfevents.1658810407.rogue.1420281.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc39a3d3f8dd712bc554830fb746a6591eab04ee45f40d88c19b4016b26bcc2b
|
3 |
+
size 5456
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "additional_special_tokens": ["<sp>", "</sp>"]}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "enoriega/rule_softmatching", "tokenizer_class": "BertTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6ab3aee4de7ad57a51d82ff81313d012501120cf513cdc08474c6c654d300fa
|
3 |
+
size 3375
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|