juhoinkinen
commited on
Commit
•
a2864b3
1
Parent(s):
a5af869
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-YSO
|
16 |
+
This repository is for the [Annif](https://annif.org) projects with the
|
17 |
+
[YSO vocabulary](https://finto.fi/yso)
|
18 |
+
used at the [Finto AI service](https://ai.finto.fi/).
|
19 |
+
The current models were published there 2023-09-04.
|
20 |
+
The models have been trained on Python 3.8.10 with version Annif 1.0.0.
|
21 |
+
The configurations of the projects are in individual .cfg files in the root of
|
22 |
+
this repository.
|
23 |
+
|
24 |
+
The GitHub repository [FintoAI-data-YSO](https://github.com/NatLibFi/FintoAI-data-YSO) contains the
|
25 |
+
project configurations and the DVC pipeline used in training and
|
26 |
+
evaluating the projects.
|
27 |
+
|
28 |
+
The training corpora that are public can be found from the [Annif-corpora repository](https://github.com/NatLibFi/Annif-corpora/).
|
29 |
+
|
30 |
+
## Usage
|
31 |
+
|
32 |
+
To download selected projects with Annif use the `annif download` command, for
|
33 |
+
example run
|
34 |
+
|
35 |
+
annif download "*-fi" NatLibFi/FintoAI-data-YSO
|
36 |
+
|
37 |
+
See [Annif wiki](https://github.com/NatLibFi/Annif/wiki/Hugging-Face-Hub-integration) for more information.
|