Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model
|
| 2 |
|
| 3 |
-
[code2seq](https://github.com/tech-srl/code2seq) model trained on a combination of `Spider/Train` and `WikiSQL`.
|
| 4 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- xlangai/spider
|
| 5 |
+
- Salesforce/wikisql
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
---
|
| 9 |
# Model
|
| 10 |
|
| 11 |
+
[code2seq](https://github.com/tech-srl/code2seq) model trained on a combination of `Spider/Train` and `WikiSQL`.
|
|
|