DunnBC22 commited on
Commit
10a50b6
1 Parent(s): 2fea497

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-base",
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": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
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": 12,
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:628fd7887f77cbfbd68bab8bc1dc0c6805e370d9e78781ae1ae0cbd3b06409a9
3
+ size 331492221
runs/May05_21-47-27_Brians-Mac-mini/1683341253.804049/events.out.tfevents.1683341253.Brians-Mac-mini.15242.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02d3bdf96976a64cf466919692f5852c5c09ebd44397454cc723f34e31ae5d53
3
+ size 5896
runs/May05_21-47-27_Brians-Mac-mini/events.out.tfevents.1683341253.Brians-Mac-mini.15242.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e828ab42cf022fad9f71376a739845d02b044ed289bb6b34f215ecbc7c86cb
3
+ size 5503
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": false,
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": "./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:42155d4b7b76f6775d171c2c85ffedb8a49e1bbdc1b5561eec8e44c47b1e015b
3
+ size 3643