raminass commited on
Commit
eb9307e
·
1 Parent(s): b733bff

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nlpaueb/legal-bert-small-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": 512,
13
+ "id2label": {
14
+ "0": "Alito",
15
+ "1": "Breyer",
16
+ "2": "Gorsuch",
17
+ "3": "Kagan",
18
+ "4": "Kavanaugh",
19
+ "5": "Roberts",
20
+ "6": "Sotomayor",
21
+ "7": "Thomas",
22
+ "8": "Kennedy",
23
+ "9": "Ginsburg",
24
+ "10": "Scalia",
25
+ "11": "Stevens",
26
+ "12": "Rehnquist",
27
+ "13": "Souter",
28
+ "14": "O'Connor"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 2048,
32
+ "label2id": {
33
+ "Alito": 0,
34
+ "Breyer": 1,
35
+ "Ginsburg": 9,
36
+ "Gorsuch": 2,
37
+ "Kagan": 3,
38
+ "Kavanaugh": 4,
39
+ "Kennedy": 8,
40
+ "O'Connor": 14,
41
+ "Rehnquist": 12,
42
+ "Roberts": 5,
43
+ "Scalia": 10,
44
+ "Sotomayor": 6,
45
+ "Souter": 13,
46
+ "Stevens": 11,
47
+ "Thomas": 7
48
+ },
49
+ "layer_norm_eps": 1e-12,
50
+ "max_position_embeddings": 512,
51
+ "model_type": "bert",
52
+ "num_attention_heads": 8,
53
+ "num_hidden_layers": 6,
54
+ "output_past": true,
55
+ "pad_token_id": 0,
56
+ "position_embedding_type": "absolute",
57
+ "problem_type": "single_label_classification",
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.35.2",
60
+ "type_vocab_size": 2,
61
+ "use_cache": true,
62
+ "vocab_size": 30522
63
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3c26cc6101403d9d298d9002476b80b0be5d9f137c545fe9ba780e1e242a8e2
3
+ size 140316564
runs/Jan03_10-05-07_14c9fce3509f/events.out.tfevents.1704276309.14c9fce3509f.592.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e1ccfb93df7c94b930321bafbde848564a29d8502d3d7c9b4b7eee511f466c
3
+ size 7624
runs/Jan03_11-37-10_14c9fce3509f/events.out.tfevents.1704281832.14c9fce3509f.31672.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa4a8f0f54dea124cf26f77ed30c7d4e6115e195da461b8bb3bf1e5730fee91
3
+ size 5596
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be7e8754ec0efd592837bec1f034fb54a12834a67180655c65bc3946a6f79a2
3
+ size 4600
vocab.txt ADDED
The diff for this file is too large to render. See raw diff