Skip to content

Commit 42abc74

Browse files
committed
Merge branch 'main' of github.com:CompNet/Tibert
2 parents bdfadc0 + d73df52 commit 42abc74

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,17 @@ The following table presents the results we obtained by training this model (for
151151
| Dataset | Base model | MUC | B3 | CEAF | CoNLL F1 |
152152
|---------|-------------------|-------|-------|-------|----------|
153153
| Litbank | `bert-base-cased` | 77.35 | 67.63 | 56.66 | 67.21 |
154+
155+
156+
# Citation
157+
158+
If you use this software in a research project, you can cite Tibert as follows:
159+
160+
```bibtex
161+
@Misc{tibert,
162+
author = {Amalvy, A. and Labatut, V. and Dufour, R.},
163+
title = {Tibert},
164+
year = {2023},
165+
url = {https://github.com/CompNet/Tibert},
166+
}
167+
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tibert"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "BERT for Coreference Resolution"
55
authors = ["Arthur Amalvy <[email protected]>"]
66
license = "GPL-3.0-only"

tibert/run_train.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def main(
103103
bert_lr,
104104
task_lr,
105105
out_model_path,
106+
"auto",
106107
_run,
107108
)
108109

0 commit comments

Comments
 (0)