Quexoo commited on
Commit
2a43a93
·
verified ·
1 Parent(s): 2b50367

Training in progress, epoch 1

Browse files
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.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d836363fe4a904b2466c8f4a6511295ef5e2151deb5ab547ef0aa26615c9565e
3
+ size 437967876
runs/Nov15_04-52-08_TIM/events.out.tfevents.1731646329.TIM.215316.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad814c32f92af8c66d25c52df85d6cf055f2b75678587a79614240235d3f6a34
3
+ size 5655
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fcea69143c584a03da0cb26c156625a7ca80bdf1b54a1c5a71bb71e5816c1ed
3
+ size 5304