alpcaferoglu commited on
Commit
ae5781f
·
1 Parent(s): fde0cf4

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:297e609d520d00a24887cb1088224700ae181508fc5a992bf1ab3d07b23bdadd
3
  size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be415fb1ff27f44e509e274720c0b2552837ca86553a6ab94f978d61e6ea3a40
3
  size 267835644
runs/Dec10_09-01-11_766dda3a3847/events.out.tfevents.1702198872.766dda3a3847.594.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0660018504b5029542aabf1bb059efed95bca9e3f708bda301f7bc27ec1b9ea
3
- size 7327
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add6f605cfe1dbd2f676083bec918a74a01c1a7ee6565863fe51ea09e5688d73
3
+ size 8310
runs/Dec10_09-01-11_766dda3a3847/events.out.tfevents.1702199743.766dda3a3847.594.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16460387db60fb5c11b0db0340beb1f1ad8134e0108c5795340d7cfce6e443f5
3
+ size 560
runs/Dec10_09-18-41_766dda3a3847/events.out.tfevents.1702199922.766dda3a3847.594.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961905cd6d648d73ae9b5eda6e412f3ecf3f7787e3a7f62e1f90fadcd98d0a4f
3
+ size 4967
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
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:fb6a935b8134cd243c7a6b730fd37ac32f99e1e24eec300aa469e20e18234392
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60fb29729c0bc4571ef2437e296e9b297c4c2e1c6e5213aacbe556da580a2ea
3
  size 4792
vocab.txt ADDED
The diff for this file is too large to render. See raw diff