Quexoo commited on
Commit
c907836
·
verified ·
1 Parent(s): 82461ef

Model save

Browse files
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-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 [bert-base-uncased](https://huggingface.co/bert-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.0002 | 3.0 | 519 | 0.0002 |
53
+ | 0.0002 | 4.0 | 692 | 0.0002 |
54
+ | 0.0002 | 5.0 | 865 | 0.0002 |
55
+ | 0.0002 | 6.0 | 1038 | 0.0002 |
56
+ | 0.0002 | 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
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70f21b1d12420b21a9d2f20cac2a8e3eb29d1e67034c28c286fa8271cf13893b
3
  size 437967876
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ba495fc9ecb5f0a185874fb39a7f84b3b67849f3bb0aed3f42949296306c711
3
  size 437967876
model/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Any vision loss",
14
+ "1": "Monocular vision loss",
15
+ "2": "Normal vision",
16
+ "3": "US-defined blindness",
17
+ "4": "Visual impairment"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Any vision loss": 0,
23
+ "Monocular vision loss": 1,
24
+ "Normal vision": 2,
25
+ "US-defined blindness": 3,
26
+ "Visual impairment": 4
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.46.2",
37
+ "type_vocab_size": 2,
38
+ "use_cache": true,
39
+ "vocab_size": 30522
40
+ }
model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ba495fc9ecb5f0a185874fb39a7f84b3b67849f3bb0aed3f42949296306c711
3
+ size 437967876
model/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fcea69143c584a03da0cb26c156625a7ca80bdf1b54a1c5a71bb71e5816c1ed
3
+ size 5304
runs/Nov15_04-52-08_TIM/events.out.tfevents.1731646329.TIM.215316.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fee30632384da70c49b60a50b1efb8475def6545d716504fe8b2d88b59bd64c9
3
- size 7432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485c3063aca59c191fd043b2a97053a476266c3e2d771536cf123255df9c0722
3
+ size 8057