Kevin commited on
Commit
ad63f5c
1 Parent(s): f6524b4

update model

Browse files
.gitattributes CHANGED
@@ -32,3 +32,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zst filter=lfs diff=lfs merge=lfs -text
33
  *tfevents* filter=lfs diff=lfs merge=lfs -text
34
  pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
 
 
 
 
32
  *.zst filter=lfs diff=lfs merge=lfs -text
33
  *tfevents* filter=lfs diff=lfs merge=lfs -text
34
  pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
35
+ decoder_model.onnx filter=lfs diff=lfs merge=lfs -text
36
+ decoder_with_past_model.onnx filter=lfs diff=lfs merge=lfs -text
37
+ encoder_model.onnx filter=lfs diff=lfs merge=lfs -text
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "juierror/flan-t5-text2sql-with-schema",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "kevinng77/text_to_sql_t5_distill",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
decoder_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45854c853db85bdb333ccc176c48b1d021503b852cc9ff4aa3ec43fc4fe61e4c
3
+ size 650683382
decoder_with_past_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff52f40608db6ff79a0bc227bb31062d9f5c293c91facc1145fb7d3c4be3d61
3
+ size 594031728
encoder_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23105261d8d70439b30e73f53d6f534e88fa7bb62af2d8e5ce6b08b2d21867db
3
+ size 438614444
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 0,
14
- "pad_type_id": 0,
15
- "pad_token": "<pad>"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,