Update README.md
Browse filescorrected the base model we trained on to bert-base-multilingual-uncased
README.md
CHANGED
@@ -34,7 +34,7 @@ widget:
|
|
34 |
|
35 |
# LENU - Legal Entity Name Understanding for Spain
|
36 |
|
37 |
-
A Bert (uncased) model fine-tuned on spanish legal entity names (jurisdiction ES) from the Global [Legal Entity Identifier](https://www.gleif.org/en/about-lei/introducing-the-legal-entity-identifier-lei)
|
38 |
(LEI) System with the goal to detect [Entity Legal Form (ELF) Codes](https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list).
|
39 |
|
40 |
---------------
|
@@ -65,7 +65,7 @@ The model has been trained on the dataset [lenu](https://huggingface.co/datasets
|
|
65 |
|
66 |
- **Developed by:** [GLEIF](https://gleif.org) and [Sociovestix Labs](https://huggingface.co/Sociovestix)
|
67 |
- **License:** Creative Commons (CC0) license
|
68 |
-
- **Finetuned from model [optional]:** bert-base-uncased
|
69 |
- **Resources for more information:** [Press Release](https://www.gleif.org/en/newsroom/press-releases/machine-learning-new-open-source-tool-developed-by-gleif-and-sociovestix-labs-enables-organizations-everywhere-to-automatically-)
|
70 |
|
71 |
# Uses
|
|
|
34 |
|
35 |
# LENU - Legal Entity Name Understanding for Spain
|
36 |
|
37 |
+
A Bert (multilingual uncased) model fine-tuned on spanish legal entity names (jurisdiction ES) from the Global [Legal Entity Identifier](https://www.gleif.org/en/about-lei/introducing-the-legal-entity-identifier-lei)
|
38 |
(LEI) System with the goal to detect [Entity Legal Form (ELF) Codes](https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list).
|
39 |
|
40 |
---------------
|
|
|
65 |
|
66 |
- **Developed by:** [GLEIF](https://gleif.org) and [Sociovestix Labs](https://huggingface.co/Sociovestix)
|
67 |
- **License:** Creative Commons (CC0) license
|
68 |
+
- **Finetuned from model [optional]:** bert-base-multilingual-uncased
|
69 |
- **Resources for more information:** [Press Release](https://www.gleif.org/en/newsroom/press-releases/machine-learning-new-open-source-tool-developed-by-gleif-and-sociovestix-labs-enables-organizations-everywhere-to-automatically-)
|
70 |
|
71 |
# Uses
|