juanfra218 commited on
Commit
a3cc44d
·
verified ·
1 Parent(s): 16dc67c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- I am 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
 
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