Skip to content

Commit b600d40

Browse files
authored
Merge pull request #26 from graemenail/transformer-basic
Add transformer intro example
2 parents 0ca966e + 97745d6 commit b600d40

9 files changed

+668
-0
lines changed

transformer-intro/.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.venv
2+
*.log
3+
4+
# Data
5+
data/*.de
6+
data/*.en
7+
data/*.gz
8+
data/*.tgz
9+
data/*tsv
10+
data/commoncrawl*
11+
data/corpus.*
12+
13+
# Model
14+
model*/
15+
evaluation

0 commit comments

Comments
 (0)