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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# TCS-Bert
1
+
# TacoLM
2
2
A variation of BERT that is aware of temporal common sense.
3
3
4
4
## Introduction
@@ -14,7 +14,7 @@ Here are some things you can do with this package out of the box.
14
14
15
15
### Train the main model
16
16
- Access and download `data/tmp_seq_data` at [Google Drive](https://drive.google.com/drive/folders/1kx5Vc8iFYorWHrxHndkUzOssdeOm8oYC?usp=sharing) (4.6 G)
17
-
- run `sh train_tcs_bert.sh`
17
+
- run `sh train_taco_lm.sh`
18
18
19
19
The script is set to default parameters and will export the model to `models/`. You can configure differently by editing the script.
20
20
@@ -48,7 +48,7 @@ The intrinsic evaluation relies on pre-formatted data.
48
48
#### MC-TACO Experiment
49
49
See [MC-TACO](https://github.com/CogComp/MCTACO).
50
50
- use the augmented data under `data/mctaco-tcs`
51
-
- use the transformer weights of `tcs_bert_epoch_2`
51
+
- use the transformer weights of `taco_lm_epoch_2`
0 commit comments