Training in progress, step 1000
Browse files
config.json
CHANGED
@@ -1,13 +1,18 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
13 |
"1": "LABEL_1",
|
@@ -17,6 +22,8 @@
|
|
17 |
"5": "LABEL_5"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
|
|
|
|
20 |
"label2id": {
|
21 |
"LABEL_0": 0,
|
22 |
"LABEL_1": 1,
|
@@ -25,17 +32,19 @@
|
|
25 |
"LABEL_4": 4,
|
26 |
"LABEL_5": 5
|
27 |
},
|
|
|
28 |
"max_position_embeddings": 512,
|
29 |
-
"model_type": "
|
30 |
-
"
|
31 |
-
"
|
|
|
|
|
|
|
32 |
"pad_token_id": 0,
|
|
|
33 |
"problem_type": "single_label_classification",
|
34 |
-
"qa_dropout": 0.1,
|
35 |
-
"seq_classif_dropout": 0.2,
|
36 |
-
"sinusoidal_pos_embds": false,
|
37 |
-
"tie_weights_": true,
|
38 |
"torch_dtype": "float32",
|
39 |
"transformers_version": "4.38.2",
|
40 |
-
"
|
|
|
41 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "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": "LABEL_0",
|
18 |
"1": "LABEL_1",
|
|
|
22 |
"5": "LABEL_5"
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
+
"inner_group_num": 1,
|
26 |
+
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
"LABEL_0": 0,
|
29 |
"LABEL_1": 1,
|
|
|
32 |
"LABEL_4": 4,
|
33 |
"LABEL_5": 5
|
34 |
},
|
35 |
+
"layer_norm_eps": 1e-12,
|
36 |
"max_position_embeddings": 512,
|
37 |
+
"model_type": "albert",
|
38 |
+
"net_structure_type": 0,
|
39 |
+
"num_attention_heads": 12,
|
40 |
+
"num_hidden_groups": 1,
|
41 |
+
"num_hidden_layers": 12,
|
42 |
+
"num_memory_blocks": 0,
|
43 |
"pad_token_id": 0,
|
44 |
+
"position_embedding_type": "absolute",
|
45 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
46 |
"torch_dtype": "float32",
|
47 |
"transformers_version": "4.38.2",
|
48 |
+
"type_vocab_size": 2,
|
49 |
+
"vocab_size": 30000
|
50 |
}
|
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:1a4fb4121a149f4048e1c2dd87ecc3ec0267c6e2f13e447c56830de74cacd415
|
3 |
+
size 46756216
|
runs/Mar11_03-19-39_ec0f357ed92c/events.out.tfevents.1710127199.ec0f357ed92c.1142.0
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:5afb2e034b4d12318717e7399c07fb461e9372d230dad5eb68e67a3ef610e164
|
3 |
+
size 8909
|
training_args.bin
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:b971d46c9e772e332c04ec73889b59da6d5e1b7bb456bdaeae20f555c12af4fb
|
3 |
+
size 4856
|