Commit
•
0a56ea1
1
Parent(s):
5ff1791
Upload model
Browse files- config.json +44 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": null,
|
3 |
+
"_name_or_path": "runs/387m/checkpoint-5000",
|
4 |
+
"activation_function": "gelu_new",
|
5 |
+
"architectures": [
|
6 |
+
"GiaModel"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"attention_layers": [
|
10 |
+
"global",
|
11 |
+
"global",
|
12 |
+
"global",
|
13 |
+
"global",
|
14 |
+
"global",
|
15 |
+
"global",
|
16 |
+
"global",
|
17 |
+
"global",
|
18 |
+
"global",
|
19 |
+
"global",
|
20 |
+
"global",
|
21 |
+
"global"
|
22 |
+
],
|
23 |
+
"bos_token_id": 50256,
|
24 |
+
"classifier_dropout": 0.1,
|
25 |
+
"embed_dropout": 0.0,
|
26 |
+
"eos_token_id": 50256,
|
27 |
+
"hidden_size": 1536,
|
28 |
+
"image_vocab_size": 128,
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": null,
|
31 |
+
"layer_norm_epsilon": 1e-05,
|
32 |
+
"max_local_position": 512,
|
33 |
+
"model_type": "gia",
|
34 |
+
"num_groups": 32,
|
35 |
+
"num_heads": 12,
|
36 |
+
"num_layers": 12,
|
37 |
+
"num_res_channels": 64,
|
38 |
+
"patch_size": 16,
|
39 |
+
"resid_dropout": 0.0,
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": null,
|
42 |
+
"use_cache": true,
|
43 |
+
"vocab_size": 31025
|
44 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b28202de5eb6c082c9eb118866e309ab49e159fe5946986371c4e0277690276
|
3 |
+
size 1859266061
|