juhoinkinen commited on
Commit
61845d6
1 Parent(s): 40d8066

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ language:
4
+ - fi
5
+ - sv
6
+ - en
7
+ pipeline_tag: text-classification
8
+ thumbnail: https://raw.githubusercontent.com/NatLibFi/FintoAI/main/ai.finto.fi/static/img/finto-ai-social.png
9
+ tags:
10
+ - glam
11
+ - lam
12
+ - subject indexing
13
+ - annif
14
+ ---
15
+ # FintoAI-data-YKL
16
+ This repository is for the [Annif](https://annif.org) pr
17
+ used at the [Finto AI service](https://ai.finto.fi/).
18
+ The current models were published there 2023-09-04.
19
+ The models have been trained on Python 3.8.10 with [Annif](https://annif.org) version 1.0.0.
20
+ The configurations of the projects are in individual .cfg files in the root of
21
+ this repository.
22
+
23
+ The GitHub repository [FintoAI-data-YKL](https://github.com/NatLibFi/FintoAI-data-YKL) contains the
24
+ project configurations and the DVC pipeline used in training and
25
+ evaluating the projects.
26
+
27
+ The training corpora that are public can be found from the [Annif-corpora repository](https://github.com/NatLibFi/Annif-corpora/).
28
+
29
+ ## Usage
30
+
31
+ To download selected projects with Annif use the `annif download` command, for
32
+ example run
33
+
34
+ annif download "*" NatLibFi/FintoAI-data-YKL
35
+
36
+ See [Annif wiki](https://github.com/NatLibFi/Annif/wiki/Hugging-Face-Hub-integration) for more information.