Skip to content

Commit

Permalink
updated config file
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank committed Aug 20, 2024
1 parent 2f801fd commit 3f79edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ exp_run: 4 # [Required] experiment run to compare

# DATA
data:
train_datapath: '/home/shashank/repos/sentiment_classification/data/amazon_reviews_train.csv' # [Required] training data path
val_datapath: '/home/shashank/repos/sentiment_classification/data/amazon_reviews_val.csv' # [Required] validation data path
test_datapath: '/home/shashank/repos/sentiment_classification/data/amazon_reviews_test.csv' # [Required] testing data path
train_datapath: '/home/shashank/repos/varformers/data/amazon_reviews_train.csv' # [Required] training data path
val_datapath: '/home/shashank/repos/varformers/data/amazon_reviews_val.csv' # [Required] validation data path
test_datapath: '/home/shashank/repos/varformers/data/amazon_reviews_test.csv' # [Required] testing data path
target: sentiment # [Required] target to perform classification on. Must be present as a column_name in adata.obs

model:
Expand Down

0 comments on commit 3f79edb

Please sign in to comment.