davanstrien HF staff commited on
Commit
b1b3bf5
1 Parent(s): 3300ac3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: levit-192_finetuned_on_unlabelled_IA_with_snorkel_labels
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # levit-192_finetuned_on_unlabelled_IA_with_snorkel_labels
19
+
20
+ This model is a fine-tuned version of [facebook/levit-192](https://huggingface.co/facebook/levit-192) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: nan
23
+ - Precision: 0.9836
24
+ - Recall: 0.9822
25
+ - F1: 0.9829
26
+ - Accuracy: 0.9873
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 128
47
+ - eval_batch_size: 256
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 253 | nan | 0.9743 | 0.9791 | 0.9766 | 0.9826 |
59
+ | 0.0557 | 2.0 | 506 | nan | 0.9829 | 0.9801 | 0.9815 | 0.9863 |
60
+ | 0.0557 | 3.0 | 759 | nan | 0.9836 | 0.9822 | 0.9829 | 0.9873 |
61
+ | 0.0543 | 4.0 | 1012 | nan | 0.9839 | 0.9775 | 0.9807 | 0.9858 |
62
+ | 0.0543 | 5.0 | 1265 | nan | 0.9616 | 0.9727 | 0.9670 | 0.9752 |
63
+ | 0.0457 | 6.0 | 1518 | nan | 0.9563 | 0.9699 | 0.9629 | 0.9720 |
64
+ | 0.0457 | 7.0 | 1771 | nan | 0.9822 | 0.9808 | 0.9815 | 0.9863 |
65
+ | 0.0418 | 8.0 | 2024 | nan | 0.9735 | 0.9769 | 0.9752 | 0.9815 |
66
+ | 0.0418 | 9.0 | 2277 | nan | 0.9832 | 0.9811 | 0.9822 | 0.9868 |
67
+ | 0.0396 | 10.0 | 2530 | nan | 0.9843 | 0.9815 | 0.9829 | 0.9873 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.22.2
73
+ - Pytorch 1.12.1+cu113
74
+ - Datasets 2.5.2
75
+ - Tokenizers 0.12.1