Commit
·
cf9b144
1
Parent(s):
a4b4444
Update README.md
Browse files
README.md
CHANGED
@@ -34,8 +34,8 @@ dream report according to [Hall and Van de Castle the Activity feature](https://
|
|
34 |
|
35 |
The model is trained end-to-end using a text2text solution to annotate dream reports following the Activity feature
|
36 |
from the Hall and Van de Castle scoring framework. Given a report, the model generates texts of the form
|
37 |
-
`
|
38 |
-
entity, the output will follow the `
|
39 |
|
40 |
## Training procedure
|
41 |
|
|
|
34 |
|
35 |
The model is trained end-to-end using a text2text solution to annotate dream reports following the Activity feature
|
36 |
from the Hall and Van de Castle scoring framework. Given a report, the model generates texts of the form
|
37 |
+
`(initialiser : activity type : receiver)`. For those cases where `initialiser` and `receiver` are the same
|
38 |
+
entity, the output will follow the `(initialiser : alone activity type : none)` setting.
|
39 |
|
40 |
## Training procedure
|
41 |
|