Quexoo commited on
Commit
8351617
·
verified ·
1 Parent(s): ff839a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -64
README.md CHANGED
@@ -1,64 +1,66 @@
1
- ---
2
- library_name: transformers
3
- license: apache-2.0
4
- base_model: distilbert-base-uncased
5
- tags:
6
- - generated_from_trainer
7
- model-index:
8
- - name: vision-classifier
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
- # vision-classifier
16
-
17
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 0.0002
20
-
21
- ## Model description
22
-
23
- More information needed
24
-
25
- ## Intended uses & limitations
26
-
27
- More information needed
28
-
29
- ## Training and evaluation data
30
-
31
- More information needed
32
-
33
- ## Training procedure
34
-
35
- ### Training hyperparameters
36
-
37
- The following hyperparameters were used during training:
38
- - learning_rate: 3e-05
39
- - train_batch_size: 8
40
- - eval_batch_size: 8
41
- - seed: 42
42
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
- - lr_scheduler_type: linear
44
- - num_epochs: 7
45
-
46
- ### Training results
47
-
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 173 | 0.0002 |
51
- | No log | 2.0 | 346 | 0.0002 |
52
- | 0.0003 | 3.0 | 519 | 0.0002 |
53
- | 0.0003 | 4.0 | 692 | 0.0002 |
54
- | 0.0003 | 5.0 | 865 | 0.0002 |
55
- | 0.0003 | 6.0 | 1038 | 0.0002 |
56
- | 0.0003 | 7.0 | 1211 | 0.0002 |
57
-
58
-
59
- ### Framework versions
60
-
61
- - Transformers 4.46.2
62
- - Pytorch 2.5.1+cu118
63
- - Datasets 2.19.1
64
- - Tokenizers 0.20.3
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: vision-classifier
9
+ results: []
10
+ widget:
11
+ - text: "Age: 40-64 years, Gender: Female, Race: White, non-Hispanic, Diabetes: No"
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # vision-classifier
18
+
19
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0002
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 3e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 7
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | No log | 1.0 | 173 | 0.0002 |
53
+ | No log | 2.0 | 346 | 0.0002 |
54
+ | 0.0003 | 3.0 | 519 | 0.0002 |
55
+ | 0.0003 | 4.0 | 692 | 0.0002 |
56
+ | 0.0003 | 5.0 | 865 | 0.0002 |
57
+ | 0.0003 | 6.0 | 1038 | 0.0002 |
58
+ | 0.0003 | 7.0 | 1211 | 0.0002 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.46.2
64
+ - Pytorch 2.5.1+cu118
65
+ - Datasets 2.19.1
66
+ - Tokenizers 0.20.3