Quexoo commited on
Commit
6cea2e1
·
verified ·
1 Parent(s): 9d47a9f

Model save

Browse files
README.md CHANGED
@@ -1,7 +1,7 @@
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:
@@ -14,7 +14,7 @@ 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
 
 
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:
 
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
 
model/config.json CHANGED
@@ -1,14 +1,13 @@
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",
@@ -17,7 +16,6 @@
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,
@@ -25,16 +23,16 @@
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
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForSequenceClassification"
6
  ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
 
 
11
  "id2label": {
12
  "0": "Any vision loss",
13
  "1": "Monocular vision loss",
 
16
  "4": "Visual impairment"
17
  },
18
  "initializer_range": 0.02,
 
19
  "label2id": {
20
  "Any vision loss": 0,
21
  "Monocular vision loss": 1,
 
23
  "US-defined blindness": 3,
24
  "Visual impairment": 4
25
  },
 
26
  "max_position_embeddings": 512,
27
+ "model_type": "distilbert",
28
+ "n_heads": 12,
29
+ "n_layers": 6,
30
  "pad_token_id": 0,
31
+ "qa_dropout": 0.1,
32
+ "seq_classif_dropout": 0.2,
33
+ "sinusoidal_pos_embds": false,
34
+ "tie_weights_": true,
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.46.2",
 
 
37
  "vocab_size": 30522
38
  }
model/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:450ee8ec26c86d0ba4ab757938730d173967a3befce85037f78aa802118ea286
3
- size 437967876
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88bd72e8882b5bab53103ad835125cc3b37386893bb96c5f5e9f54df5f404b74
3
+ size 267841796
model/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1af39e02b5feca4c78673cc366314c54e0f3be0fdbb0fbbed1dd5239746c35cd
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f872015f113c4921fddb78b1df4cb016b2ed40b6711a9efdb5e7e71079e80f7
3
  size 5304
runs/Nov15_05-27-59_TIM/events.out.tfevents.1731648480.TIM.194564.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46d744122b9071b421167708c2acbb77dfe411f2323f3832f11a5f1ce9b921c6
3
- size 6838
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a646c9180d0aa256a1dd726df7a8a17382473ee88ce2b6f8fd6e9a4d6c6ee2b
3
+ size 7945