You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ the repository contains our model named GRU-TSC, which achieves state-of-the-art
10
10
TSC classification performance on NewsMTSC. Check it out - it works out of the box :-)
11
11
12
12
This readme consists of the following parts:
13
-
*[installation of GRU-TSC](#installation)
14
-
*[how to use our model](#target-dependent-sentiment-classification)
15
-
*[how to train our model](#training)
13
+
*[Installation of GRU-TSC](#installation)
14
+
*[How to use our model](#target-dependent-sentiment-classification)
15
+
*[How to train our model (or yours)](#training)
16
16
17
17
If you only want to use the dataset, you can [download it here](https://github.com/fhamborg/NewsMTSC/raw/master/controller_data/datasets/NewsMTSC-dataset/NewsMTSC-dataset.zip)
18
-
or [view it](https://github.com/fhamborg/NewsMTSC/tree/master/controller_data/datasets/NewsMTSC-dataset).
18
+
or [view it here](https://github.com/fhamborg/NewsMTSC/tree/master/controller_data/datasets/NewsMTSC-dataset).
19
19
20
20
To make available the model also to non-experts in computer science,
21
21
we aimed to make the installation and using the model as easy as possible. If you face
0 commit comments