Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
**Inheritance-thematic** is a small multilingual encoder model based on ModernBert to classify cultural heritage texts for the Philherit project.
|
2 |
|
3 |
Inheritance-thematic have been trained in English, French, German and Italian. Given any text in these languages, the model output one of 20 standardized thematic classification.
|
4 |
|
5 |
## Labels
|
6 |
-
The model returns the following labels:
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
- it
|
5 |
+
- de
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- answerdotai/ModernBERT-base
|
9 |
+
pipeline_tag: text-classification
|
10 |
+
---
|
11 |
**Inheritance-thematic** is a small multilingual encoder model based on ModernBert to classify cultural heritage texts for the Philherit project.
|
12 |
|
13 |
Inheritance-thematic have been trained in English, French, German and Italian. Given any text in these languages, the model output one of 20 standardized thematic classification.
|
14 |
|
15 |
## Labels
|
16 |
+
The model returns the following labels:
|