danfarh2000 commited on
Commit
8243496
1 Parent(s): 4295a09

Delete Readme.md

Browse files
Files changed (1) hide show
  1. README.md +0 -56
README.md DELETED
@@ -1,56 +0,0 @@
1
- ---
2
- library_name: transformers
3
- base_model: yiyanghkust/finbert-tone
4
- tags:
5
- - generated_from_trainer
6
- model-index:
7
- - name: finBERT-KAM-Classifier
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
- # finBERT-KAM-Classifier
15
-
16
- This model is a fine-tuned version of [yiyanghkust/finbert-tone](https://huggingface.co/yiyanghkust/finbert-tone) on the None dataset.
17
- It achieves the following results on the evaluation set:
18
- - eval_loss: 0.6176
19
- - eval_runtime: 362.8878
20
- - eval_samples_per_second: 36.052
21
- - eval_steps_per_second: 4.508
22
- - epoch: 1.8812
23
- - step: 12307
24
-
25
- ## Model description
26
-
27
- More information needed
28
-
29
- ## Intended uses & limitations
30
-
31
- More information needed
32
-
33
- ## Training and evaluation data
34
-
35
- More information needed
36
-
37
- ## Training procedure
38
-
39
- ### Training hyperparameters
40
-
41
- The following hyperparameters were used during training:
42
- - learning_rate: 5e-05
43
- - train_batch_size: 8
44
- - eval_batch_size: 8
45
- - seed: 42
46
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
- - lr_scheduler_type: linear
48
- - lr_scheduler_warmup_steps: 500
49
- - num_epochs: 3
50
-
51
- ### Framework versions
52
-
53
- - Transformers 4.44.2
54
- - Pytorch 2.4.0+cu121
55
- - Datasets 2.21.0
56
- - Tokenizers 0.19.1