prajwalJumde commited on
Commit
f8c9616
1 Parent(s): 2008313

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +56 -7
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "allenai/longformer-base-4096",
3
  "architectures": [
4
  "LongformerForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "mrm8488/longformer-base-4096-finetuned-squadv2",
3
  "architectures": [
4
  "LongformerForQuestionAnswering"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd727afd5aa8b744989b66a053d09113c3ad0d7029b2c77d4372f534edad558b
3
  size 592376265
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:779ffed91c8d44a977b9b776194786cca881c7ca44805b05e77b1adde0c33feb
3
  size 592376265
tokenizer_config.json CHANGED
@@ -1,15 +1,64 @@
1
  {
2
  "add_prefix_space": false,
3
- "bos_token": "<s>",
 
 
 
 
 
 
 
4
  "clean_up_tokenization_spaces": true,
5
- "cls_token": "<s>",
6
- "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  "errors": "replace",
8
- "mask_token": "<mask>",
 
 
 
 
 
 
 
9
  "model_max_length": 4096,
10
- "pad_token": "<pad>",
11
- "sep_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "tokenizer_class": "LongformerTokenizer",
13
  "trim_offsets": true,
14
- "unk_token": "<unk>"
 
 
 
 
 
 
 
15
  }
 
1
  {
2
  "add_prefix_space": false,
3
+ "bos_token": {
4
+ "__type": "AddedToken",
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
  "clean_up_tokenization_spaces": true,
12
+ "cls_token": {
13
+ "__type": "AddedToken",
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "eos_token": {
21
+ "__type": "AddedToken",
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
  "errors": "replace",
29
+ "mask_token": {
30
+ "__type": "AddedToken",
31
+ "content": "<mask>",
32
+ "lstrip": true,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
  "model_max_length": 4096,
38
+ "pad_token": {
39
+ "__type": "AddedToken",
40
+ "content": "<pad>",
41
+ "lstrip": false,
42
+ "normalized": true,
43
+ "rstrip": false,
44
+ "single_word": false
45
+ },
46
+ "sep_token": {
47
+ "__type": "AddedToken",
48
+ "content": "</s>",
49
+ "lstrip": false,
50
+ "normalized": true,
51
+ "rstrip": false,
52
+ "single_word": false
53
+ },
54
  "tokenizer_class": "LongformerTokenizer",
55
  "trim_offsets": true,
56
+ "unk_token": {
57
+ "__type": "AddedToken",
58
+ "content": "<unk>",
59
+ "lstrip": false,
60
+ "normalized": true,
61
+ "rstrip": false,
62
+ "single_word": false
63
+ }
64
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d655437ef89cadedfe0181cfc650085b808152cdc386be87ac1bcdb0944e7e8
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08f30f798eaa99bfc21138cead9d94e3ada3cc6fca5497c7ae6d687e7687b76e
3
  size 3963