Training in progress, epoch 1
Browse files- config.json +45 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen2.5-0.5B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 896,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Race/Origin",
|
13 |
+
"1": "Gender/Sex",
|
14 |
+
"2": "Religion",
|
15 |
+
"3": "Ability",
|
16 |
+
"4": "Violence"
|
17 |
+
},
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 4864,
|
20 |
+
"label2id": {
|
21 |
+
"Ability": 3,
|
22 |
+
"Gender/Sex": 1,
|
23 |
+
"Race/Origin": 0,
|
24 |
+
"Religion": 2,
|
25 |
+
"Violence": 4
|
26 |
+
},
|
27 |
+
"max_position_embeddings": 32768,
|
28 |
+
"max_window_layers": 21,
|
29 |
+
"model_type": "qwen2",
|
30 |
+
"num_attention_heads": 14,
|
31 |
+
"num_hidden_layers": 24,
|
32 |
+
"num_key_value_heads": 2,
|
33 |
+
"pad_token_id": 151645,
|
34 |
+
"problem_type": "multi_label_classification",
|
35 |
+
"rms_norm_eps": 1e-06,
|
36 |
+
"rope_scaling": null,
|
37 |
+
"rope_theta": 1000000.0,
|
38 |
+
"sliding_window": null,
|
39 |
+
"tie_word_embeddings": true,
|
40 |
+
"torch_dtype": "bfloat16",
|
41 |
+
"transformers_version": "4.46.3",
|
42 |
+
"use_cache": true,
|
43 |
+
"use_sliding_window": false,
|
44 |
+
"vocab_size": 151936
|
45 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7650fbfabf6a4d6bac8ece0c5d7c1d022e689ef0bf0b838cde4a5a9f9219721
|
3 |
+
size 988106872
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08bc73021e8e68b54b8a450a34a5b9d947ecb623d41c8d0f079afa8a9726b3ae
|
3 |
+
size 5368
|