Skip to content

Commit

Permalink
fix gin config files
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaw99 committed May 24, 2023
1 parent fcde3d2 commit fd8253f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 53 deletions.
50 changes: 0 additions & 50 deletions configs/boolq_adapters.gin

This file was deleted.

2 changes: 1 addition & 1 deletion configs/olid_adapter.gin
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Prompts.num_prompt_template = 7
# Explanation Params

# Conversation params
Conversation.class_names = {1: "True", 0: "False"}
Conversation.class_names = {1: "offensive", 0: "non-offensive"}

# Dataset description
DatasetDescription.dataset_objective = "predict to answer offensive/non-offensive attitude based on tweets"
Expand Down
2 changes: 1 addition & 1 deletion configs/olid_flan-t5.gin
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Prompts.num_prompt_template = 7
# Explanation Params

# Conversation params
Conversation.class_names = {1: "True", 0: "False"}
Conversation.class_names = {1: "offensive", 0: "non-offensive"}

# Dataset description
DatasetDescription.dataset_objective = "predict to answer offensive/non-offensive attitude based on tweets"
Expand Down
2 changes: 1 addition & 1 deletion configs/olid_nn.gin
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Prompts.num_prompt_template = 7
# Explanation Params

# Conversation params
Conversation.class_names = {1: "True", 0: "False"}
Conversation.class_names = {1: "offensive", 0: "non-offensive"}

# Dataset description
DatasetDescription.dataset_objective = "predict to answer offensive/non-offensive attitude based on tweets"
Expand Down

0 comments on commit fd8253f

Please sign in to comment.