raminass commited on
Commit
aecf9ec
1 Parent(s): 14fbb7b

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Justice Breyer",
15
+ "1": "Justice Ginsburg",
16
+ "10": "Justice Alito",
17
+ "11": "Justice Sotomayor",
18
+ "12": "Justice Roberts",
19
+ "2": "Justice Kennedy",
20
+ "3": "Justice O'Connor",
21
+ "4": "Justice Rehnquist",
22
+ "5": "Justice Scalia",
23
+ "6": "Justice Souter",
24
+ "7": "Justice Stevens",
25
+ "8": "Justice Thomas",
26
+ "9": "Justice Kagan"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 2048,
30
+ "label2id": {
31
+ "Justice Alito": 10,
32
+ "Justice Breyer": 0,
33
+ "Justice Ginsburg": 1,
34
+ "Justice Kagan": 9,
35
+ "Justice Kennedy": 2,
36
+ "Justice O'Connor": 3,
37
+ "Justice Rehnquist": 4,
38
+ "Justice Roberts": 12,
39
+ "Justice Scalia": 5,
40
+ "Justice Sotomayor": 11,
41
+ "Justice Souter": 6,
42
+ "Justice Stevens": 7,
43
+ "Justice Thomas": 8,
44
+ "per_curiam": 100
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "max_position_embeddings": 512,
48
+ "model_type": "bert",
49
+ "num_attention_heads": 8,
50
+ "num_hidden_layers": 6,
51
+ "output_past": true,
52
+ "pad_token_id": 0,
53
+ "position_embedding_type": "absolute",
54
+ "problem_type": "single_label_classification",
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.33.1",
57
+ "type_vocab_size": 2,
58
+ "use_cache": true,
59
+ "vocab_size": 30522
60
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecfce15149310f4f57d625859cfec3349532b7cedd1d17488682848d066241d3
3
+ size 140335729
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,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a17b27b42a8bb1165ca9c9ea1ab274a67c34b8ef8d0724d22bfc2f663ae676e
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff