rgallardo commited on
Commit
e092789
1 Parent(s): 030817f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Fine-tuned LongT5 for Conversational QA
2
+
3
+ This model is a fine-tuned version of [long-t5-tglobal-base](https://huggingface.co/google/long-t5-tglobal-base) for the task of Conversational QA. The model was fine-tuned on the [SQuADv2](https://huggingface.co/datasets/squad_v2) and [CoQA](https://huggingface.co/datasets/coqa) datasets and on Tryolabs' own custom dataset, [TryoCoQA](https://github.com/tryolabs/TryoCoQA).
4
+
5
+ An export of this model to the ONNX format is available at [tryolabs/long-t5-tglobal-base-blogpost-cqa-onnx](https://huggingface.co/tryolabs/long-t5-tglobal-base-blogpost-cqa-onnx).
6
+
7
+ You can find the details on how we fine-tuned the model and built TryoCoQA on our blog post!
8
+
9
+ You can also play with the model on the following [space](https://huggingface.co/spaces/tryolabs/blogpost-cqa).
10
+
11
+ ## Results
12
+
13
+ * Fine-tuning for x epochs on SQuADv2 and CoQA combined achieved a xx F1 score on the test set.
14
+ * Fine-tuning for x epochs on TryoCoQA achieved a xx F1 score on the test set.