Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore « transformer-intro - github.com/marian-nmt/marian-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 222920787b6c1f5f102c84922e6d5de1bce91af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.venv
*.log

# Data
data/*.de
data/*.en
data/*.gz
data/*.tgz
data/*tsv
data/commoncrawl*
data/corpus.*

# Model
model*/
evaluation