Instructions to use KeLiu/QETRA_Python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KeLiu/QETRA_Python with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KeLiu/QETRA_Python") model = AutoModelForSeq2SeqLM.from_pretrained("KeLiu/QETRA_Python") - Notebooks
- Google Colab
- Kaggle
Upload eval_results.txt
Browse files- eval_results.txt +2 -0
eval_results.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Rouge_L = 0.6562245073449203
|
| 2 |
+
eval_loss = 0.9812950913841275
|