aarimond commited on
Commit
15937bf
1 Parent(s): 64a4171

Update README.md

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