Skip to content

Commit

Permalink
Update config.rhai
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic789654 authored Nov 8, 2024
1 parent d3ac3c1 commit 90ff92e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/config.rhai
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let titles_type = ["Dataset", "Survey", "Review", "Overview"];
let titles_model = ["BERT", "GPT", "Transformer"];
let titles_method = ["Pre-train", "Pretrain", "Prompt", "Self-Supervised"];
let titles_method = ["CoT", "Agent", "Prompt", "KV"];
let titles = titles_model + titles_method + titles_type;
let authors_array = ["Yann LeCun", "Geoffrey Hinton", "Yoshua Bengio"];
let authors_array = ["Song Han", "Beidi Chen", "Tong Zhang"];

let conferences = [
// AI
Expand Down Expand Up @@ -37,4 +37,4 @@ let authors_rg = authors_array.reduce(|sum, v| sum + "|" + v, start);

export title_rg;
export authors_rg;
export conferences_rg;
export conferences_rg;

0 comments on commit 90ff92e

Please sign in to comment.