Upgrade to simplified model with less training data. azure-river-73 training run in w&b
Browse files- config.json +1 -7
- onnx/decoder_model.onnx +1 -1
- onnx/decoder_model_merged.onnx +1 -1
- onnx/decoder_model_merged_fp16.onnx +0 -3
- onnx/decoder_model_merged_quantized.onnx +1 -1
- onnx/decoder_model_quantized.onnx +1 -1
- onnx/decoder_with_past_model.onnx +2 -2
- onnx/decoder_with_past_model_quantized.onnx +2 -2
- onnx/encoder_model.onnx +1 -1
- onnx/encoder_model_fp16.onnx +0 -3
- onnx/encoder_model_quantized.onnx +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "flan-t5-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -35,12 +35,6 @@
|
|
35 |
"num_beams": 4,
|
36 |
"prefix": "summarize: "
|
37 |
},
|
38 |
-
"text2text-generation": {
|
39 |
-
"early_stopping": true,
|
40 |
-
"max_length": 300,
|
41 |
-
"num_beams": 4,
|
42 |
-
"prefix": "Generate a topic from these web titles: \n"
|
43 |
-
},
|
44 |
"translation_en_to_de": {
|
45 |
"early_stopping": true,
|
46 |
"max_length": 300,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "flan-t5-smallv3",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
35 |
"num_beams": 4,
|
36 |
"prefix": "summarize: "
|
37 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"translation_en_to_de": {
|
39 |
"early_stopping": true,
|
40 |
"max_length": 300,
|
onnx/decoder_model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 232559765
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2b32514558c2819b79b6d6f4b2a0c4c0f2fb92ca182d18330305a176d833a04
|
3 |
size 232559765
|
onnx/decoder_model_merged.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 232798796
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0d14b85e89e14f36651cafecccb83c62c1a5d5e14bf6f4c2297d1426984be6e
|
3 |
size 232798796
|
onnx/decoder_model_merged_fp16.onnx
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0eab39b78ecabe09b7ce76064b6c2cfcac5f01cc1220593049312a411635a585
|
3 |
-
size 226541360
|
|
|
|
|
|
|
|
onnx/decoder_model_merged_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 59198001
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2332397b83928047486d8fbd274e56e1aa1eec1fbc93170164c799153ca02416
|
3 |
size 59198001
|
onnx/decoder_model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 58868682
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1aa6f9b37ef87b48cd1a9d3f966cd6d9598bf773080b01484d2b4fea0d14bf4
|
3 |
size 58868682
|
onnx/decoder_with_past_model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a718f760b0972e5235606a4b9f89fe65e904fe7ba571800f650eb7cfd57fcf7b
|
3 |
+
size 219930693
|
onnx/decoder_with_past_model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6afda2149434c2d4952ce883f2571111b189ed848f53ede4d70f3665ab344b76
|
3 |
+
size 55630371
|
onnx/encoder_model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 141467235
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b02f9f113f77abb3f79d15fa7ebf364dda0bc5b3643fdf1ca61178eff868a826
|
3 |
size 141467235
|
onnx/encoder_model_fp16.onnx
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b3ea85f074a38a6cd266b681d2339793bae37259af04d3501c6917d2aeda6999
|
3 |
-
size 70801478
|
|
|
|
|
|
|
|
onnx/encoder_model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 35726832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24607b6da0f6507159c9533ba5afb39fcd5c398fe9f64c7fcb203a3007dcaa57
|
3 |
size 35726832
|