sivan22 commited on
Commit
dc6a2fe
1 Parent(s): c2a9d92

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:b5f2378ea12205bf303d81ad64221fd5fc4a38839bcf6834351f299672338af3
3
  size 739548900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70ee97633c22deeda7bf1f7691ee9c939b0f7cad1015da4eafd28ed422a2d4f1
3
  size 739548900
runs/Dec03_20-46-19_nozlvy7ufo/events.out.tfevents.1701636381.nozlvy7ufo.374.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9268a1a89cbba91cd5dab96ec64bb10f4119169455c6d8498a3597dcc722a6a
3
- size 54618
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c3aaa94f2601f78ca1dda9cb53ba2a1e782786885536a2551469fb27948915
3
+ size 55089
runs/Dec03_22-33-01_nozlvy7ufo/events.out.tfevents.1701642782.nozlvy7ufo.719.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31306cd32e37e53de3db97db22a11adb9d40b7c0a4acf6acbb1490162d681745
3
+ size 48921
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
@@ -45,11 +45,15 @@
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,
52
  "tokenize_chinese_chars": true,
53
  "tokenizer_class": "BertTokenizer",
 
 
54
  "unk_token": "[UNK]"
55
  }
 
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
+ "max_length": 512,
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
52
+ "stride": 0,
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
  "tokenizer_class": "BertTokenizer",
56
+ "truncation_side": "right",
57
+ "truncation_strategy": "longest_first",
58
  "unk_token": "[UNK]"
59
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4c3dae5441879e73ce57a9d3b07c6f077b3327fc5cdc1a7c4adbbdb0af646d9
3
  size 4143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:108e8734a5d21046379797fda6fcd431fe8b839a348d943a8b2b687b19e68ad2
3
  size 4143