xanore commited on
Commit
f8de3b9
1 Parent(s): ea23117

Training in progress, epoch 1

Browse files
runs/Dec24_22-47-25_DESKTOP-4PF3H2T/events.out.tfevents.1703447247.DESKTOP-4PF3H2T.35132.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5b19b1a40099e71bc2d633c469a01bdc0d0434a0d9a7f02e93b79c265af2166
3
- size 9980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:684c384425458e8549404ddcc647ae41ee2d54d0c06979692e570f455d1c420a
3
+ size 10454
runs/Dec24_22-51-32_DESKTOP-4PF3H2T/events.out.tfevents.1703447495.DESKTOP-4PF3H2T.45280.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590fd7925cde7dbd3148459ad995b7de0910a6de45c7e9fc670cb0b3b0bf5319
3
+ size 9980
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,11 +43,9 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
- "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
  "strip_accents": null,
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
 
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
 
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8704ff6e0223bb5a53dca4d973ddb49abc9ad7c2f87c1e41830b7885b24823d4
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e473d9c8efff96e48a3a4855d1842187abac03e9d3dfe2e96576237b65cecba4
3
  size 4536