muhtasham commited on
Commit
911bac3
1 Parent(s): 6dc2239

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "muhtasham/bert-tiny-finetuned-legal-definitions",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 128,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 512,
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1,
35
+ "LABEL_10": 10,
36
+ "LABEL_11": 11,
37
+ "LABEL_12": 12,
38
+ "LABEL_13": 13,
39
+ "LABEL_14": 14,
40
+ "LABEL_15": 15,
41
+ "LABEL_16": 16,
42
+ "LABEL_2": 2,
43
+ "LABEL_3": 3,
44
+ "LABEL_4": 4,
45
+ "LABEL_5": 5,
46
+ "LABEL_6": 6,
47
+ "LABEL_7": 7,
48
+ "LABEL_8": 8,
49
+ "LABEL_9": 9
50
+ },
51
+ "layer_norm_eps": 1e-12,
52
+ "max_position_embeddings": 512,
53
+ "model_type": "bert",
54
+ "num_attention_heads": 2,
55
+ "num_hidden_layers": 2,
56
+ "pad_token_id": 0,
57
+ "position_embedding_type": "absolute",
58
+ "problem_type": "multi_label_classification",
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.13.0",
61
+ "type_vocab_size": 2,
62
+ "use_cache": true,
63
+ "vocab_size": 30522
64
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad221982dec8feefaf447e42f55d580312ec383709262199bb5c32b2931c54bd
3
+ size 17572327
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
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, "special_tokens_map_file": null, "name_or_path": "google/bert_uncased_L-2_H-128_A-2", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f1f558f583678d36a3099a9644946841f92687d201e033595182df9f8e4dee
3
+ size 2991
vocab.txt ADDED
The diff for this file is too large to render. See raw diff