Tommert25 commited on
Commit
7c2c679
1 Parent(s): dfbe6db

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +12 -14
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,11 +1,13 @@
1
  {
2
- "_name_or_path": "bert-base-multilingual-uncased",
3
  "architectures": [
4
- "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
8
- "directionality": "bidi",
 
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-12,
33
- "max_position_embeddings": 512,
34
- "model_type": "bert",
35
  "num_attention_heads": 12,
36
  "num_hidden_layers": 12,
37
- "pad_token_id": 0,
38
- "pooler_fc_size": 768,
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": 2,
47
  "use_cache": true,
48
- "vocab_size": 105879
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:17487b1a168845291213188bf3462215651f66e47429f2f92d6ff238d8b78cf7
3
- size 667152553
 
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:a49dfca8775caf8e72d0d0eb788857c49497d1635e1a01294fdf744d690c02fe
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd7dd697122beb80ea626d92cdbaf2e8f1c834c2f7043fe1e66171571aff88a8
3
  size 4027