Upload folder using huggingface_hub
Browse files- config.json +30 -0
- generation_config.json +7 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "damerajee/GPT-Vision",
|
3 |
+
"architectures": [
|
4 |
+
"GPT2Vision"
|
5 |
+
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "damerajee/GPT-Vision--configuration_gpt2vision.GPT2VisionConfig",
|
8 |
+
"AutoModelForCausalLM": "damerajee/GPT-Vision--modeling_gpt2vision.GPT2Vision"
|
9 |
+
},
|
10 |
+
"gpt2_config": {
|
11 |
+
"architectures": [
|
12 |
+
"GPTVision"
|
13 |
+
],
|
14 |
+
"auto_map": {
|
15 |
+
"AutoConfig": "damerajee/GPT-Vision--configuration_gpt2vision.GPT2VisionConfig",
|
16 |
+
"AutoModelForCausalLM": "damerajee/GPT-Vision--modeling_gpt2vision.GPT2Vision"
|
17 |
+
},
|
18 |
+
"gpt_config": {
|
19 |
+
"model_type": "gpt2"
|
20 |
+
},
|
21 |
+
"model_type": "gpt2",
|
22 |
+
"torch_dtype": "float16"
|
23 |
+
},
|
24 |
+
"gpt_config": {
|
25 |
+
"model_type": "gpt2"
|
26 |
+
},
|
27 |
+
"model_type": "gptvision",
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.42.3"
|
30 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"pad_token_id": 50256,
|
6 |
+
"transformers_version": "4.42.3"
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe9e4dd7f3205e3bbd269fda04ff6c3800a4fe8c485270a6ac2f5a4d7de9aef4
|
3 |
+
size 862254712
|