Upload folder using huggingface_hub
Browse files- config.json +9 -0
- pytorch_model.bin +3 -0
- tokenizer_config.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ImageCaptioningModel"
|
| 4 |
+
],
|
| 5 |
+
"max_seq_len": 20,
|
| 6 |
+
"torch_dtype": "float32",
|
| 7 |
+
"transformers_version": "4.52.3",
|
| 8 |
+
"vocab_size": 3478
|
| 9 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e13a70357e36bc853aae860986579933626c18aaf0d0f8032a357f45e960278
|
| 3 |
+
size 383830610
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|