-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pipeline
committed
Sep 19, 2024
1 parent
774cb89
commit 11b66a1
Showing
1,386 changed files
with
71,146 additions
and
64,038 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,6 +178,10 @@ | |
"signature", | ||
"multiline-textbox", | ||
null, | ||
"textarea" | ||
"textarea", | ||
"aiassistview", | ||
"ai", | ||
"assistview", | ||
null | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"architectures": [ | ||
"BertModel" | ||
], | ||
"attention_probs_dropout_prob": 0.1, | ||
"classifier_dropout": null, | ||
"hidden_act": "gelu", | ||
"hidden_dropout_prob": 0.1, | ||
"hidden_size": 384, | ||
"initializer_range": 0.02, | ||
"intermediate_size": 1536, | ||
"layer_norm_eps": 1e-12, | ||
"max_position_embeddings": 512, | ||
"model_type": "bert", | ||
"num_attention_heads": 12, | ||
"num_hidden_layers": 12, | ||
"pad_token_id": 0, | ||
"position_embedding_type": "absolute", | ||
"torch_dtype": "float16", | ||
"transformers_version": "4.28.1", | ||
"type_vocab_size": 2, | ||
"use_cache": true, | ||
"vocab_size": 30522 | ||
} |
Binary file not shown.
Oops, something went wrong.