Transformers
Safetensors
Spanish
bert
code
chemistry
biology
music
Inference Endpoints
Xilixmeaty40 commited on
Commit
616e3de
1 Parent(s): 15f6267

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +90 -1
config.json CHANGED
@@ -3,5 +3,94 @@
3
  "task": "default-task",
4
  "pipeline_tag": "default-pipeline",
5
  "tokenizer_class": "AutoTokenizer",
6
- "model_class": "AutoModel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
3
  "task": "default-task",
4
  "pipeline_tag": "default-pipeline",
5
  "tokenizer_class": "AutoTokenizer",
6
+ "model_class": "AutoModel",
7
+
8
+ "config": {
9
+ "return_dict": true,
10
+ "output_hidden_states": false,
11
+ "output_attentions": 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": true,
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": [
50
+ "SadTalkerModel"
51
+ ],
52
+ "finetuning_task": null,
53
+ "id2label": {
54
+ "0": "LABEL_0",
55
+ "1": "LABEL_1"
56
+ },
57
+ "label2id": {
58
+ "LABEL_0": 0,
59
+ "LABEL_1": 1
60
+ },
61
+ "tokenizer_class": null,
62
+ "prefix": null,
63
+ "bos_token_id": 1,
64
+ "pad_token_id": 0,
65
+ "eos_token_id": 2,
66
+ "sep_token_id": null,
67
+ "decoder_start_token_id": null,
68
+ "task_specific_params": null,
69
+ "problem_type": null,
70
+ "_name_or_path": "Xilixmeaty40/sad",
71
+ "transformers_version": "4.45.0.dev0",
72
+ "model_type": "bert",
73
+ "vocab_size": 30522,
74
+ "hidden_size": 768,
75
+ "num_hidden_layers": 12,
76
+ "num_attention_heads": 12,
77
+ "hidden_act": "gelu",
78
+ "intermediate_size": 3072,
79
+ "hidden_dropout_prob": 0.1,
80
+ "attention_probs_dropout_prob": 0.1,
81
+ "max_position_embeddings": 512,
82
+ "type_vocab_size": 2,
83
+ "initializer_range": 0.02,
84
+ "layer_norm_eps": 1e-12,
85
+ "position_embedding_type": "absolute",
86
+ "use_cache": true,
87
+ "classifier_dropout": null
88
+ },
89
+ "inferred_config": {
90
+ "model_type": "bert",
91
+ "task": "default-task",
92
+ "pipeline_tag": "default-pipeline",
93
+ "tokenizer_class": "AutoTokenizer",
94
+ "model_class": "AutoModel"
95
+ }
96
  }