DUNHILL commited on
Commit
f56bf00
·
verified ·
1 Parent(s): 5ff4820

Training in progress, step 75

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7ca99186f83dacdc00349e6df6901dff7b723c1e1649f5fca1e1e3db0c419aa
3
  size 451154168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e116867aa1f5b3ef282e71eef1e6ce23594078afad669803991bd441de7b83d2
3
  size 451154168
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViltImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "ViltProcessor",
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "shortest_edge": 384
22
+ },
23
+ "size_divisor": 32
24
+ }
runs/Oct14_05-49-46_e469b1c0104e/events.out.tfevents.1728884994.e469b1c0104e.7333.8 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a41e72764959cfd3aaddf18fe843eff6270db0c7ffb85e209da1e1d9bc1df0b
3
- size 5919
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4e9fd07a4814e2ef94fd0c062d146807af6871ed489548fb56706a1a0311adf
3
+ size 6584
runs/Oct14_05-49-46_e469b1c0104e/events.out.tfevents.1728889273.e469b1c0104e.7333.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e711ade30ccaf07dc43b232223e1f8ee49183e81d8873e683db184b58073defd
3
+ size 5087
runs/Oct14_07-06-16_e469b1c0104e/events.out.tfevents.1728889587.e469b1c0104e.7333.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c563dc3de780708230f783303273bd4090fc21947ebe3d40f919c3d631f83db
3
+ size 5087
runs/Oct14_07-06-16_e469b1c0104e/events.out.tfevents.1728889911.e469b1c0104e.7333.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9054eb269662c7287adae4d7b3fcd9cb6f8335ff1abfd77b80f0f287f74c1722
3
+ size 5087
runs/Oct14_07-16-58_e469b1c0104e/events.out.tfevents.1728890228.e469b1c0104e.7333.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0909761768765ec71a1f963e76862fc00b05d6cccb7df10443dcea1a6728b327
3
+ size 5078
runs/Oct14_07-16-58_e469b1c0104e/events.out.tfevents.1728890555.e469b1c0104e.7333.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6897c7b889cd6b470707fb269590a2c7a4cc34229a805caf6df52307578cca86
3
+ size 10068
runs/Oct14_07-16-58_e469b1c0104e/events.out.tfevents.1728891419.e469b1c0104e.7333.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:660b8e6283bbfadd46a59b14bf6899e70b0f11a8c9c299775fd2f1ba2c3b24f2
3
+ size 5817
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 40,
49
+ "pad_token": "[PAD]",
50
+ "processor_class": "ViltProcessor",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99e71ecb040d303d45b78675b209bcf5e5eecbae2a7f9464099b6e7ee5071b98
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f214bcb89e19498ef7e373eb629dfe5de996d11b57a18b1734ee54a338ec1335
3
  size 5240
vocab.txt ADDED
The diff for this file is too large to render. See raw diff