Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- avinot/schema-summarization_spider
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
metrics:
|
| 7 |
+
- bleu
|
| 8 |
+
- rouge
|
| 9 |
+
base_model:
|
| 10 |
+
- google/long-t5-tglobal-base
|
| 11 |
+
pipeline_tag: translation
|
| 12 |
+
tags:
|
| 13 |
+
- schema-summarization
|
| 14 |
+
---
|