Training in progress, epoch 1
Browse files- config.json +12 -14
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
7 |
"classifier_dropout": null,
|
8 |
-
"
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
@@ -29,21 +31,17 @@
|
|
29 |
"OTH": 1,
|
30 |
"VAR": 3
|
31 |
},
|
32 |
-
"layer_norm_eps": 1e-
|
33 |
-
"max_position_embeddings":
|
34 |
-
"model_type": "
|
35 |
"num_attention_heads": 12,
|
36 |
"num_hidden_layers": 12,
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"pooler_num_attention_heads": 12,
|
40 |
-
"pooler_num_fc_layers": 3,
|
41 |
-
"pooler_size_per_head": 128,
|
42 |
-
"pooler_type": "first_token_transform",
|
43 |
"position_embedding_type": "absolute",
|
44 |
"torch_dtype": "float32",
|
45 |
"transformers_version": "4.33.2",
|
46 |
-
"type_vocab_size":
|
47 |
"use_cache": true,
|
48 |
-
"vocab_size":
|
49 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "pdelobelle/robbert-v2-dutch-base",
|
3 |
"architectures": [
|
4 |
+
"RobertaForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
|
|
31 |
"OTH": 1,
|
32 |
"VAR": 3
|
33 |
},
|
34 |
+
"layer_norm_eps": 1e-05,
|
35 |
+
"max_position_embeddings": 514,
|
36 |
+
"model_type": "roberta",
|
37 |
"num_attention_heads": 12,
|
38 |
"num_hidden_layers": 12,
|
39 |
+
"output_past": true,
|
40 |
+
"pad_token_id": 1,
|
|
|
|
|
|
|
|
|
41 |
"position_embedding_type": "absolute",
|
42 |
"torch_dtype": "float32",
|
43 |
"transformers_version": "4.33.2",
|
44 |
+
"type_vocab_size": 1,
|
45 |
"use_cache": true,
|
46 |
+
"vocab_size": 40000
|
47 |
}
|
pytorch_model.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:6576bae791a541a24ee27f256729cfddf6d7183dfc4a92259ac1105a4ca3f2aa
|
3 |
+
size 464775913
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd7dd697122beb80ea626d92cdbaf2e8f1c834c2f7043fe1e66171571aff88a8
|
3 |
size 4027
|