codewithdark commited on
Commit
d208cdd
·
verified ·
1 Parent(s): 381f781

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +76 -0
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "img_size": 64,
3
+ "patch_size": 8,
4
+ "hidden_size": 256,
5
+ "num_heads": 8,
6
+ "expansion": 2.0,
7
+ "max_steps": 3,
8
+ "input_type": "image",
9
+ "num_classes": 21,
10
+ "attention_type": "standard",
11
+ "ffn_type": "mlp",
12
+ "window_size": 8,
13
+ "num_experts": 4,
14
+ "return_dict": true,
15
+ "output_hidden_states": false,
16
+ "torchscript": false,
17
+ "torch_dtype": null,
18
+ "pruned_heads": {},
19
+ "tie_word_embeddings": true,
20
+ "chunk_size_feed_forward": 0,
21
+ "is_encoder_decoder": false,
22
+ "is_decoder": false,
23
+ "cross_attention_hidden_size": null,
24
+ "add_cross_attention": false,
25
+ "tie_encoder_decoder": false,
26
+ "architectures": null,
27
+ "finetuning_task": null,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1"
31
+ },
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1
35
+ },
36
+ "task_specific_params": null,
37
+ "problem_type": null,
38
+ "tokenizer_class": null,
39
+ "prefix": null,
40
+ "bos_token_id": null,
41
+ "pad_token_id": null,
42
+ "eos_token_id": null,
43
+ "sep_token_id": null,
44
+ "decoder_start_token_id": null,
45
+ "max_length": 20,
46
+ "min_length": 0,
47
+ "do_sample": false,
48
+ "early_stopping": false,
49
+ "num_beams": 1,
50
+ "num_beam_groups": 1,
51
+ "diversity_penalty": 0.0,
52
+ "temperature": 1.0,
53
+ "top_k": 50,
54
+ "top_p": 1.0,
55
+ "typical_p": 1.0,
56
+ "repetition_penalty": 1.0,
57
+ "length_penalty": 1.0,
58
+ "no_repeat_ngram_size": 0,
59
+ "encoder_no_repeat_ngram_size": 0,
60
+ "bad_words_ids": null,
61
+ "num_return_sequences": 1,
62
+ "output_scores": false,
63
+ "return_dict_in_generate": false,
64
+ "forced_bos_token_id": null,
65
+ "forced_eos_token_id": null,
66
+ "remove_invalid_values": false,
67
+ "exponential_decay_length_penalty": null,
68
+ "suppress_tokens": null,
69
+ "begin_suppress_tokens": null,
70
+ "_name_or_path": "",
71
+ "transformers_version": "4.54.0",
72
+ "tf_legacy_loss": false,
73
+ "use_bfloat16": false,
74
+ "model_type": "unified_cv_hrm",
75
+ "output_attentions": false
76
+ }