LLM: 7 Prompt Training Dataset
(for use in the LLM - Detect AI Generated Text competition)
@kaggle.carlmcbrideellis_llm_7_prompt_training_dataset
(for use in the LLM - Detect AI Generated Text competition)
@kaggle.carlmcbrideellis_llm_7_prompt_training_dataset
CREATE TABLE train_essays_7_prompts (
"text" VARCHAR,
"label" BIGINT
);
CREATE TABLE train_essays_7_prompts_v2 (
"text" VARCHAR,
"label" BIGINT
);
CREATE TABLE train_essays_rdizzl3_seven_v1 (
"text" VARCHAR,
"label" BIGINT
);
CREATE TABLE train_essays_rdizzl3_seven_v2 (
"text" VARCHAR,
"label" BIGINT
);
Anyone who has the link will be able to view this.