kk08 commited on
Commit
3be9690
1 Parent(s): 77af10d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: CryptoBERT
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # CryptoBERT
13
+
14
+ This model is a fine-tuned version of [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.3823
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 10
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:----:|:---------------:|
47
+ | 0.4077 | 1.0 | 27 | 0.4257 |
48
+ | 0.2048 | 2.0 | 54 | 0.2479 |
49
+ | 0.0725 | 3.0 | 81 | 0.3068 |
50
+ | 0.0028 | 4.0 | 108 | 0.4120 |
51
+ | 0.0014 | 5.0 | 135 | 0.3566 |
52
+ | 0.0007 | 6.0 | 162 | 0.3495 |
53
+ | 0.0006 | 7.0 | 189 | 0.3645 |
54
+ | 0.0005 | 8.0 | 216 | 0.3754 |
55
+ | 0.0004 | 9.0 | 243 | 0.3804 |
56
+ | 0.0004 | 10.0 | 270 | 0.3823 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.28.0
62
+ - Pytorch 2.0.0+cu118
63
+ - Datasets 2.11.0
64
+ - Tokenizers 0.13.3