GithubHelp home page GithubHelp logo

Timestamp Functionality about resdsql HOT 5 CLOSED

PiranavS avatar PiranavS commented on July 23, 2024
Timestamp Functionality

from resdsql.

Comments (5)

PiranavS avatar PiranavS commented on July 23, 2024

And is there a way to run single test case inference on the cross-encoder alone? How do I input a question and the corresponding columns and get the reduced input sequence to the decoder.

from resdsql.

lihaoyang-ruc avatar lihaoyang-ruc commented on July 23, 2024

Hey, I would like to know what to do, to train the model with data so that it supports timestamps functionality as like in Druid SQL interface for example. Is there a way to do add timestamps functionality as well.

Maybe you have to train RESDSQL on your dataset with SQL queries that use the timestamp function. The checkpoints we released were trained on Spider and it only supports the following SQL keywords: ['SELECT', 'FROM', 'WHERE', 'GROUP', 'ORDER', 'LIMIT', 'INTERSECT', 'UNION', 'EXCEPT', 'JOIN', 'ON', 'AS', 'NOT', 'BETWEEN', 'IN', 'LIKE', 'IS', 'EXISTS', 'MAX', 'MIN', 'COUNT', 'SUM', 'AVG', 'AND', 'OR', 'DESC', 'ASC'].

from resdsql.

lihaoyang-ruc avatar lihaoyang-ruc commented on July 23, 2024

And is there a way to run single test case inference on the cross-encoder alone? How do I input a question and the corresponding columns and get the reduced input sequence to the decoder.

No, the input of the cross-encoder is a preprocessed dataset, so you should run preprocessing.py on your dataset before running the cross-encoder.

from resdsql.

PiranavS avatar PiranavS commented on July 23, 2024

Hey, I would like to know what to do, to train the model with data so that it supports timestamps functionality as like in Druid SQL interface for example. Is there a way to do add timestamps functionality as well.

Maybe you have to train RESDSQL on your dataset with SQL queries that use the timestamp function. The checkpoints we released were trained on Spider and it only supports the following SQL keywords: ['SELECT', 'FROM', 'WHERE', 'GROUP', 'ORDER', 'LIMIT', 'INTERSECT', 'UNION', 'EXCEPT', 'JOIN', 'ON', 'AS', 'NOT', 'BETWEEN', 'IN', 'LIKE', 'IS', 'EXISTS', 'MAX', 'MIN', 'COUNT', 'SUM', 'AVG', 'AND', 'OR', 'DESC', 'ASC'].

To do training with your code for such a case, should I just add the functions for which I need support in the sql keywords list in the preprocessing.py file or are there more changes that are needed to be done?

from resdsql.

lihaoyang-ruc avatar lihaoyang-ruc commented on July 23, 2024

Hi, the sql_keywords recorded in preprocessing.py is just to remind me which SQL keywords are involved in the Spider dataset, it is not used by other files, so you don't need to make any changes.

from resdsql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.