handraise-dev commited on
Commit
93aba03
·
verified ·
1 Parent(s): dbc2eb8

Training in progress, epoch 3

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c75521edb341ddcb38a341294f7daa0c0ce8347a59f8106ab21a9357efdadedc
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f734c198ef435a68b245870e4fe0fdfc34db2b6b6e9fbbcf6c8d61429d14433c
3
  size 267832560
runs/Jul09_12-59-00_Wess-MacBook-Pro.local/events.out.tfevents.1720547941.Wess-MacBook-Pro.local CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ce7d1b42c80c8b244ba72657c55f83126d0ac09ab8ec9acec975645111004e7
3
- size 4903
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe1429cf4860f453f9ad3de54036c0be0f0ea73c5034da3c392fe54f8673a29
3
+ size 6114
runs/Jul09_14-27-15_Wess-MBP.attlocal.net/events.out.tfevents.1720553235.Wess-MBP.attlocal.net ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b82c5fc1d91e1695b5ca1fec651840d12748db824ee94ef62d540877f1161afe
3
+ size 4902
runs/Jul09_14-29-09_Wess-MBP.attlocal.net/events.out.tfevents.1720553349.Wess-MBP.attlocal.net ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ba746c9ad200001e03e461844bff895eadc24d486c37b04b50198458d7c783
3
+ size 5343
special_tokens_map.json CHANGED
@@ -1,37 +1,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
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer_config.json CHANGED
@@ -45,15 +45,11 @@
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
- "max_length": 512,
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
52
- "stride": 0,
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
  "tokenizer_class": "DistilBertTokenizer",
56
- "truncation_side": "right",
57
- "truncation_strategy": "longest_first",
58
  "unk_token": "[UNK]"
59
  }
 
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a6e1bbf95a5701f31357a90d21a8ce27e448a009e59f2c82500e4f20113f302
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0cd0e7a7372d6f21e0b61d6249a5374fb30e37f1cf1b7d1d5e00270e3e82aa9
3
  size 5112