xaviergillard commited on
Commit
665143d
1 Parent(s): 9baec12

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "xaviergillard/brabant-xvii-from-scratch",
3
  "architectures": [
4
  "BertForMaskedLM"
5
  ],
@@ -21,5 +20,5 @@
21
  "transformers_version": "4.38.2",
22
  "type_vocab_size": 2,
23
  "use_cache": true,
24
- "vocab_size": 30000
25
  }
 
1
  {
 
2
  "architectures": [
3
  "BertForMaskedLM"
4
  ],
 
20
  "transformers_version": "4.38.2",
21
  "type_vocab_size": 2,
22
  "use_cache": true,
23
+ "vocab_size": 24263
24
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09b86a2cc509ac7e2746580c69aa159ff81bed8402b61fe9f61f3342938d6e2a
3
- size 218249344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ca105990abc29101eab3e02b333731e25f4e15617b970881a24a1ae7f3f04e
3
+ size 209425814
pretrained/config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
 
2
  "architectures": [
3
- "BertForPreTraining"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
@@ -16,7 +17,7 @@
16
  "num_hidden_layers": 12,
17
  "pad_token_id": 0,
18
  "position_embedding_type": "absolute",
19
- "torch_dtype": "float32",
20
  "transformers_version": "4.38.2",
21
  "type_vocab_size": 2,
22
  "use_cache": true,
 
1
  {
2
+ "_name_or_path": "xaviergillard/brabant-xvii-from-scratch",
3
  "architectures": [
4
+ "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
20
+ "torch_dtype": "float16",
21
  "transformers_version": "4.38.2",
22
  "type_vocab_size": 2,
23
  "use_cache": true,
pretrained/generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.38.2"
5
+ }
pretrained/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d4d2ef66747dc05c596414c3c1e2389b1de3a88a78b298d0285da33617a4baa
3
- size 438844120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b86a2cc509ac7e2746580c69aa159ff81bed8402b61fe9f61f3342938d6e2a
3
+ size 218249344
runs/Mar25_10-15-33_7cb2519f8d33/events.out.tfevents.1711361737.7cb2519f8d33.7223.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abd8eea96e8fade053064345d538c31489e424d46bc5ce8724759dfb6b1530a3
3
- size 5136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d0e0d0808d3d433d390d522c40905cb3d9df778b2305f41a32068280429b52
3
+ size 5490
runs/Mar25_15-37-08_21b37dc907a2/events.out.tfevents.1711381032.21b37dc907a2.4143.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71565710b00bc6d8a4e478221313dcc5a11d3942f6574b7ad113a8c4417a7325
3
+ size 4995
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00093e97dcead9ebde093c60dd0a716d6da4343c262cb1c3788a559146599d29
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fe6a9709ab1107dcdfacad5c96386124ea75443fa03c2f01b6a0846c63ba6ce
3
  size 4984