davanstrien HF staff commited on
Commit
37b1ed5
1 Parent(s): 94d7caa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: iiif_manuscript_vit
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # iiif_manuscript_vit
16
+
17
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5684
20
+ - F1: 0.5996
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 64
41
+ - eval_batch_size: 64
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+ - mixed_precision_training: Native AMP
47
+ - label_smoothing_factor: 0.1
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
53
+ | 0.5639 | 1.0 | 2269 | 0.5822 | 0.5516 |
54
+ | 0.5834 | 2.0 | 4538 | 0.5825 | 0.5346 |
55
+ | 0.5778 | 3.0 | 6807 | 0.5794 | 0.6034 |
56
+ | 0.5735 | 4.0 | 9076 | 0.5742 | 0.5713 |
57
+ | 0.5731 | 5.0 | 11345 | 0.5745 | 0.6008 |
58
+ | 0.5701 | 6.0 | 13614 | 0.5729 | 0.5499 |
59
+ | 0.5696 | 7.0 | 15883 | 0.5717 | 0.5952 |
60
+ | 0.5683 | 8.0 | 18152 | 0.5680 | 0.6005 |
61
+ | 0.5648 | 9.0 | 20421 | 0.5679 | 0.5967 |
62
+ | 0.564 | 10.0 | 22690 | 0.5684 | 0.5996 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.16.2
68
+ - Pytorch 1.10.0+cu111
69
+ - Datasets 1.18.3
70
+ - Tokenizers 0.11.0