bdpc commited on
Commit
0fd390c
·
1 Parent(s): 3047f81

Saving best model to hub

Browse files
Files changed (4) hide show
  1. README.md +76 -0
  2. config.json +60 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: jordyvl/vit-base_rvl-cdip
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: vit-base_rvl_cdip-N1K_ce_32
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # vit-base_rvl_cdip-N1K_ce_32
17
+
18
+ This model is a fine-tuned version of [jordyvl/vit-base_rvl-cdip](https://huggingface.co/jordyvl/vit-base_rvl-cdip) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5671
21
+ - Accuracy: 0.8915
22
+ - Brier Loss: 0.1895
23
+ - Nll: 0.9175
24
+ - F1 Micro: 0.8915
25
+ - F1 Macro: 0.8919
26
+ - Ece: 0.0850
27
+ - Aurc: 0.0200
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 32
48
+ - eval_batch_size: 32
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_ratio: 0.1
53
+ - num_epochs: 10
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Brier Loss | Nll | F1 Micro | F1 Macro | Ece | Aurc |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:----------:|:------:|:--------:|:--------:|:------:|:------:|
59
+ | 0.1771 | 1.0 | 500 | 0.4121 | 0.8885 | 0.1719 | 1.2085 | 0.8885 | 0.8888 | 0.0509 | 0.0203 |
60
+ | 0.134 | 2.0 | 1000 | 0.4415 | 0.8882 | 0.1782 | 1.1210 | 0.8882 | 0.8886 | 0.0626 | 0.0212 |
61
+ | 0.0682 | 3.0 | 1500 | 0.4722 | 0.8855 | 0.1847 | 1.0778 | 0.8855 | 0.8858 | 0.0740 | 0.0213 |
62
+ | 0.0325 | 4.0 | 2000 | 0.4851 | 0.8905 | 0.1796 | 1.0195 | 0.8905 | 0.8911 | 0.0712 | 0.0213 |
63
+ | 0.0145 | 5.0 | 2500 | 0.5409 | 0.8842 | 0.1946 | 1.0096 | 0.8842 | 0.8850 | 0.0860 | 0.0217 |
64
+ | 0.0082 | 6.0 | 3000 | 0.5378 | 0.8872 | 0.1886 | 0.9573 | 0.8872 | 0.8879 | 0.0858 | 0.0206 |
65
+ | 0.0059 | 7.0 | 3500 | 0.5446 | 0.8895 | 0.1870 | 0.9288 | 0.8895 | 0.8897 | 0.0844 | 0.0206 |
66
+ | 0.0046 | 8.0 | 4000 | 0.5580 | 0.8885 | 0.1874 | 0.9153 | 0.8885 | 0.8889 | 0.0859 | 0.0203 |
67
+ | 0.0043 | 9.0 | 4500 | 0.5675 | 0.8905 | 0.1903 | 0.9313 | 0.8905 | 0.8910 | 0.0864 | 0.0201 |
68
+ | 0.004 | 10.0 | 5000 | 0.5671 | 0.8915 | 0.1895 | 0.9175 | 0.8915 | 0.8919 | 0.0850 | 0.0200 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.33.3
74
+ - Pytorch 2.2.0.dev20231002
75
+ - Datasets 2.7.1
76
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jordyvl/vit-base_rvl-cdip",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "letter",
13
+ "1": "form",
14
+ "2": "email",
15
+ "3": "handwritten",
16
+ "4": "advertisement",
17
+ "5": "scientific_report",
18
+ "6": "scientific_publication",
19
+ "7": "specification",
20
+ "8": "file_folder",
21
+ "9": "news_article",
22
+ "10": "budget",
23
+ "11": "invoice",
24
+ "12": "presentation",
25
+ "13": "questionnaire",
26
+ "14": "resume",
27
+ "15": "memo"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "advertisement": 4,
34
+ "budget": 10,
35
+ "email": 2,
36
+ "file_folder": 8,
37
+ "form": 1,
38
+ "handwritten": 3,
39
+ "invoice": 11,
40
+ "letter": 0,
41
+ "memo": 15,
42
+ "news_article": 9,
43
+ "presentation": 12,
44
+ "questionnaire": 13,
45
+ "resume": 14,
46
+ "scientific_publication": 6,
47
+ "scientific_report": 5,
48
+ "specification": 7
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "model_type": "vit",
52
+ "num_attention_heads": 12,
53
+ "num_channels": 3,
54
+ "num_hidden_layers": 12,
55
+ "patch_size": 16,
56
+ "problem_type": "single_label_classification",
57
+ "qkv_bias": true,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.33.3"
60
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cdb0f0e36de510ee086b958654ef6ff6938c09ac2722bc58dffe173fffef2c1
3
+ size 343312234
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146fe6658e7aea6926416594b3062a1b839c3ac92bc4ab1dd6b1a187de72e936
3
+ size 4920