Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,74 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
- en
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
-
|
8 |
-
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: answerdotai/ModernBERT-base
|
|
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
+
model-index:
|
7 |
+
- name: ECBERT-base
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# ECBERT-base
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on Gorodnichenko, Y., Pham, T., & Talavera, O. (2023). Data and Code for: The Voice of Monetary Policy (Version v1) [Dataset]. ICPSR - Interuniversity Consortium for Political and Social Research. https://doi.org/10.3886/E178302V1.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.4662
|
19 |
+
- Accuracy: 84.34%
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
Gorodnichenko, Y., Pham, T., & Talavera, O. (2023). Data and Code for: The Voice of Monetary Policy (Version v1) [Dataset]. ICPSR - Interuniversity Consortium for Political and Social Research. https://doi.org/10.3886/E178302V1.
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-5
|
39 |
+
- train_batch_size: 16
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- epochs: 10
|
44 |
+
- mixed_precision_training: Native AMP
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:----------------|---------:|-------:|:--------------------|
|
50 |
+
| No log | 1 | 63 | 0.9462559819221497 |
|
51 |
+
| 1.0232 | 1.5873 | 100 | N/A |
|
52 |
+
| No log | 2 | 126 | 0.5972977876663208 |
|
53 |
+
| No log | 3 | 189 | 0.4892125129699707 |
|
54 |
+
| 0.5002 | 3.1746 | 200 | N/A |
|
55 |
+
| No log | 4 | 252 | 0.4661949574947357 |
|
56 |
+
| 0.2978 | 4.7619 | 300 | N/A |
|
57 |
+
| No log | 5 | 315 | 0.4729757606983185 |
|
58 |
+
| No log | 6 | 378 | 0.6107903718948364 |
|
59 |
+
| 0.2891 | 6.34921 | 400 | N/A |
|
60 |
+
| No log | 7 | 441 | 0.49726468324661255 |
|
61 |
+
| 0.2692 | 7.93651 | 500 | N/A |
|
62 |
+
| No log | 8 | 504 | 0.4903869032859802 |
|
63 |
+
| No log | 9 | 567 | 0.568524956703186 |
|
64 |
+
| 0.1863 | 9.52381 | 600 | N/A |
|
65 |
+
| No log | 10 | 630 | 0.6198205351829529 |
|
66 |
+
| No log | 10 | 630 | 0.4661949574947357 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.48.0.dev0
|
72 |
+
- Pytorch 2.5.1+cu121
|
73 |
+
- Datasets 3.2.0
|
74 |
+
- Tokenizers 0.21.0
|