Training in progress, epoch 3
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:af3f3128e5b1c14386672498941f9e713f70fea1ab2be7c97e5d384b26721ac1
|
3 |
+
size 267851024
|
runs/Jan16_16-52-56_ac45e2ce2e06/events.out.tfevents.1737046377.ac45e2ce2e06.3826.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:632771776fe09869ccc87b0a59f3be8c717f58b0bc9c5ce6a873d82ac44c7a23
|
3 |
+
size 8807
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aba78a9f2dc37ef26094e06445061be7c2858363127bd5ea481888e460a7738c
|
3 |
+
size 5432
|