Training in progress, epoch 1
Browse files- config.json +56 -0
- model.safetensors +3 -0
- runs/Jan23_11-09-23_1f1e10bc36a1/events.out.tfevents.1737630564.1f1e10bc36a1.357.0 +3 -0
- runs/Jan23_11-10-16_1f1e10bc36a1/events.out.tfevents.1737630617.1f1e10bc36a1.357.1 +3 -0
- runs/Jan23_11-10-27_1f1e10bc36a1/events.out.tfevents.1737630628.1f1e10bc36a1.357.2 +3 -0
- runs/Jan23_11-11-33_1f1e10bc36a1/events.out.tfevents.1737630695.1f1e10bc36a1.1341.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/deberta-v3-base",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "0_not_relevant",
|
12 |
+
"1": "1_not_happening",
|
13 |
+
"2": "2_not_human",
|
14 |
+
"3": "3_not_bad",
|
15 |
+
"4": "4_solutions_harmful_unnecessary",
|
16 |
+
"5": "5_science_unreliable",
|
17 |
+
"6": "6_proponents_biased",
|
18 |
+
"7": "7_fossil_fuels_needed"
|
19 |
+
},
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 3072,
|
22 |
+
"label2id": {
|
23 |
+
"0_not_relevant": 0,
|
24 |
+
"1_not_happening": 1,
|
25 |
+
"2_not_human": 2,
|
26 |
+
"3_not_bad": 3,
|
27 |
+
"4_solutions_harmful_unnecessary": 4,
|
28 |
+
"5_science_unreliable": 5,
|
29 |
+
"6_proponents_biased": 6,
|
30 |
+
"7_fossil_fuels_needed": 7
|
31 |
+
},
|
32 |
+
"layer_norm_eps": 1e-07,
|
33 |
+
"legacy": true,
|
34 |
+
"max_position_embeddings": 512,
|
35 |
+
"max_relative_positions": -1,
|
36 |
+
"model_type": "deberta-v2",
|
37 |
+
"norm_rel_ebd": "layer_norm",
|
38 |
+
"num_attention_heads": 12,
|
39 |
+
"num_hidden_layers": 12,
|
40 |
+
"pad_token_id": 0,
|
41 |
+
"pooler_dropout": 0,
|
42 |
+
"pooler_hidden_act": "gelu",
|
43 |
+
"pooler_hidden_size": 768,
|
44 |
+
"pos_att_type": [
|
45 |
+
"p2c",
|
46 |
+
"c2p"
|
47 |
+
],
|
48 |
+
"position_biased_input": false,
|
49 |
+
"position_buckets": 256,
|
50 |
+
"relative_attention": true,
|
51 |
+
"share_att_key": true,
|
52 |
+
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.47.1",
|
54 |
+
"type_vocab_size": 0,
|
55 |
+
"vocab_size": 128100
|
56 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66eec3065cfa052f3c153b2788aabe10a84f9ed2cbdbf9b3a83f58f4838a71ad
|
3 |
+
size 737737736
|
runs/Jan23_11-09-23_1f1e10bc36a1/events.out.tfevents.1737630564.1f1e10bc36a1.357.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dffd762029848934b94c4216e3055f62a4059e856cba538f5c001b19a8319136
|
3 |
+
size 4184
|
runs/Jan23_11-10-16_1f1e10bc36a1/events.out.tfevents.1737630617.1f1e10bc36a1.357.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54b319e865ffbf0e3071204619b64b0cb7501080f1856278c1b60a852e137a9b
|
3 |
+
size 4184
|
runs/Jan23_11-10-27_1f1e10bc36a1/events.out.tfevents.1737630628.1f1e10bc36a1.357.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ed1d9366b4ed89b128369149ce0a9db903e3d856cbae830ad01029a1e48ab7b
|
3 |
+
size 4184
|
runs/Jan23_11-11-33_1f1e10bc36a1/events.out.tfevents.1737630695.1f1e10bc36a1.1341.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8058f601f045be7fb0476496c06e44a528a8c383e1c6fc096adf412897aa916e
|
3 |
+
size 6675
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00914c2b9d4ceb135cb446be7191730cd7bc90996cb1e57c12f4db78804a25fd
|
3 |
+
size 5368
|