KalaiselvanD commited on
Commit
f7fa2e3
1 Parent(s): ed6a55e

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:60f726f6d54b06f72f38b4e7b9d109ba8c59792ef99c6110ef8b7c062864fe57
3
  size 46746988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d2592166fc6704e1ddbbd0bbb58bd822aa596ec01e3de9d0dd60499c9be50a3
3
  size 46746988
runs/Apr23_06-49-29_fab8c8c5b8db/events.out.tfevents.1713855160.fab8c8c5b8db.215.32 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e573236882b419ac5892f5f210af7d374b4803ab591a5875ec12459a47000e39
3
+ size 405
runs/Apr23_06-58-26_fab8c8c5b8db/events.out.tfevents.1713855506.fab8c8c5b8db.215.33 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee14f90b6d785b47fc05d9827e92c62bd9975f3a750c3bb17750f7de35d0a3b
3
+ size 5304
special_tokens_map.json CHANGED
@@ -1,7 +1,25 @@
1
  {
2
- "bos_token": "[CLS]",
3
- "cls_token": "[CLS]",
4
- "eos_token": "[SEP]",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "mask_token": {
6
  "content": "[MASK]",
7
  "lstrip": true,
@@ -9,7 +27,25 @@
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
- "pad_token": "<pad>",
13
- "sep_token": "[SEP]",
14
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "mask_token": {
24
  "content": "[MASK]",
25
  "lstrip": true,
 
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
tokenizer_config.json CHANGED
@@ -48,10 +48,14 @@
48
  "eos_token": "[SEP]",
49
  "keep_accents": false,
50
  "mask_token": "[MASK]",
 
51
  "model_max_length": 512,
52
  "pad_token": "<pad>",
53
  "remove_space": true,
54
  "sep_token": "[SEP]",
 
55
  "tokenizer_class": "AlbertTokenizer",
 
 
56
  "unk_token": "<unk>"
57
  }
 
48
  "eos_token": "[SEP]",
49
  "keep_accents": false,
50
  "mask_token": "[MASK]",
51
+ "max_length": 512,
52
  "model_max_length": 512,
53
  "pad_token": "<pad>",
54
  "remove_space": true,
55
  "sep_token": "[SEP]",
56
+ "stride": 0,
57
  "tokenizer_class": "AlbertTokenizer",
58
+ "truncation_side": "right",
59
+ "truncation_strategy": "longest_first",
60
  "unk_token": "<unk>"
61
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:932790d78868a638862bb68d4d98428c597e4e9986ad3b0a1acf7aee070f18be
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b55a8e3db5338f60330ae94b33ea59113bab196ca30cab9f3ee4127ef5b963c
3
  size 4984