Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,11 @@ Given a natural language description as input, the model outputs the a SQL claus
|
|
| 10 |
| Language | C++, Java, Python, Rust |
|
| 11 |
| Library | PyTorch, AllenNLP |
|
| 12 |
| License | MIT License |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
| Operating System | Linux, macOS, Windows |
|
| 14 |
|
| 15 |
|
|
@@ -19,3 +24,6 @@ Paper: [https://arxiv.org/abs/2305.07372](https://arxiv.org/abs/2305.07372)
|
|
| 19 |
|
| 20 |
Code: [https://github.com/magic-YuanTian/STEPS](https://github.com/magic-YuanTian/STEPS)
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
| Language | C++, Java, Python, Rust |
|
| 11 |
| Library | PyTorch, AllenNLP |
|
| 12 |
| License | MIT License |
|
| 13 |
+
| Architecture | Transformer, rule-based |
|
| 14 |
+
| Dataset | 83K synthetic dataset |
|
| 15 |
+
| Optimizer | Adam |
|
| 16 |
+
| Learning rate | 1.8e-4 |
|
| 17 |
+
| Dropout rate | 0.1 |
|
| 18 |
| Operating System | Linux, macOS, Windows |
|
| 19 |
|
| 20 |
|
|
|
|
| 24 |
|
| 25 |
Code: [https://github.com/magic-YuanTian/STEPS](https://github.com/magic-YuanTian/STEPS)
|
| 26 |
|
| 27 |
+
Dataset: [https://drive.google.com/file/d/1f1fnJK2vGuRpaQOeMlBD10tQMDH3dR83/view?pli=1)(https://github.com/magic-YuanTian/STEPS)
|
| 28 |
+
|
| 29 |
+
|