Query Based Agricultural Data System (QuADS)
Agricultural Information System for Intent Classification and Slot Tagging
@kaggle.poojarajesh12_quads
Agricultural Information System for Intent Classification and Slot Tagging
@kaggle.poojarajesh12_quads
CREATE TABLE quads_test (
"intent" VARCHAR,
"sub_intent" VARCHAR,
"data" VARCHAR,
"slots" VARCHAR
);
CREATE TABLE quads_train (
"intent" VARCHAR,
"sub_intent" VARCHAR,
"data" VARCHAR,
"slots" VARCHAR
);
CREATE TABLE quads_validate (
"intent" VARCHAR,
"sub_intent" VARCHAR,
"data" VARCHAR,
"slots" VARCHAR
);
Anyone who has the link will be able to view this.