bjubert commited on
Commit
5d35a19
1 Parent(s): e41cc56

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: my_awesome_wnut_model
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
+ # my_awesome_wnut_model
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 0.0968
17
+ - eval_overall_precision: 0.7090
18
+ - eval_overall_recall: 0.7537
19
+ - eval_overall_f1: 0.7306
20
+ - eval_overall_accuracy: 0.9731
21
+ - eval_HumanProd_f1: 0.3733
22
+ - eval_LOC_f1: 0.7596
23
+ - eval_ORG_f1: 0.5874
24
+ - eval_PER_f1: 0.7607
25
+ - eval_runtime: 124.8418
26
+ - eval_samples_per_second: 19.617
27
+ - eval_steps_per_second: 1.234
28
+ - epoch: 2.0
29
+ - step: 1226
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 2e-05
49
+ - train_batch_size: 16
50
+ - eval_batch_size: 16
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 2
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.25.1
59
+ - Pytorch 1.13.0+cpu
60
+ - Datasets 2.7.1
61
+ - Tokenizers 0.13.2