Loys commited on
Commit
eccfbc2
1 Parent(s): 1f1e71d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - shc_deva_ds
6
+ metrics:
7
+ - f1
8
+ model-index:
9
+ - name: assets
10
+ results:
11
+ - task:
12
+ name: Text Classification
13
+ type: text-classification
14
+ dataset:
15
+ name: shc_deva_ds
16
+ type: shc_deva_ds
17
+ args: SHCAdverseEvents
18
+ metrics:
19
+ - name: F1
20
+ type: f1
21
+ value: 0.3333333333333333
22
+ ---
23
+
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # assets
28
+
29
+ This model is a fine-tuned version of [iHealthGroup/shc-lm-v1](https://huggingface.co/iHealthGroup/shc-lm-v1) on the shc_deva_ds dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 0.7051
32
+ - F1: 0.3333
33
+
34
+ ## Model description
35
+
36
+ More information needed
37
+
38
+ ## Intended uses & limitations
39
+
40
+ More information needed
41
+
42
+ ## Training and evaluation data
43
+
44
+ More information needed
45
+
46
+ ## Training procedure
47
+
48
+ ### Training hyperparameters
49
+
50
+ The following hyperparameters were used during training:
51
+ - learning_rate: 0.0001
52
+ - train_batch_size: 1
53
+ - eval_batch_size: 1
54
+ - seed: 42
55
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
+ - lr_scheduler_type: linear
57
+ - lr_scheduler_warmup_steps: 100
58
+ - num_epochs: 1
59
+
60
+ ### Training results
61
+
62
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
63
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
64
+ | 1.1628 | 0.62 | 400 | 0.7051 | 0.3333 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.18.0
70
+ - Pytorch 1.13.0+cpu
71
+ - Datasets 2.4.0
72
+ - Tokenizers 0.11.6