vvn commited on
Commit
a0f3491
·
1 Parent(s): 44201a8

Created Model Card

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ BART Large CNN model trained for converting NLP queries to SQL queries.
2
+ The model was trained on the Spider dataset Link: https://yale-lily.github.io/spider
3
+
4
+ The model was trained using Google colab.
5
+
6
+ Hyperparameters:
7
+ num_epochs = 3
8
+ learning rate = 1e-5
9
+ batch_size = 8
10
+ weight_decay = 0.01
11
+ max_input_length = 256
12
+ max_target_length = 256