comethrusws
commited on
Commit
•
2a30032
1
Parent(s):
1c31438
Update README.md
Browse files
README.md
CHANGED
@@ -2,34 +2,37 @@
|
|
2 |
language: en
|
3 |
license: mit
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
model-index:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
# Finlytic-Categorize
|
@@ -105,4 +108,4 @@ The model was evaluated using a hold-out validation set and achieved high accura
|
|
105 |
|
106 |
## Contact
|
107 |
|
108 |
-
For queries or contributions, reach out to the Finlytic development team at [[email protected])](mailto:[email protected]).
|
|
|
2 |
language: en
|
3 |
license: mit
|
4 |
tags:
|
5 |
+
- expense-categorization
|
6 |
+
- financial-transactions
|
7 |
+
- machine-learning
|
8 |
+
- tax-compliance
|
9 |
model-index:
|
10 |
+
- name: Finlytic-Categorize
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
type: expense-categorization
|
14 |
+
dataset:
|
15 |
+
name: finlytic-financial-data
|
16 |
+
type: financial-transactions
|
17 |
+
metrics:
|
18 |
+
- name: Accuracy
|
19 |
+
type: accuracy
|
20 |
+
value: 94
|
21 |
+
- name: Precision
|
22 |
+
type: precision
|
23 |
+
value: 91
|
24 |
+
- name: Recall
|
25 |
+
type: recall
|
26 |
+
value: 89
|
27 |
+
- name: F1-Score
|
28 |
+
type: f1
|
29 |
+
value: 90
|
30 |
+
source:
|
31 |
+
name: Internal Evaluation
|
32 |
+
url: https://huggingface.co/comethrusws/finlytic-categorize
|
33 |
+
base_model: openai-community/gpt2
|
34 |
+
base_model:
|
35 |
+
- openai-community/gpt2
|
36 |
---
|
37 |
|
38 |
# Finlytic-Categorize
|
|
|
108 |
|
109 |
## Contact
|
110 |
|
111 |
+
For queries or contributions, reach out to the Finlytic development team at [[email protected])](mailto:[email protected]).
|