sreejith8100 commited on
Commit
85ce571
·
verified ·
1 Parent(s): cb2a8c9

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:40ee6be39a6821c5a5471e525fb6b5228e8c68266a93db8306ab9175b1b97343
3
  size 950257668
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43cb428d8acabad7ecf73fc19a58f4a2ad4593bbec1a6038186c5d55a32cae54
3
  size 950257668
runs/Sep28_05-33-31_007f0c8ad545/events.out.tfevents.1759037613.007f0c8ad545.18502.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:040167eac4d8951d99340c0f3f00f0a3dad824955c621dd11e80b4327203e720
3
+ size 8435
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
@@ -48,19 +48,12 @@
48
  "extra_special_tokens": {},
49
  "lowercase": false,
50
  "mask_token": "[MASK]",
51
- "max_length": 128,
52
  "model_max_length": 512,
53
  "never_split": null,
54
- "pad_to_multiple_of": null,
55
  "pad_token": "[PAD]",
56
- "pad_token_type_id": 0,
57
- "padding_side": "right",
58
  "sep_token": "[SEP]",
59
- "stride": 0,
60
  "strip_accents": false,
61
  "tokenize_chinese_chars": true,
62
  "tokenizer_class": "BertTokenizer",
63
- "truncation_side": "right",
64
- "truncation_strategy": "longest_first",
65
  "unk_token": "[UNK]"
66
  }
 
48
  "extra_special_tokens": {},
49
  "lowercase": false,
50
  "mask_token": "[MASK]",
 
51
  "model_max_length": 512,
52
  "never_split": null,
 
53
  "pad_token": "[PAD]",
 
 
54
  "sep_token": "[SEP]",
 
55
  "strip_accents": false,
56
  "tokenize_chinese_chars": true,
57
  "tokenizer_class": "BertTokenizer",
 
 
58
  "unk_token": "[UNK]"
59
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a80ab803a0c0ac01fc2a72df0d288eec51d5d131cd34cf45a0857bf02cc8bcb
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf05ca88a1e1f7c762b5ddfb500fb5e21ba853f77e030426332c0a0f07736024
3
  size 5777