temporary0-0name commited on
Commit
02991b4
1 Parent(s): 06b9939

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -19,7 +19,7 @@
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.33.1",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 30522
 
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.35.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 30522
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ed9068904ed2de6568c1203b8145f178bff98543f5241a745b64778e4260268
3
+ size 438080896
runs/Nov17_08-28-48_96834e41e131/events.out.tfevents.1700209731.96834e41e131.174.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b428ff3f194ff56793e3180362dc50cf84849b353cda67d479ead669cb4dc7a7
3
+ size 4184
runs/Nov17_08-32-11_96834e41e131/events.out.tfevents.1700209932.96834e41e131.2204.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21186bdef0ce2917fa81f159130a000c6fc9a35f43be62be6d8e5a954c5a7b38
3
+ size 4209
runs/Nov17_08-33-18_96834e41e131/events.out.tfevents.1700209999.96834e41e131.2204.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cfa6cddde75534ead6731dd5c46cc81c113982c77e29a13fde3f6236280718a
3
+ size 4209
runs/Nov17_08-37-09_96834e41e131/events.out.tfevents.1700210230.96834e41e131.2204.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec38d4480b6756d39ea8fe47466d128d7bc239d57898bbcee265842d16803518
3
+ size 4209
runs/Nov17_08-40-33_96834e41e131/events.out.tfevents.1700210434.96834e41e131.2204.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c8fb8eb82a6c67b11a0951314621f3cfa3e8261722fcf0ab0f8c164f7b4bfeb
3
+ size 4209
runs/Nov17_08-46-12_96834e41e131/events.out.tfevents.1700210774.96834e41e131.2204.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0398ff9ac8f9db74144cb6d83a2c95d80563a732ac7f53c951d80de840c22c5d
3
+ size 4209
runs/Nov17_08-47-50_96834e41e131/events.out.tfevents.1700210870.96834e41e131.2204.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5020fd5ecb283c8bfb2f78f661b430605500cfb3dd44435f5240a8c63a6e588a
3
+ size 4521
special_tokens_map.json CHANGED
@@ -1,7 +1,13 @@
1
  {
2
  "cls_token": "[CLS]",
3
  "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
 
 
 
 
 
 
5
  "sep_token": "[SEP]",
6
  "unk_token": "[UNK]"
7
  }
 
1
  {
2
  "cls_token": "[CLS]",
3
  "mask_token": "[MASK]",
4
+ "pad_token": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
  "sep_token": "[SEP]",
12
  "unk_token": "[UNK]"
13
  }
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4766442b90768624fdb8f668c795c5dbc5d082fc06998da2d01d70d510ee9909
3
- size 3951
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:439058b45c40ee40a0fb998dc129f10928b358191f411dbcf91951d4c0353af5
3
+ size 4536