aarimond commited on
Commit
7a426a7
·
verified ·
1 Parent(s): 01c9bdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -20
README.md CHANGED
@@ -12,24 +12,6 @@ widget:
12
  model-index:
13
  - name: Sociovestix/lenu_US-NY
14
  results:
15
- - task:
16
- type: text-classification
17
- name: Text Classification
18
- dataset:
19
- name: lenu
20
- type: Sociovestix/lenu
21
- config: US-NY
22
- split: test
23
- revision: fbe0b4b5b8d6950c10f5710f2c987728635a4afe
24
- metrics:
25
- - type: f1
26
- value: 0.9506172839506173
27
- name: f1
28
- - type: f1
29
- value: 0.5638405396306392
30
- name: f1 macro
31
- args:
32
- average: macro
33
  - task:
34
  type: text-classification
35
  name: Text Classification
@@ -53,7 +35,7 @@ model-index:
53
  # LENU - Legal Entity Name Understanding for US New York
54
 
55
 
56
- A [finbert](https://huggingface.co/yiyanghkust/finbert-pretrain) model fine-tuned on US New York legal entity names (jurisdiction US-NY) from the Global [Legal Entity Identifier](https://www.gleif.org/en/about-lei/introducing-the-legal-entity-identifier-lei)
57
  (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).
58
 
59
  ---------------
@@ -84,7 +66,7 @@ The model has been trained on the dataset [lenu](https://huggingface.co/datasets
84
 
85
  - **Developed by:** [GLEIF](https://gleif.org) and [Sociovestix Labs](https://huggingface.co/Sociovestix)
86
  - **License:** Creative Commons (CC0) license
87
- - **Finetuned from model [optional]:** yiyanghkust/finbert-pretrain
88
  - **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-)
89
 
90
  # Uses
 
12
  model-index:
13
  - name: Sociovestix/lenu_US-NY
14
  results:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  - task:
16
  type: text-classification
17
  name: Text Classification
 
35
  # LENU - Legal Entity Name Understanding for US New York
36
 
37
 
38
+ A [BERT](https://huggingface.co/google-bert/bert-base-uncased) based model fine-tuned on US New York legal entity names (jurisdiction US-NY) from the Global [Legal Entity Identifier](https://www.gleif.org/en/about-lei/introducing-the-legal-entity-identifier-lei)
39
  (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).
40
 
41
  ---------------
 
66
 
67
  - **Developed by:** [GLEIF](https://gleif.org) and [Sociovestix Labs](https://huggingface.co/Sociovestix)
68
  - **License:** Creative Commons (CC0) license
69
+ - **Finetuned from model [optional]:** bert-base-uncased
70
  - **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-)
71
 
72
  # Uses