juanfra218
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ A fine-tuned version of the Google T5 model, specifically trained for the task o
|
|
8 |
|
9 |
## Model Details
|
10 |
|
11 |
-
- **Architecture**: Google T5 (Text-to-Text Transfer Transformer)
|
12 |
- **Task**: Text to SQL Translation
|
13 |
- **Fine-Tuning Datasets**:
|
14 |
- [sql-create-context Dataset](https://huggingface.co/datasets/b-mc2/sql-create-context)
|
@@ -46,7 +46,7 @@ A fine-tuned version of the Google T5 model, specifically trained for the task o
|
|
46 |
|
47 |
## Ongoing Work
|
48 |
|
49 |
-
|
50 |
|
51 |
- Citation:
|
52 |
```bibtex
|
|
|
8 |
|
9 |
## Model Details
|
10 |
|
11 |
+
- **Architecture**: Google T5 Base (Text-to-Text Transfer Transformer)
|
12 |
- **Task**: Text to SQL Translation
|
13 |
- **Fine-Tuning Datasets**:
|
14 |
- [sql-create-context Dataset](https://huggingface.co/datasets/b-mc2/sql-create-context)
|
|
|
46 |
|
47 |
## Ongoing Work
|
48 |
|
49 |
+
Currently working to implement PICARD (Parsing Incrementally for Constrained Auto-Regressive Decoding from Language Models) to improve the results of this model. More details can be found in the original PICARD paper:
|
50 |
|
51 |
- Citation:
|
52 |
```bibtex
|