New AutoFinetune: run: v0.3.0
Browse files- config.json +25 -16
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,33 +1,42 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "acuvity/
|
3 |
-
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"id2label": {
|
12 |
"0": "safe",
|
13 |
"1": "harmful"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
|
|
|
|
16 |
"label2id": {
|
17 |
"harmful": 1,
|
18 |
"safe": 0
|
19 |
},
|
|
|
20 |
"max_position_embeddings": 512,
|
21 |
-
"model_type": "
|
22 |
-
"
|
23 |
-
"
|
|
|
|
|
|
|
24 |
"pad_token_id": 0,
|
|
|
25 |
"problem_type": "single_label_classification",
|
26 |
-
"qa_dropout": 0.1,
|
27 |
-
"seq_classif_dropout": 0.2,
|
28 |
-
"sinusoidal_pos_embds": false,
|
29 |
-
"tie_weights_": true,
|
30 |
"torch_dtype": "float32",
|
31 |
-
"transformers_version": "4.
|
32 |
-
"
|
|
|
33 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "acuvity/albert-base-v2",
|
|
|
3 |
"architectures": [
|
4 |
+
"AlbertForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0,
|
7 |
+
"bos_token_id": 2,
|
8 |
+
"classifier_dropout_prob": 0.1,
|
9 |
+
"down_scale_factor": 1,
|
10 |
+
"embedding_size": 128,
|
11 |
+
"eos_token_id": 3,
|
12 |
+
"gap_size": 0,
|
13 |
+
"hidden_act": "gelu_new",
|
14 |
+
"hidden_dropout_prob": 0,
|
15 |
+
"hidden_size": 768,
|
16 |
"id2label": {
|
17 |
"0": "safe",
|
18 |
"1": "harmful"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
+
"inner_group_num": 1,
|
22 |
+
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
"harmful": 1,
|
25 |
"safe": 0
|
26 |
},
|
27 |
+
"layer_norm_eps": 1e-12,
|
28 |
"max_position_embeddings": 512,
|
29 |
+
"model_type": "albert",
|
30 |
+
"net_structure_type": 0,
|
31 |
+
"num_attention_heads": 12,
|
32 |
+
"num_hidden_groups": 1,
|
33 |
+
"num_hidden_layers": 12,
|
34 |
+
"num_memory_blocks": 0,
|
35 |
"pad_token_id": 0,
|
36 |
+
"position_embedding_type": "absolute",
|
37 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
38 |
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.47.0",
|
40 |
+
"type_vocab_size": 2,
|
41 |
+
"vocab_size": 30000
|
42 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcba83566ecedc88c6889c5ef9b0755b8e64c8563e365e7d20476651db33d5f9
|
3 |
+
size 46743912
|