devanshrj commited on
Commit
04af5a3
1 Parent(s): f03a35e

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -60,7 +60,7 @@
60
  "position_biased_input": false,
61
  "relative_attention": true,
62
  "torch_dtype": "float32",
63
- "transformers_version": "4.34.0",
64
  "type_vocab_size": 0,
65
  "vocab_size": 50265
66
  }
 
60
  "position_biased_input": false,
61
  "relative_attention": true,
62
  "torch_dtype": "float32",
63
+ "transformers_version": "4.34.1",
64
  "type_vocab_size": 0,
65
  "vocab_size": 50265
66
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6bf5071b97a7c2668ed2ccc6d5e8e1b1e926a301fb7afcdd88eca9613da87d4c
3
  size 554521634
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acf4a66e22f02d08c58977428ccd49ba120dac755da384534acfcb752c861778
3
  size 554521634
special_tokens_map.json CHANGED
@@ -1,9 +1,51 @@
1
  {
2
- "bos_token": "[CLS]",
3
- "cls_token": "[CLS]",
4
- "eos_token": "[SEP]",
5
- "mask_token": "[MASK]",
6
- "pad_token": "[PAD]",
7
- "sep_token": "[SEP]",
8
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
tokenizer_config.json CHANGED
@@ -42,7 +42,6 @@
42
  "special": true
43
  }
44
  },
45
- "additional_special_tokens": [],
46
  "bos_token": "[CLS]",
47
  "clean_up_tokenization_spaces": true,
48
  "cls_token": "[CLS]",
 
42
  "special": true
43
  }
44
  },
 
45
  "bos_token": "[CLS]",
46
  "clean_up_tokenization_spaces": true,
47
  "cls_token": "[CLS]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a02c4d9747044678b570b6c5b861f08b63067e0c2fa3c282aedda0d17d273e76
3
- size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:355f13985a9e31515a3e1434263bad762a4921876fe6868f610280d271fc6504
3
+ size 4472