add config
Browse files- config.json +1 -5
config.json
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
-
"architectures": [
|
6 |
-
"BartForConditionalGeneration"
|
7 |
-
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"bos_token_id": 0,
|
10 |
"classifier_dropout": 0.0,
|
@@ -42,7 +39,6 @@
|
|
42 |
"num_hidden_layers": 12,
|
43 |
"pad_token_id": 1,
|
44 |
"scale_embedding": false,
|
45 |
-
"torch_dtype": "float32",
|
46 |
"transformers_version": "4.9.2",
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Pyke/bart-finetuned-on-patent-Deepspeed-Test7",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
|
|
|
|
|
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 0,
|
7 |
"classifier_dropout": 0.0,
|
|
|
39 |
"num_hidden_layers": 12,
|
40 |
"pad_token_id": 1,
|
41 |
"scale_embedding": false,
|
|
|
42 |
"transformers_version": "4.9.2",
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 50265
|