wanderer2k1
commited on
Commit
•
ca3b649
1
Parent(s):
9f3fac5
Upload T5ForConditionalGeneration
Browse files- README.md +1 -1
- config.json +1 -1
- generation_config.json +1 -0
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: VietAI/vit5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
model-index:
|
7 |
- name: t5-flan-base-query-rewriter
|
8 |
results: []
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
base_model: VietAI/vit5-base
|
6 |
model-index:
|
7 |
- name: t5-flan-base-query-rewriter
|
8 |
results: []
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/workspace/query_handler/query_rewrite/model/t5-flan-base-query-rewriter2/checkpoint-1234",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
generation_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 903834408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4feba998da1ea7e4c0cf1fed408f357eb87c90172ce9627ce0e157deb694737d
|
3 |
size 903834408
|