edwardyeung04 commited on
Commit
03ec006
1 Parent(s): 4b409f1

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,33 +1,43 @@
1
  {
2
- "_name_or_path": "albert-base-v2",
3
  "architectures": [
4
- "AlbertForMultipleChoice"
5
  ],
6
- "attention_probs_dropout_prob": 0,
7
- "bos_token_id": 2,
8
- "classifier_dropout_prob": 0.1,
9
- "down_scale_factor": 1,
10
- "embedding_size": 128,
11
- "eos_token_id": 3,
12
- "gap_size": 0,
13
- "hidden_act": "gelu_new",
14
- "hidden_dropout_prob": 0,
15
- "hidden_size": 768,
 
16
  "initializer_range": 0.02,
17
- "inner_group_num": 1,
18
- "intermediate_size": 3072,
19
  "layer_norm_eps": 1e-12,
20
- "max_position_embeddings": 512,
21
- "model_type": "albert",
22
- "net_structure_type": 0,
23
- "num_attention_heads": 12,
24
- "num_hidden_groups": 1,
25
- "num_hidden_layers": 12,
26
- "num_memory_blocks": 0,
27
- "pad_token_id": 0,
28
- "position_embedding_type": "absolute",
 
 
 
 
 
 
 
 
 
29
  "torch_dtype": "float32",
30
  "transformers_version": "4.35.2",
31
- "type_vocab_size": 2,
32
- "vocab_size": 30000
 
 
33
  }
 
1
  {
2
+ "_name_or_path": "xlnet-base-cased",
3
  "architectures": [
4
+ "XLNetForMultipleChoice"
5
  ],
6
+ "attn_type": "bi",
7
+ "bi_data": false,
8
+ "bos_token_id": 1,
9
+ "clamp_len": -1,
10
+ "d_head": 64,
11
+ "d_inner": 3072,
12
+ "d_model": 768,
13
+ "dropout": 0.1,
14
+ "end_n_top": 5,
15
+ "eos_token_id": 2,
16
+ "ff_activation": "gelu",
17
  "initializer_range": 0.02,
 
 
18
  "layer_norm_eps": 1e-12,
19
+ "mem_len": null,
20
+ "model_type": "xlnet",
21
+ "n_head": 12,
22
+ "n_layer": 12,
23
+ "pad_token_id": 5,
24
+ "reuse_len": null,
25
+ "same_length": false,
26
+ "start_n_top": 5,
27
+ "summary_activation": "tanh",
28
+ "summary_last_dropout": 0.1,
29
+ "summary_type": "last",
30
+ "summary_use_proj": true,
31
+ "task_specific_params": {
32
+ "text-generation": {
33
+ "do_sample": true,
34
+ "max_length": 250
35
+ }
36
+ },
37
  "torch_dtype": "float32",
38
  "transformers_version": "4.35.2",
39
+ "untie_r": true,
40
+ "use_mems_eval": true,
41
+ "use_mems_train": false,
42
+ "vocab_size": 32000
43
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cf830371517cb4a6d2ff79e461d7f3f88ee36650b9335c9b6eb30ed5010c824
3
- size 46740836
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1b9ee163760affe035163efc6f5b26caf1c816d24e1e1cd7b7a2a5dd678e44
3
+ size 469261516
runs/Feb16_08-49-28_d4b2fc9666a9/events.out.tfevents.1708073368.d4b2fc9666a9.1740.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ab3f89c68edc680308187f3b405601f367c1070fc06c770ecaf938a11a1e363
3
+ size 4789
special_tokens_map.json CHANGED
@@ -1,15 +1,19 @@
1
  {
2
- "bos_token": "[CLS]",
3
- "cls_token": "[CLS]",
4
- "eos_token": "[SEP]",
 
 
 
 
5
  "mask_token": {
6
- "content": "[MASK]",
7
  "lstrip": true,
8
  "normalized": false,
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
  "pad_token": "<pad>",
13
- "sep_token": "[SEP]",
14
  "unk_token": "<unk>"
15
  }
 
1
  {
2
+ "additional_special_tokens": [
3
+ "<eop>",
4
+ "<eod>"
5
+ ],
6
+ "bos_token": "<s>",
7
+ "cls_token": "<cls>",
8
+ "eos_token": "</s>",
9
  "mask_token": {
10
+ "content": "<mask>",
11
  "lstrip": true,
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
  "pad_token": "<pad>",
17
+ "sep_token": "<sep>",
18
  "unk_token": "<unk>"
19
  }
spiece.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fefb02b667a6c5c2fe27602d28e5fb3428f66ab89c7d6f388e7c8d44a02d0336
3
- size 760289
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f8c1c0bc2854d1af911a8550288c1258af5ba50277f3a5c829b98eb86fc5646
3
+ size 798011
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "<pad>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
@@ -9,7 +9,7 @@
9
  "special": true
10
  },
11
  "1": {
12
- "content": "<unk>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
@@ -17,7 +17,7 @@
17
  "special": true
18
  },
19
  "2": {
20
- "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
@@ -25,7 +25,7 @@
25
  "special": true
26
  },
27
  "3": {
28
- "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
@@ -33,25 +33,61 @@
33
  "special": true
34
  },
35
  "4": {
36
- "content": "[MASK]",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  "lstrip": true,
38
  "normalized": false,
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
  },
44
- "bos_token": "[CLS]",
 
 
 
 
45
  "clean_up_tokenization_spaces": true,
46
- "cls_token": "[CLS]",
47
- "do_lower_case": true,
48
- "eos_token": "[SEP]",
49
  "keep_accents": false,
50
- "mask_token": "[MASK]",
51
- "model_max_length": 512,
52
  "pad_token": "<pad>",
53
  "remove_space": true,
54
- "sep_token": "[SEP]",
55
- "tokenizer_class": "AlbertTokenizer",
56
  "unk_token": "<unk>"
57
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "<unk>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "<s>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
 
17
  "special": true
18
  },
19
  "2": {
20
+ "content": "</s>",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
 
25
  "special": true
26
  },
27
  "3": {
28
+ "content": "<cls>",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
 
33
  "special": true
34
  },
35
  "4": {
36
+ "content": "<sep>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "5": {
44
+ "content": "<pad>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "6": {
52
+ "content": "<mask>",
53
  "lstrip": true,
54
  "normalized": false,
55
  "rstrip": false,
56
  "single_word": false,
57
  "special": true
58
+ },
59
+ "7": {
60
+ "content": "<eod>",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "8": {
68
+ "content": "<eop>",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
  }
75
  },
76
+ "additional_special_tokens": [
77
+ "<eop>",
78
+ "<eod>"
79
+ ],
80
+ "bos_token": "<s>",
81
  "clean_up_tokenization_spaces": true,
82
+ "cls_token": "<cls>",
83
+ "do_lower_case": false,
84
+ "eos_token": "</s>",
85
  "keep_accents": false,
86
+ "mask_token": "<mask>",
87
+ "model_max_length": 1000000000000000019884624838656,
88
  "pad_token": "<pad>",
89
  "remove_space": true,
90
+ "sep_token": "<sep>",
91
+ "tokenizer_class": "XLNetTokenizer",
92
  "unk_token": "<unk>"
93
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39b67130a2936ed29beedda03caa6540451db145709ab96b7745c990be82ec28
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f47c57ae5cc92f7d64c29c70f956ea39ed9b66ba48eb71c82db75d920bc4a6
3
  size 4600