commit files to HF hub
Browse files- config.json +27 -32
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1697986626.0efbe2643ff7.639.3 +3 -0
config.json
CHANGED
|
@@ -1,39 +1,34 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"initializer_range": 0.02,
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
"n_inner": null,
|
| 18 |
-
"n_layer": 12,
|
| 19 |
-
"n_positions": 1024,
|
| 20 |
-
"reorder_and_upcast_attn": false,
|
| 21 |
-
"resid_pdrop": 0.1,
|
| 22 |
-
"scale_attn_by_inverse_layer_idx": false,
|
| 23 |
-
"scale_attn_weights": true,
|
| 24 |
-
"summary_activation": null,
|
| 25 |
-
"summary_first_dropout": 0.1,
|
| 26 |
-
"summary_proj_to_labels": true,
|
| 27 |
-
"summary_type": "cls_index",
|
| 28 |
-
"summary_use_proj": true,
|
| 29 |
-
"task_specific_params": {
|
| 30 |
-
"text-generation": {
|
| 31 |
-
"do_sample": true,
|
| 32 |
-
"max_length": 50
|
| 33 |
-
}
|
| 34 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
-
"transformers_version": "4.34.1"
|
| 37 |
-
"use_cache": true,
|
| 38 |
-
"vocab_size": 50257
|
| 39 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
+
"ViTForImageClassification"
|
| 5 |
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"encoder_stride": 16,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.0,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "gulab jamun",
|
| 13 |
+
"1": "jalebi",
|
| 14 |
+
"2": "rasgulla"
|
| 15 |
+
},
|
| 16 |
+
"image_size": 224,
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 3072,
|
| 19 |
+
"label2id": {
|
| 20 |
+
"gulab jamun": "0",
|
| 21 |
+
"jalebi": "1",
|
| 22 |
+
"rasgulla": "2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
},
|
| 24 |
+
"layer_norm_eps": 1e-12,
|
| 25 |
+
"model_type": "vit",
|
| 26 |
+
"num_attention_heads": 12,
|
| 27 |
+
"num_channels": 3,
|
| 28 |
+
"num_hidden_layers": 12,
|
| 29 |
+
"patch_size": 16,
|
| 30 |
+
"problem_type": "single_label_classification",
|
| 31 |
+
"qkv_bias": true,
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
+
"transformers_version": "4.34.1"
|
|
|
|
|
|
|
| 34 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e261bddc1539bb6ddef3ddb98b82135302320f5897b570ac4ae968dfdf9f245d
|
| 3 |
+
size 343269482
|
runs/events.out.tfevents.1697986626.0efbe2643ff7.639.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8acef203867eb7c9c5a5a0bf1fc283451fca5c495c5e022b280040630ccea34c
|
| 3 |
+
size 1020
|