juhoinkinen
commited on
Commit
•
0ed6eec
1
Parent(s):
8ed89e0
Upload project(s) hogwarts with Annif
Browse files- hogwarts.cfg +16 -0
- projects/hogwarts.zip +3 -0
- vocabs/hogwarts.zip +3 -0
hogwarts.cfg
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[hogwarts]
|
2 |
+
name = Hogwarts Houses
|
3 |
+
language = en
|
4 |
+
analyzer = simple
|
5 |
+
backend = fasttext
|
6 |
+
vocab = hogwarts
|
7 |
+
limit = 4
|
8 |
+
dim = 100
|
9 |
+
lr = 0.25
|
10 |
+
epoch = 100
|
11 |
+
loss = softmax
|
12 |
+
chunksize = 1000
|
13 |
+
minn = 1
|
14 |
+
maxn = 4
|
15 |
+
mincount = 3
|
16 |
+
|
projects/hogwarts.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d39f967d68b2ff5fc5467149bfb5311fed27774772aae471804f21504e57b29
|
3 |
+
size 800004078
|
vocabs/hogwarts.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5583a02e4ec29b93c47f15594b8354dba80244b8d62cc44c40718b1b17e2025d
|
3 |
+
size 2682
|