ApyHTML19 commited on
Commit
dc7a239
·
verified ·
1 Parent(s): cb6ec78

Upload 3 files

Browse files
Files changed (3) hide show
  1. image_encoder_full.pt +3 -0
  2. text_encoder_full.pt +3 -0
  3. vocab.json +50 -0
image_encoder_full.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:016378559c2d2c48d363756718e9faf69ad6f4f3737fe60ce8c0ffae59e35c36
3
+ size 1695109
text_encoder_full.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46b862df3d762f4f9db30a4228553c54f3bc516e2f05ae7f27655c0e88ea5e61
3
+ size 286245
vocab.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab": [
3
+ "CLS",
4
+ "blue",
5
+ "bottom",
6
+ "bottom-left",
7
+ "bottom-right",
8
+ "brown",
9
+ "center",
10
+ "circle",
11
+ "gray",
12
+ "green",
13
+ "left",
14
+ "orange",
15
+ "pink",
16
+ "purple",
17
+ "red",
18
+ "right",
19
+ "square",
20
+ "top",
21
+ "top-left",
22
+ "top-right",
23
+ "triangle",
24
+ "yellow"
25
+ ],
26
+ "w2i": {
27
+ "CLS": 0,
28
+ "blue": 1,
29
+ "bottom": 2,
30
+ "bottom-left": 3,
31
+ "bottom-right": 4,
32
+ "brown": 5,
33
+ "center": 6,
34
+ "circle": 7,
35
+ "gray": 8,
36
+ "green": 9,
37
+ "left": 10,
38
+ "orange": 11,
39
+ "pink": 12,
40
+ "purple": 13,
41
+ "red": 14,
42
+ "right": 15,
43
+ "square": 16,
44
+ "top": 17,
45
+ "top-left": 18,
46
+ "top-right": 19,
47
+ "triangle": 20,
48
+ "yellow": 21
49
+ }
50
+ }