DunnBC22 commited on
Commit
9cc7470
1 Parent(s): 0c769dd

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "funnel-transformer/medium-base",
3
+ "activation_dropout": 0.0,
4
+ "architectures": [
5
+ "FunnelForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "attention_type": "relative_shift",
9
+ "block_repeats": [
10
+ 1,
11
+ 2,
12
+ 2
13
+ ],
14
+ "block_sizes": [
15
+ 6,
16
+ 3,
17
+ 3
18
+ ],
19
+ "d_head": 64,
20
+ "d_inner": 3072,
21
+ "d_model": 768,
22
+ "hidden_act": "gelu_new",
23
+ "hidden_dropout": 0.1,
24
+ "id2label": {
25
+ "0": "LABEL_0",
26
+ "1": "LABEL_1",
27
+ "2": "LABEL_2",
28
+ "3": "LABEL_3"
29
+ },
30
+ "initializer_range": 0.1,
31
+ "initializer_std": null,
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1,
35
+ "LABEL_2": 2,
36
+ "LABEL_3": 3
37
+ },
38
+ "layer_norm_eps": 1e-09,
39
+ "max_position_embeddings": 512,
40
+ "model_type": "funnel",
41
+ "n_head": 12,
42
+ "num_decoder_layers": 2,
43
+ "pool_q_only": true,
44
+ "pooling_type": "mean",
45
+ "problem_type": "single_label_classification",
46
+ "rel_attn_type": "factorized",
47
+ "separate_cls": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.28.1",
50
+ "truncate_seq": true,
51
+ "type_vocab_size": 3,
52
+ "vocab_size": 30522
53
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a540b8561204544facc21333132b8e5c93ebfd1a966816078a7eb8ea400acac
3
+ size 464902377
runs/Jun06_13-19-59_Brians-Mac-mini.local/1686075605.4782279/events.out.tfevents.1686075605.Brians-Mac-mini.local.65859.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b404e84851d900c8baadf8d256e0fccd19f6b791804762339b1bcc7974d8fa11
3
+ size 5913
runs/Jun06_13-19-59_Brians-Mac-mini.local/events.out.tfevents.1686075605.Brians-Mac-mini.local.65859.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:752d7fd706694b0ee7c3ea43465ef5baab8c381f22198ece903b90b39974f004
3
+ size 5523
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<cls>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "<sep>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "clean_text": true,
4
+ "clean_up_tokenization_spaces": true,
5
+ "cls_token": "<cls>",
6
+ "do_lower_case": true,
7
+ "eos_token": "</s>",
8
+ "mask_token": "<mask>",
9
+ "model_max_length": 512,
10
+ "pad_token": "<pad>",
11
+ "sep_token": "<sep>",
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "FunnelTokenizer",
15
+ "unk_token": "<unk>",
16
+ "wordpieces_prefix": "##"
17
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36956fab72824b443fa3c684cf23261b26fae548aaececd9c4f5f2088ee1e42
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff