Spaces:
Runtime error
Runtime error
Truong-Phuc Nguyen
commited on
Commit
•
2326374
1
Parent(s):
1026708
Delete model/config.json
Browse files- model/config.json +0 -29
model/config.json
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "nguyenvulebinh/vi-mrc-large",
|
3 |
-
"architectures": [
|
4 |
-
"RobertaForQuestionAnswering"
|
5 |
-
],
|
6 |
-
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"bos_token_id": 0,
|
8 |
-
"classifier_dropout": null,
|
9 |
-
"eos_token_id": 2,
|
10 |
-
"gradient_checkpointing": false,
|
11 |
-
"hidden_act": "gelu",
|
12 |
-
"hidden_dropout_prob": 0.1,
|
13 |
-
"hidden_size": 1024,
|
14 |
-
"initializer_range": 0.02,
|
15 |
-
"intermediate_size": 4096,
|
16 |
-
"layer_norm_eps": 1e-05,
|
17 |
-
"max_position_embeddings": 514,
|
18 |
-
"model_type": "roberta",
|
19 |
-
"num_attention_heads": 16,
|
20 |
-
"num_hidden_layers": 24,
|
21 |
-
"output_past": true,
|
22 |
-
"pad_token_id": 1,
|
23 |
-
"position_embedding_type": "absolute",
|
24 |
-
"torch_dtype": "float32",
|
25 |
-
"transformers_version": "4.38.1",
|
26 |
-
"type_vocab_size": 1,
|
27 |
-
"use_cache": true,
|
28 |
-
"vocab_size": 250002
|
29 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|