jannikskytt commited on
Commit
d82c504
·
verified ·
1 Parent(s): c1b2ab5

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db0de9c4974fe535cb71d63ca98375636492c5bccc5a6116142d3b4f7b5e07a4
3
  size 54977936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c1155f85395a81d4e694fa653c8cab28595b601bd3b30e7884173b0b58a298
3
  size 54977936
runs/Sep03_13-36-16_7b8dea04b7f7/events.out.tfevents.1725370576.7b8dea04b7f7.1634334.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12ceb2e2c7299f88b4c233e4af973d7e090b200c635112f27e5e82a46bfc355c
3
+ size 5313
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
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": {
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
  }
tokenizer_config.json CHANGED
@@ -47,12 +47,16 @@
47
  "do_lower_case": true,
48
  "full_tokenizer_file": null,
49
  "mask_token": "[MASK]",
 
50
  "model_max_length": 512,
51
  "never_split": null,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
 
54
  "strip_accents": false,
55
  "tokenize_chinese_chars": true,
56
  "tokenizer_class": "ElectraTokenizer",
 
 
57
  "unk_token": "[UNK]"
58
  }
 
47
  "do_lower_case": true,
48
  "full_tokenizer_file": null,
49
  "mask_token": "[MASK]",
50
+ "max_length": 512,
51
  "model_max_length": 512,
52
  "never_split": null,
53
  "pad_token": "[PAD]",
54
  "sep_token": "[SEP]",
55
+ "stride": 0,
56
  "strip_accents": false,
57
  "tokenize_chinese_chars": true,
58
  "tokenizer_class": "ElectraTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
  "unk_token": "[UNK]"
62
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ea3d12fab04c4dda1d6d53fbc27af32290166d56e3faebbd8aed93a86727199
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e6ce51b88a9f219eaf6aec9da720cf1ea36c8141b36a76b238cf49df5bec44c
3
  size 5112