mariasierro commited on
Commit
67aedb1
1 Parent(s): ad877fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,8 +7,8 @@ tags:
7
  - legal
8
  ---
9
 
10
- This is a version of the flair/ner-multi model fine-tuned with a corpora of 44 case reports from the European Court of Human Rights (ECHR) in Spanish that were built and manually annotated for anonymization as part of the work presented in the Master's thesis "Automatic anonymization of legal texts from the European Court of Human Rights: building four corpora of case reports in French and Spanish language for anonymization".
11
 
12
  It predicts 11 tags: DATE, TIME, CODE, PER, LEGAL_PROFESSIONAL, NATIONALITY, ETHNIC_CATEGORY, ORG, LOC, QUANTITY, CURRENCY.
13
 
14
- The corpus and the code used for fine-tuning this model are available on GitHub: https://github.com/msierrofer/automatic-anonymization-ECHR-French-Spanish/tree/corpora-manual-annots.
 
7
  - legal
8
  ---
9
 
10
+ This is a flair sequence tagger trained with a corpora of 44 case reports from the European Court of Human Rights (ECHR) in Spanish that were built and manually annotated for anonymization as part of the work presented in the Master's thesis "Automatic anonymization of case reports from the ECHR in Spanish and French: evaluation of two different annotation approaches".
11
 
12
  It predicts 11 tags: DATE, TIME, CODE, PER, LEGAL_PROFESSIONAL, NATIONALITY, ETHNIC_CATEGORY, ORG, LOC, QUANTITY, CURRENCY.
13
 
14
+ The corpus and the code used for training this sequence tagger are available on GitHub: https://github.com/mariasierro/automatic-anonymization-ECHR-French-Spanish.