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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -88
config.json CHANGED
@@ -1,90 +1,7 @@
1
  {
2
- "config": {
3
- "return_dict": true,
4
- "output_hidden_states": false,
5
- "output_attentions": false,
6
- "torchscript": false,
7
- "torch_dtype": null,
8
- "use_bfloat16": false,
9
- "tf_legacy_loss": false,
10
- "pruned_heads": {},
11
- "tie_word_embeddings": true,
12
- "chunk_size_feed_forward": 0,
13
- "is_encoder_decoder": false,
14
- "is_decoder": true,
15
- "cross_attention_hidden_size": null,
16
- "add_cross_attention": false,
17
- "tie_encoder_decoder": false,
18
- "max_length": 20,
19
- "min_length": 0,
20
- "do_sample": false,
21
- "early_stopping": false,
22
- "num_beams": 1,
23
- "num_beam_groups": 1,
24
- "diversity_penalty": 0.0,
25
- "temperature": 1.0,
26
- "top_k": 50,
27
- "top_p": 1.0,
28
- "typical_p": 1.0,
29
- "repetition_penalty": 1.0,
30
- "length_penalty": 1.0,
31
- "no_repeat_ngram_size": 0,
32
- "encoder_no_repeat_ngram_size": 0,
33
- "bad_words_ids": null,
34
- "num_return_sequences": 1,
35
- "output_scores": false,
36
- "return_dict_in_generate": false,
37
- "forced_bos_token_id": null,
38
- "forced_eos_token_id": null,
39
- "remove_invalid_values": false,
40
- "exponential_decay_length_penalty": null,
41
- "suppress_tokens": null,
42
- "begin_suppress_tokens": null,
43
- "architectures": [
44
- "SadTalkerModel"
45
- ],
46
- "finetuning_task": null,
47
- "id2label": {
48
- "0": "LABEL_0",
49
- "1": "LABEL_1"
50
- },
51
- "label2id": {
52
- "LABEL_0": 0,
53
- "LABEL_1": 1
54
- },
55
- "tokenizer_class": null,
56
- "prefix": null,
57
- "bos_token_id": 1,
58
- "pad_token_id": 0,
59
- "eos_token_id": 2,
60
- "sep_token_id": null,
61
- "decoder_start_token_id": null,
62
- "task_specific_params": null,
63
- "problem_type": null,
64
- "_name_or_path": "Xilixmeaty40/sad",
65
- "transformers_version": "4.45.0.dev0",
66
- "model_type": "bert",
67
- "vocab_size": 30522,
68
- "hidden_size": 768,
69
- "num_hidden_layers": 12,
70
- "num_attention_heads": 12,
71
- "hidden_act": "gelu",
72
- "intermediate_size": 3072,
73
- "hidden_dropout_prob": 0.1,
74
- "attention_probs_dropout_prob": 0.1,
75
- "max_position_embeddings": 512,
76
- "type_vocab_size": 2,
77
- "initializer_range": 0.02,
78
- "layer_norm_eps": 1e-12,
79
- "position_embedding_type": "absolute",
80
- "use_cache": true,
81
- "classifier_dropout": null
82
- },
83
- "inferred_config": {
84
- "model_type": "bert",
85
- "task": "default-task",
86
- "pipeline_tag": "default-pipeline",
87
- "tokenizer_class": "AutoTokenizer",
88
- "model_class": "AutoModel"
89
- }
90
  }
 
1
  {
2
+ "model_type": "bert",
3
+ "task": "default-task",
4
+ "pipeline_tag": "default-pipeline",
5
+ "tokenizer_class": "AutoTokenizer",
6
+ "model_class": "AutoModel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }