Commit
·
642351f
1
Parent(s):
f5601e6
First version of model and tokenizer.
Browse files- README.md +2 -0
- perfectlybaked/flant5-dolly-QnA/config.json → config.json +0 -0
- perfectlybaked/flant5-dolly-QnA/generation_config.json → generation_config.json +0 -0
- perfectlybaked/flant5-dolly-QnA/pytorch_model.bin → pytorch_model.bin +1 -1
- perfectlybaked/flant5-dolly-QnA/special_tokens_map.json → special_tokens_map.json +0 -0
- perfectlybaked/flant5-dolly-QnA/spiece.model → spiece.model +0 -0
- perfectlybaked/flant5-dolly-QnA/tokenizer_config.json → tokenizer_config.json +0 -0
- perfectlybaked/flant5-dolly-QnA/training_args.bin → training_args.bin +0 -0
README.md
CHANGED
@@ -1 +1,3 @@
|
|
1 |
FlanT5 finetuned on databricks dolly-15k dataset for QnA
|
|
|
|
|
|
1 |
FlanT5 finetuned on databricks dolly-15k dataset for QnA
|
2 |
+
FlanT5 finetuned on databricks dolly-15k dataset for QnA
|
3 |
+
FlanT5 finetuned on databricks dolly-15k dataset for QnA
|
perfectlybaked/flant5-dolly-QnA/config.json → config.json
RENAMED
File without changes
|
perfectlybaked/flant5-dolly-QnA/generation_config.json → generation_config.json
RENAMED
File without changes
|
perfectlybaked/flant5-dolly-QnA/pytorch_model.bin → pytorch_model.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990408885
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0661e35a1533b0aaab382b61d8e03eaa703f16d3a0b2fa21866a6c1a7211fcef
|
3 |
size 990408885
|
perfectlybaked/flant5-dolly-QnA/special_tokens_map.json → special_tokens_map.json
RENAMED
File without changes
|
perfectlybaked/flant5-dolly-QnA/spiece.model → spiece.model
RENAMED
File without changes
|
perfectlybaked/flant5-dolly-QnA/tokenizer_config.json → tokenizer_config.json
RENAMED
File without changes
|
perfectlybaked/flant5-dolly-QnA/training_args.bin → training_args.bin
RENAMED
File without changes
|