jmLuis commited on
Commit
d3a9bc8
1 Parent(s): a55f62c

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/electra-base-discriminator",
3
+ "architectures": [
4
+ "ElectraForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": 0,
14
+ "1": 1,
15
+ "2": 2,
16
+ "3": 3,
17
+ "4": 4,
18
+ "5": 5,
19
+ "6": 6,
20
+ "7": 7,
21
+ "8": 8,
22
+ "9": 9,
23
+ "10": 10,
24
+ "11": 11,
25
+ "12": 12,
26
+ "13": 13,
27
+ "14": 14
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "0": 0,
33
+ "1": 1,
34
+ "2": 2,
35
+ "3": 3,
36
+ "4": 4,
37
+ "5": 5,
38
+ "6": 6,
39
+ "7": 7,
40
+ "8": 8,
41
+ "9": 9,
42
+ "10": 10,
43
+ "11": 11,
44
+ "12": 12,
45
+ "13": 13,
46
+ "14": 14
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "max_position_embeddings": 512,
50
+ "model_type": "electra",
51
+ "num_attention_heads": 12,
52
+ "num_hidden_layers": 12,
53
+ "pad_token_id": 0,
54
+ "position_embedding_type": "absolute",
55
+ "problem_type": "single_label_classification",
56
+ "summary_activation": "gelu",
57
+ "summary_last_dropout": 0.1,
58
+ "summary_type": "first",
59
+ "summary_use_proj": true,
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.28.0",
62
+ "type_vocab_size": 2,
63
+ "use_cache": true,
64
+ "vocab_size": 30522
65
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5fd00577dc00e0f2ae95a270ea8191c2a1ede98314f925559c67e5a3d79bf8f
3
+ size 438048501
runs/Sep13_03-20-29_6f75f0fa1da3/1694575239.3877382/events.out.tfevents.1694575239.6f75f0fa1da3.445.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d01407a32a622bc5c24954d31acd6457af63e30f06a61708052d5bf238bfd6b
3
+ size 5912
runs/Sep13_03-20-29_6f75f0fa1da3/events.out.tfevents.1694575239.6f75f0fa1da3.445.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15905490a253d759257ed8fe5d360e661698990e1e9b9b8023b82e6a1a20a0f
3
+ size 5314
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
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": "ElectraTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e7638e32ac016f0e4c038dd0d940d5606c19d0445fdfd8df303a0ea9db34577
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff