Neil96 commited on
Commit
0646d4a
1 Parent(s): 7e6735d

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "NEGATIVE",
14
+ "1": "POSITIVE"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "NEGATIVE": 0,
20
+ "POSITIVE": 1
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 512,
24
+ "model_type": "fnet",
25
+ "num_hidden_layers": 12,
26
+ "pad_token_id": 3,
27
+ "problem_type": "single_label_classification",
28
+ "torch_dtype": "float32",
29
+ "tpu_short_seq_length": 512,
30
+ "transformers_version": "4.27.3",
31
+ "type_vocab_size": 4,
32
+ "use_fft": true,
33
+ "use_latest": false,
34
+ "use_tpu_fourier_optimizations": false,
35
+ "vocab_size": 32000
36
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71d3e7cc5328bfb1189cd0f2925e63cac19ac43c3c0b3d82b662ec7a02428d6e
3
+ size 331490685
runs/Mar26_08-53-09_d3bb4d8c6cd1/1679820863.0025089/events.out.tfevents.1679820863.d3bb4d8c6cd1.134.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7e9bca3f0b8bf3157ae2b8a30bfa57d1d9a59d67255e3edd27c379650dd1e4
3
+ size 5742
runs/Mar26_08-53-09_d3bb4d8c6cd1/events.out.tfevents.1679820862.d3bb4d8c6cd1.134.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dcac6cdcccbecff6079aac6e7c802a3c17f3b2f0ca2533ba50bc1372764ee8d
3
+ size 8270
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
+ }
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:c783d8b85767831451cf2f7e141783b7af793f25edf7c3be32aa8675e04bfb6b
3
+ size 3579