Training in progress, step 500
Browse files- config.json +18 -14
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +3 -1
- training_args.bin +2 -2
- vocab.txt +0 -0
config.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
|
|
|
|
|
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "LABEL_0",
|
| 13 |
"1": "LABEL_1",
|
|
@@ -31,6 +33,7 @@
|
|
| 31 |
"19": "LABEL_19"
|
| 32 |
},
|
| 33 |
"initializer_range": 0.02,
|
|
|
|
| 34 |
"label2id": {
|
| 35 |
"LABEL_0": 0,
|
| 36 |
"LABEL_1": 1,
|
|
@@ -53,17 +56,18 @@
|
|
| 53 |
"LABEL_8": 8,
|
| 54 |
"LABEL_9": 9
|
| 55 |
},
|
|
|
|
| 56 |
"max_position_embeddings": 512,
|
| 57 |
-
"model_type": "
|
| 58 |
-
"
|
| 59 |
-
"
|
|
|
|
| 60 |
"pad_token_id": 0,
|
|
|
|
| 61 |
"problem_type": "single_label_classification",
|
| 62 |
-
"qa_dropout": 0.1,
|
| 63 |
-
"seq_classif_dropout": 0.2,
|
| 64 |
-
"sinusoidal_pos_embds": false,
|
| 65 |
-
"tie_weights_": true,
|
| 66 |
"torch_dtype": "float32",
|
| 67 |
"transformers_version": "4.32.0",
|
|
|
|
|
|
|
| 68 |
"vocab_size": 30522
|
| 69 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "nlpaueb/legal-bert-base-uncased",
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"eos_token_ids": 0,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
"0": "LABEL_0",
|
| 15 |
"1": "LABEL_1",
|
|
|
|
| 33 |
"19": "LABEL_19"
|
| 34 |
},
|
| 35 |
"initializer_range": 0.02,
|
| 36 |
+
"intermediate_size": 3072,
|
| 37 |
"label2id": {
|
| 38 |
"LABEL_0": 0,
|
| 39 |
"LABEL_1": 1,
|
|
|
|
| 56 |
"LABEL_8": 8,
|
| 57 |
"LABEL_9": 9
|
| 58 |
},
|
| 59 |
+
"layer_norm_eps": 1e-12,
|
| 60 |
"max_position_embeddings": 512,
|
| 61 |
+
"model_type": "bert",
|
| 62 |
+
"num_attention_heads": 12,
|
| 63 |
+
"num_hidden_layers": 12,
|
| 64 |
+
"output_past": true,
|
| 65 |
"pad_token_id": 0,
|
| 66 |
+
"position_embedding_type": "absolute",
|
| 67 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
"torch_dtype": "float32",
|
| 69 |
"transformers_version": "4.32.0",
|
| 70 |
+
"type_vocab_size": 2,
|
| 71 |
+
"use_cache": true,
|
| 72 |
"vocab_size": 30522
|
| 73 |
}
|
pytorch_model.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:d1abc1e5235eae89c552cf9572b95f49b1f85f9f046e533a7dcd6fe424f86dbb
|
| 3 |
+
size 438058865
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"clean_up_tokenization_spaces": true,
|
| 3 |
"cls_token": "[CLS]",
|
|
|
|
| 4 |
"do_lower_case": true,
|
| 5 |
"mask_token": "[MASK]",
|
| 6 |
"model_max_length": 512,
|
|
|
|
| 7 |
"pad_token": "[PAD]",
|
| 8 |
"sep_token": "[SEP]",
|
| 9 |
"strip_accents": null,
|
| 10 |
"tokenize_chinese_chars": true,
|
| 11 |
-
"tokenizer_class": "
|
| 12 |
"unk_token": "[UNK]"
|
| 13 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"clean_up_tokenization_spaces": true,
|
| 3 |
"cls_token": "[CLS]",
|
| 4 |
+
"do_basic_tokenize": true,
|
| 5 |
"do_lower_case": true,
|
| 6 |
"mask_token": "[MASK]",
|
| 7 |
"model_max_length": 512,
|
| 8 |
+
"never_split": null,
|
| 9 |
"pad_token": "[PAD]",
|
| 10 |
"sep_token": "[SEP]",
|
| 11 |
"strip_accents": null,
|
| 12 |
"tokenize_chinese_chars": true,
|
| 13 |
+
"tokenizer_class": "BertTokenizer",
|
| 14 |
"unk_token": "[UNK]"
|
| 15 |
}
|
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:fa9022ff192979c1d9eb70370c344c8d34180dd84b28f9e7be968b8d5a22f4d0
|
| 3 |
+
size 3963
|
vocab.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|