badokorach commited on
Commit
dc3bc78
·
1 Parent(s): bb01ca2

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/flan-t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "badokorach/flan-t5-small-qa",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:884a2aeec29312fff68bbf14c92bdfca11872d24123675d8228558d1f555b935
3
  size 307910149
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1616dcc02c9273bce8e58df6e1ae3878782de466147e9f4056225b232370071e
3
  size 307910149
tokenizer_config.json CHANGED
@@ -104,9 +104,16 @@
104
  "clean_up_tokenization_spaces": true,
105
  "eos_token": "</s>",
106
  "extra_ids": 100,
 
107
  "model_max_length": 512,
 
108
  "pad_token": "<pad>",
 
 
109
  "sp_model_kwargs": {},
 
110
  "tokenizer_class": "T5Tokenizer",
 
 
111
  "unk_token": "<unk>"
112
  }
 
104
  "clean_up_tokenization_spaces": true,
105
  "eos_token": "</s>",
106
  "extra_ids": 100,
107
+ "max_length": 512,
108
  "model_max_length": 512,
109
+ "pad_to_multiple_of": null,
110
  "pad_token": "<pad>",
111
+ "pad_token_type_id": 0,
112
+ "padding_side": "right",
113
  "sp_model_kwargs": {},
114
+ "stride": 0,
115
  "tokenizer_class": "T5Tokenizer",
116
+ "truncation_side": "right",
117
+ "truncation_strategy": "longest_first",
118
  "unk_token": "<unk>"
119
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e25d64f786041a83913e42ae972884422392c211e81f494dbf810bc9d2488c6c
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65e0f2ba1fbb1643831a53c191dcc2721c41f8520db8f85ef508c9063103c8f2
3
  size 4027