BDAIO commited on
Commit
152983a
·
verified ·
1 Parent(s): 7d839c5

Training in progress, step 10000

Browse files
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
@@ -17,10 +17,15 @@
17
  "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 0,
 
 
 
 
 
20
  "position_embedding_type": "absolute",
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.41.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
- "vocab_size": 30522
26
  }
 
1
  {
2
+ "_name_or_path": "google-bert/bert-base-multilingual-uncased",
3
  "architectures": [
4
  "BertForMaskedLM"
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,
 
17
  "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 0,
20
+ "pooler_fc_size": 768,
21
+ "pooler_num_attention_heads": 12,
22
+ "pooler_num_fc_layers": 3,
23
+ "pooler_size_per_head": 128,
24
+ "pooler_type": "first_token_transform",
25
  "position_embedding_type": "absolute",
26
  "torch_dtype": "float32",
27
  "transformers_version": "4.41.2",
28
  "type_vocab_size": 2,
29
  "use_cache": true,
30
+ "vocab_size": 105879
31
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5390d4f48aa37a636c7471c846fcf27433ee3f8202774acc74202c85cebf9fa5
3
- size 438080896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf1c1f0c1c574f644b6d9b6e54f4bca46cd34998964efe3fa79b8ce80b306815
3
+ size 669879044
runs/Jul17_09-51-55_01ee59820869/events.out.tfevents.1721209916.01ee59820869.1560.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71f8635080cc6569190b5167a6c4d68f2d6f0fb5fac0465a750a3f48e5fdc27c
3
+ size 9172
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a63232994577ce5f013da8f126842ca6faafe907f92c4e37fdcd433c12f991b
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:053580fd51e727821ad03bdd8a3c10cb065707c65fd9dd63561531a69ef8597e
3
  size 5112