sivan22 commited on
Commit
0c3ca9b
1 Parent(s): e2036a9

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:7b3266afd99825c5a6e778b129f6681e9ff5b4a4d1691d3abce5feec090102a7
3
  size 739548900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5005d61ced7aa725a3392031c37c6abccd1c936529ccf9c702e58f25832270
3
  size 739548900
runs/Dec03_20-05-15_nozlvy7ufo/events.out.tfevents.1701633915.nozlvy7ufo.148.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db8f95066b72767b9a5892611e5f15f9a4893eeacfde4bc4076510e163274426
3
- size 50832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babf93d26150791755b977a2017363dc1d0be29a20534e2ec79be7ce10662c7e
3
+ size 50989
runs/Dec03_20-46-19_nozlvy7ufo/events.out.tfevents.1701636381.nozlvy7ufo.374.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:291c4f4099676a2cc96b5f67faece4daf69d149b8ff9cef41846aeff9cbade15
3
+ size 49235
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_config.json CHANGED
@@ -45,15 +45,11 @@
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
  }
 
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d6f94e06571d128fde3dac718670774c45fd73230978d2b535f467daffcd735
3
  size 4143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4c3dae5441879e73ce57a9d3b07c6f077b3327fc5cdc1a7c4adbbdb0af646d9
3
  size 4143