Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +25 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_dropout_p": 0.0,
|
3 |
+
"class_dropout_prob": 0.1,
|
4 |
+
"cls_token_num": 1,
|
5 |
+
"dim": 1280,
|
6 |
+
"drop_path_rate": 0.0,
|
7 |
+
"ffn_dim_multiplier": null,
|
8 |
+
"ffn_dropout_p": 0.1,
|
9 |
+
"frame_prediction": false,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"max_batch_size": 32,
|
12 |
+
"max_seq_len": 1024,
|
13 |
+
"model_type": "class_cond",
|
14 |
+
"multiple_of": 256,
|
15 |
+
"n_head": 20,
|
16 |
+
"n_kv_head": null,
|
17 |
+
"n_layer": 30,
|
18 |
+
"norm_eps": 1e-05,
|
19 |
+
"num_classes": 101,
|
20 |
+
"resid_dropout_p": 0.1,
|
21 |
+
"rope_base": 10000,
|
22 |
+
"token_dropout_p": 0.1,
|
23 |
+
"use_fixed_pe": false,
|
24 |
+
"vocab_size": 8192
|
25 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:557c7b5d5235800695e2201eb84ddfc0619c81ab7dc4c38e590648e0a97b98dc
|
3 |
+
size 2527925368
|