emanuelaboros
commited on
Commit
•
aab53bb
1
Parent(s):
d868172
Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -5,6 +5,11 @@
|
|
5 |
"architectures": [
|
6 |
"MBartForConditionalGeneration"
|
7 |
],
|
|
|
|
|
|
|
|
|
|
|
8 |
"attention_dropout": 0.0,
|
9 |
"bos_token_id": 0,
|
10 |
"classifier_dropout": 0.0,
|
|
|
5 |
"architectures": [
|
6 |
"MBartForConditionalGeneration"
|
7 |
],
|
8 |
+
"custom_pipelines": {
|
9 |
+
"generic-nel": {
|
10 |
+
"impl": "generic_nel.NelPipeline",
|
11 |
+
}
|
12 |
+
},
|
13 |
"attention_dropout": 0.0,
|
14 |
"bos_token_id": 0,
|
15 |
"classifier_dropout": 0.0,
|