Milan Straka commited on
Commit ·
cb62351
1
Parent(s): eb829a0
Fix spacing.
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ for more information):
|
|
| 26 |
```sh
|
| 27 |
tbs="ca_ancora cs_pcedt cs_pdt cs_pdtsc cu_proiel de_potsdamcc en_fantasycoref en_gum en_litbank es_ancora fr_ancor fr_democrat fr_litbankfr grc_proiel hbo_ptnk hi_hdtb hu_korkor hu_szegedkoref ko_ecmt la_coreflat lt_lcc nl_openboek no_bokmaalnarc no_nynorsknarc pl_pcc ru_rucor tr_itcc"
|
| 28 |
|
| 29 |
-
python3 corpipe26_onestage.py --train --dev --treebanks $(for c in $tbs; do echo data-onestage/$c/$c-corefud-train.conllu; done) --batch_size=8 --learning_rate=6e-4 --learning_rate_decay
|
| 30 |
```
|
| 31 |
|
| 32 |
|
|
|
|
| 26 |
```sh
|
| 27 |
tbs="ca_ancora cs_pcedt cs_pdt cs_pdtsc cu_proiel de_potsdamcc en_fantasycoref en_gum en_litbank es_ancora fr_ancor fr_democrat fr_litbankfr grc_proiel hbo_ptnk hi_hdtb hu_korkor hu_szegedkoref ko_ecmt la_coreflat lt_lcc nl_openboek no_bokmaalnarc no_nynorsknarc pl_pcc ru_rucor tr_itcc"
|
| 28 |
|
| 29 |
+
python3 corpipe26_onestage.py --train --dev --treebanks $(for c in $tbs; do echo data-onestage/$c/$c-corefud-train.conllu; done) --batch_size=8 --learning_rate=6e-4 --learning_rate_decay --adafactor --encoder=google/umt5-base --exp=corpipe26-onestage-corefud1.4-base --compile
|
| 30 |
```
|
| 31 |
|
| 32 |
|