Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert/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": "0_not_relevant",
|
13 |
+
"1": "1_not_happening",
|
14 |
+
"2": "2_not_human",
|
15 |
+
"3": "3_not_bad",
|
16 |
+
"4": "4_solutions_harmful_unnecessary",
|
17 |
+
"5": "5_science_unreliable",
|
18 |
+
"6": "6_proponents_biased",
|
19 |
+
"7": "7_fossil_fuels_needed"
|
20 |
+
},
|
21 |
+
"initializer_range": 0.02,
|
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 |
+
"max_position_embeddings": 512,
|
33 |
+
"model_type": "distilbert",
|
34 |
+
"n_heads": 12,
|
35 |
+
"n_layers": 6,
|
36 |
+
"pad_token_id": 0,
|
37 |
+
"problem_type": "single_label_classification",
|
38 |
+
"qa_dropout": 0.1,
|
39 |
+
"seq_classif_dropout": 0.2,
|
40 |
+
"sinusoidal_pos_embds": false,
|
41 |
+
"tie_weights_": true,
|
42 |
+
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.49.0.dev0",
|
44 |
+
"vocab_size": 30522
|
45 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97bf11053e59acd66853af1dfb446d9142c0f79d788705253b3832635b0ca0b7
|
3 |
+
size 267851024
|
runs/Jan25_19-29-36_02d767aa37f1/events.out.tfevents.1737833377.02d767aa37f1.3654.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9069ea5dbb2bb9cd3f437c2715b78ada34d99dfa3e8200145261d29d198c7d83
|
3 |
+
size 10539
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4ca66ed8e28104e5d63e3c338831f31eca35641526d18030a1b77da2dcf3417
|
3 |
+
size 5432
|