Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
4 |
base_model: samchain/econo-sentence-v2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
@@ -12,6 +14,11 @@ metrics:
|
|
12 |
model-index:
|
13 |
- name: EconoDetect
|
14 |
results: []
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -19,7 +26,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# EconoDetect
|
21 |
|
22 |
-
This model is a fine-tuned version of [samchain/econo-sentence-v2](https://huggingface.co/samchain/econo-sentence-v2) on the
|
|
|
|
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.3973
|
25 |
- Accuracy: 0.8211
|
@@ -29,16 +38,15 @@ It achieves the following results on the evaluation set:
|
|
29 |
|
30 |
## Model description
|
31 |
|
32 |
-
|
33 |
|
34 |
## Intended uses & limitations
|
35 |
|
36 |
-
|
|
|
37 |
|
38 |
## Training and evaluation data
|
39 |
|
40 |
-
More information needed
|
41 |
-
|
42 |
## Training procedure
|
43 |
|
44 |
### Training hyperparameters
|
@@ -67,4 +75,4 @@ The following hyperparameters were used during training:
|
|
67 |
- Transformers 4.50.0
|
68 |
- Pytorch 2.1.0+cu118
|
69 |
- Datasets 3.4.1
|
70 |
-
- Tokenizers 0.21.1
|
|
|
4 |
base_model: samchain/econo-sentence-v2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- economics
|
8 |
+
- finance
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
|
|
14 |
model-index:
|
15 |
- name: EconoDetect
|
16 |
results: []
|
17 |
+
datasets:
|
18 |
+
- samchain/economics-relevance
|
19 |
+
language:
|
20 |
+
- en
|
21 |
+
pipeline_tag: text-classification
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
26 |
|
27 |
# EconoDetect
|
28 |
|
29 |
+
This model is a fine-tuned version of [samchain/econo-sentence-v2](https://huggingface.co/samchain/econo-sentence-v2) on the economics-relevance dataset.
|
30 |
+
The base model is kept frozen during training, only the classification head is updated.
|
31 |
+
|
32 |
It achieves the following results on the evaluation set:
|
33 |
- Loss: 0.3973
|
34 |
- Accuracy: 0.8211
|
|
|
38 |
|
39 |
## Model description
|
40 |
|
41 |
+
This model is designed to detect whether a text discusses topics related to economics.
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
|
45 |
+
The model can be used as a screening tool to remove texts that are not related to economics.
|
46 |
+
The dataset used for the training is strongly focused on US economy, hence a bias might occur as other regions are under represented.
|
47 |
|
48 |
## Training and evaluation data
|
49 |
|
|
|
|
|
50 |
## Training procedure
|
51 |
|
52 |
### Training hyperparameters
|
|
|
75 |
- Transformers 4.50.0
|
76 |
- Pytorch 2.1.0+cu118
|
77 |
- Datasets 3.4.1
|
78 |
+
- Tokenizers 0.21.1
|