al-css commited on
Commit
2dcee23
1 Parent(s): 25b105d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -59
README.md CHANGED
@@ -1,59 +1,59 @@
1
- ---
2
- library_name: transformers
3
- license: apache-2.0
4
- base_model: google/vit-base-patch16-224
5
- tags:
6
- - image-classification
7
- - generated_from_trainer
8
- metrics:
9
- - accuracy
10
- model-index:
11
- - name: PagesClassificationModel
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
- # PagesClassificationModel
19
-
20
- This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the private_images_dataset dataset.
21
- It achieves the following results on the evaluation set:
22
- - Loss: 0.0031
23
- - Accuracy: 1.0
24
-
25
- ## Model description
26
-
27
- More information needed
28
-
29
- ## Intended uses & limitations
30
-
31
- More information needed
32
-
33
- ## Training and evaluation data
34
-
35
- More information needed
36
-
37
- ## Training procedure
38
-
39
- ### Training hyperparameters
40
-
41
- The following hyperparameters were used during training:
42
- - learning_rate: 0.0002
43
- - train_batch_size: 8
44
- - eval_batch_size: 8
45
- - seed: 42
46
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
- - lr_scheduler_type: linear
48
- - num_epochs: 3
49
-
50
- ### Training results
51
-
52
-
53
-
54
- ### Framework versions
55
-
56
- - Transformers 4.44.2
57
- - Pytorch 2.4.0+cu118
58
- - Datasets 2.21.0
59
- - Tokenizers 0.19.1
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/vit-base-patch16-224
5
+ tags:
6
+ - image-classification
7
+ - generated_from_trainer
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: PagesClassificationModel
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
+ # PagesClassificationModel
19
+
20
+ This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the private_images_dataset dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0031
23
+ - Accuracy: 1.0
24
+
25
+ ## Model description
26
+
27
+ This model clasificates Pages, from: Just Text, Tables and Text, and Just Tables.
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
+
50
+ ### Training results
51
+
52
+
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.44.2
57
+ - Pytorch 2.4.0+cu118
58
+ - Datasets 2.21.0
59
+ - Tokenizers 0.19.1