codewithdark commited on
Commit
8a0c7f6
·
verified ·
1 Parent(s): 3fc374f

Upload config.json with huggingface_hub

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