g8a9 commited on
Commit
ca1a85d
1 Parent(s): 2d04685

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dandelin/vilt-b32-mlm",
3
+ "architectures": [
4
+ "ViltForImageTextClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "non-misogynous",
12
+ "1": "misogynous"
13
+ },
14
+ "image_size": 384,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "labe2id": {
18
+ "misogynous": 1,
19
+ "non-misogynous": 0
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_image_length": -1,
23
+ "max_position_embeddings": 40,
24
+ "modality_type_vocab_size": 2,
25
+ "model_type": "vilt",
26
+ "num_attention_heads": 12,
27
+ "num_channels": 3,
28
+ "num_hidden_layers": 12,
29
+ "num_images": -1,
30
+ "patch_size": 32,
31
+ "problem_type": "single_label_classification",
32
+ "qkv_bias": true,
33
+ "tie_word_embeddings": false,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.30.2",
36
+ "type_vocab_size": 2,
37
+ "vocab_size": 30522
38
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0f7b47d799da7e7cf482550586fe25332afa38108ad4bc759c55fe52e2e94c7
3
+ size 446457745
runs/Jul22_02-23-32_monica.sm.unibocconi.it/events.out.tfevents.1689985424.monica.sm.unibocconi.it.899968.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6641a30dfca7a3676df8d8f27403af141c07727502c68a6f764ae2ae632f9352
3
+ size 4346
runs/Jul22_02-24-15_monica.sm.unibocconi.it/events.out.tfevents.1689985466.monica.sm.unibocconi.it.900538.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd32fe638143879e8181233c6475fe456175cda08663a9ae02fd65bcc4088e03
3
+ size 4976
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a25123989e2850ed301943bebdc4b537298baa1003f1042cb4c84df4b2ea9ba
3
+ size 4091