DunnBC22 commited on
Commit
0854628
·
1 Parent(s): 4083023

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/fnet-large",
3
+ "actual_seq_length": 512,
4
+ "architectures": [
5
+ "FNetForSequenceClassification"
6
+ ],
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu_new",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 4096,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "fnet",
27
+ "num_hidden_layers": 24,
28
+ "pad_token_id": 3,
29
+ "problem_type": "single_label_classification",
30
+ "torch_dtype": "float32",
31
+ "tpu_short_seq_length": 512,
32
+ "transformers_version": "4.27.4",
33
+ "type_vocab_size": 4,
34
+ "use_fft": true,
35
+ "use_latest": false,
36
+ "use_tpu_fourier_optimizations": false,
37
+ "vocab_size": 32000
38
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f17768f7dcc5bc58f4578505ecee94db28802b94c10e5a683171b6f8d95c79
3
+ size 947864125
runs/May08_13-29-44_Brians-Mac-mini.local/1683570591.183933/events.out.tfevents.1683570591.Brians-Mac-mini.local.1473.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6efd8ae57a7b66e4a0935df9889d334cfb85dca5d484fee39cd702c3513eabea
3
+ size 5914
runs/May08_13-29-44_Brians-Mac-mini.local/events.out.tfevents.1683570591.Brians-Mac-mini.local.1473.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c37277faff665bc6bcbb75623ab36afb37e45a3c535b979f8cfb218f60f28780
3
+ size 5524
special_tokens_map.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": {
4
+ "content": "[MASK]",
5
+ "lstrip": true,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "pad_token": "<pad>",
11
+ "sep_token": "[SEP]",
12
+ "unk_token": "<unk>"
13
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f848afb4cb35389f15819aad6b9b4bb65d8b6cec9613b6145bea94b4a045ab6
3
+ size 708295
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": false,
4
+ "keep_accents": true,
5
+ "mask_token": {
6
+ "__type": "AddedToken",
7
+ "content": "[MASK]",
8
+ "lstrip": true,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "model_max_length": 512,
14
+ "pad_token": "<pad>",
15
+ "remove_space": true,
16
+ "sep_token": "[SEP]",
17
+ "sp_model_kwargs": {},
18
+ "special_tokens_map_file": "/Users/briandunn/.cache/huggingface/hub/models--google--fnet-large/snapshots/7753dcad10e795fee9b01a64987933d9ff2b0963/special_tokens_map.json",
19
+ "tokenizer_class": "FNetTokenizer",
20
+ "unk_token": "<unk>"
21
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2f389c577c52aa1dafe281c6b013e8c278e1c7c4f88063427d382bae19dcecd
3
+ size 3643