lorenzoscottb
commited on
Commit
•
bb13c7d
1
Parent(s):
31ebf12
Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,11 @@ dream report according to [Hall and Van de Castle the Activity feature](https://
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
|
|
|
|
|
|
|
|
|
|
30 |
### Training hyperparameters
|
31 |
|
32 |
The following hyperparameters were used during training:
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
The model is trained end-to-end using a text2text solution to annotate dream reports following the Activity feature
|
31 |
+
from the Hall and Van de Castle scoring framework. Given a report, the model generates texts of the form
|
32 |
+
`[(initialiser : activity type : receiver)]`. For those cases where `initialiser` and `receiver` are the same
|
33 |
+
entity, the output will follow the `[(initialiser : alone : activity type)]` setting.
|
34 |
+
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|