SalomonMetre13 commited on
Commit
cef9d60
·
verified ·
1 Parent(s): 19ddbe7

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Hardware",
14
+ "1": "Access",
15
+ "2": "Miscellaneous",
16
+ "3": "HR Support",
17
+ "4": "Purchase",
18
+ "5": "Administrative rights",
19
+ "6": "Storage",
20
+ "7": "Internal Project"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "Access": 1,
26
+ "Administrative rights": 5,
27
+ "HR Support": 3,
28
+ "Hardware": 0,
29
+ "Internal Project": 7,
30
+ "Miscellaneous": 2,
31
+ "Purchase": 4,
32
+ "Storage": 6
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "bert",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "pad_token_id": 0,
40
+ "position_embedding_type": "absolute",
41
+ "problem_type": "single_label_classification",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.48.3",
44
+ "type_vocab_size": 2,
45
+ "use_cache": true,
46
+ "vocab_size": 30522
47
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb76ffefebcf02c615382ddc93748d6c2681accb839efead2990e715f3f435f7
3
+ size 437977104
runs/Mar15_11-49-04_96fd8165c050/events.out.tfevents.1742039363.96fd8165c050.491.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eceef191abba4bcbc7d63ac42fb9196f78c41289fa74506cd5a58c8b58cdfa2
3
+ size 11047
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f909e627c2f7171c4755a56482185f3ae7e38502061aa0ef3d7ab41ebb63cf1
3
+ size 5304