Spaces:
Sleeping
Sleeping
Update configuration
Browse files- config-dl.yml +5 -20
config-dl.yml
CHANGED
|
@@ -13,11 +13,6 @@ models:
|
|
| 13 |
- name: "quantities"
|
| 14 |
# engine: "wapiti"
|
| 15 |
engine: "delft"
|
| 16 |
-
wapiti:
|
| 17 |
-
# wapiti training parameters, they will be used at training time only
|
| 18 |
-
epsilon: 0.00001
|
| 19 |
-
window: 30
|
| 20 |
-
nbMaxIterations: 2000
|
| 21 |
delft:
|
| 22 |
# deep learning parameters
|
| 23 |
# architecture: "BidLSTM_CRF"
|
|
@@ -26,28 +21,18 @@ models:
|
|
| 26 |
embeddings_name: "glove-840B"
|
| 27 |
|
| 28 |
- name: "units"
|
| 29 |
-
engine: "wapiti"
|
| 30 |
-
|
| 31 |
-
wapiti:
|
| 32 |
-
# wapiti training parameters, they will be used at training time only
|
| 33 |
-
epsilon: 0.00001
|
| 34 |
-
window: 30
|
| 35 |
-
nbMaxIterations: 2000
|
| 36 |
delft:
|
| 37 |
# deep learning parameters
|
| 38 |
-
architecture: "
|
| 39 |
#architecture: "scibert"
|
| 40 |
useELMo: false
|
| 41 |
embeddings_name: "glove-840B"
|
| 42 |
|
| 43 |
- name: "values"
|
| 44 |
-
engine: "wapiti"
|
| 45 |
-
|
| 46 |
-
wapiti:
|
| 47 |
-
# wapiti training parameters, they will be used at training time only
|
| 48 |
-
epsilon: 0.00001
|
| 49 |
-
window: 30
|
| 50 |
-
nbMaxIterations: 2000
|
| 51 |
delft:
|
| 52 |
# deep learning parameters
|
| 53 |
architecture: "BidLSTM_CRF"
|
|
|
|
| 13 |
- name: "quantities"
|
| 14 |
# engine: "wapiti"
|
| 15 |
engine: "delft"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
delft:
|
| 17 |
# deep learning parameters
|
| 18 |
# architecture: "BidLSTM_CRF"
|
|
|
|
| 21 |
embeddings_name: "glove-840B"
|
| 22 |
|
| 23 |
- name: "units"
|
| 24 |
+
#engine: "wapiti"
|
| 25 |
+
engine: "delft"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
delft:
|
| 27 |
# deep learning parameters
|
| 28 |
+
architecture: "BidLSTM_CRF"
|
| 29 |
#architecture: "scibert"
|
| 30 |
useELMo: false
|
| 31 |
embeddings_name: "glove-840B"
|
| 32 |
|
| 33 |
- name: "values"
|
| 34 |
+
#engine: "wapiti"
|
| 35 |
+
engine: "delft"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
delft:
|
| 37 |
# deep learning parameters
|
| 38 |
architecture: "BidLSTM_CRF"
|