Ouafae commited on
Commit
194a3cb
·
verified ·
1 Parent(s): 12b041f

Training in progress, step 500

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c46761981f0b94fb0a1991c034c6279f4dfdb4c1c67cbc615ca3ad4cd529a76
3
  size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44257b064e8aaf9f83b61567656a343a5a91f6c84e86c0f2763042faf56c382c
3
  size 265470032
runs/Nov15_10-46-50_ba6ff23618d5/events.out.tfevents.1731667610.ba6ff23618d5.30.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55366ec7052edd4156ec651a1a0b77e22f09970aae46a974aaaf46c6a449449e
3
+ size 4837
runs/Nov15_11-26-29_ba6ff23618d5/events.out.tfevents.1731669990.ba6ff23618d5.30.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d754d6595ac221690f8c258487df22dd36310c5d000df13ce8a1cc9312d9c3bd
3
+ size 4853
runs/Nov15_11-27-41_ba6ff23618d5/events.out.tfevents.1731670062.ba6ff23618d5.30.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf90f983d2574c3eeca14e13c9f27a0e6d93fd253fd7a7bab9dd031b363f0a6d
3
+ size 7256
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_config.json CHANGED
@@ -45,11 +45,18 @@
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
 
48
  "model_max_length": 512,
 
49
  "pad_token": "[PAD]",
 
 
50
  "sep_token": "[SEP]",
 
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
  "tokenizer_class": "DistilBertTokenizer",
 
 
54
  "unk_token": "[UNK]"
55
  }
 
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
+ "max_length": 384,
49
  "model_max_length": 512,
50
+ "pad_to_multiple_of": null,
51
  "pad_token": "[PAD]",
52
+ "pad_token_type_id": 0,
53
+ "padding_side": "right",
54
  "sep_token": "[SEP]",
55
+ "stride": 0,
56
  "strip_accents": null,
57
  "tokenize_chinese_chars": true,
58
  "tokenizer_class": "DistilBertTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "only_second",
61
  "unk_token": "[UNK]"
62
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5585eff1e3dfdc0bfc0e486e3505b099f1792ad3243f7cd0a8ef069388f00145
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4a4702e8d736eb13e97b14470dcba6d64845926a0faac910c7c0c36bf48bbb
3
+ size 5240