File size: 915 Bytes
76b11ad
210ab8f
 
 
 
 
 
 
 
 
 
76b11ad
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This repository contains the pre-trained models for Named Entity Recognition and Linking for historical Italian presented in the paper **"DELICATE: Diachronic Entity LInking using Classes and Temporal Evidence"**.

The directory contains the following folders:

- **bert-base-italian-xxl-uncased**: containing the pre-trained BERT model used by the bi-encoder
- **blink_biencoder_base_wikipedia_ita**: containing a BLINK bi-encoder trained on the Italian Wikipedia
- **GBT**: containing the Gradient-boosted Trees re-rankers trained on the [ENEIDE](https://github.com/sntcristian/ENEIDE) dataset
- **NER**: containing GliNER-large models trained on ENEIDE
- **KB**: containing the faiss Index for BLINK and a Sqlite database containing metadata about the entities

Documentation for using the following models can be found in the [DELICATE](https://github.com/sntcristian/DELICATE) repository.

---
license: gpl
---