Skip to content

Commit

Permalink
Anonymized leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
zeynepyirmibes committed Feb 10, 2024
1 parent 5953523 commit db0d240
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions experiments/generation_conf/class_prod_reviews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ task: classification
max_input_length: 20
max_target_length: 4
num_labels: 2
model_path: /stratch/bounllm/finetuned-models/ul2tr/classification/cg/tr_product_reviews/
tokenizer_path: /stratch/bounllm/pretrained_checkpoints/ckpt-1.74M
model_path: /finetuned-models/turna/classification/cg/tr_product_reviews/
tokenizer_path: /pretrained_checkpoints/ckpt-1.74M
test_params:
per_device_eval_batch_size: 32 # for ultramarine
output_dir: /stratch/bounllm/finetuned-models/ul2tr/classification/cg/tr_product_reviews/
output_dir: /finetuned-models/turna/classification/cg/tr_product_reviews/

6 changes: 3 additions & 3 deletions experiments/generation_conf/class_ttc4900.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ task: classification
max_input_length: 1450
max_target_length: 8
num_labels: 7
model_path: /stratch/bounllm/finetuned-models/ul2tr/classification/cg/ttc4900
tokenizer_path: /stratch/bounllm/pretrained_checkpoints/ckpt-1.74M
model_path: /finetuned-models/turna/classification/cg/ttc4900
tokenizer_path: /pretrained_checkpoints/ckpt-1.74M
test_params:
per_device_eval_batch_size: 2 # for ultramarine
output_dir: /stratch/bounllm/finetuned-models/ul2tr/classification/cg/ttc4900
output_dir: /finetuned-models/turna/classification/cg/ttc4900


6 changes: 3 additions & 3 deletions experiments/generation_conf/nli_tr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ task: nli
max_input_length: 128
max_target_length: 8
num_labels: 3
tokenizer_path: '/stratch/bounllm/pretrained_checkpoints/ckpt-1.74M'
model_path: /stratch/bounllm/finetuned-models/ul2tr/nli/nli_tr/
tokenizer_path: '/pretrained_checkpoints/ckpt-1.74M'
model_path: /finetuned-models/turna/nli/nli_tr/
test_params:
per_device_eval_batch_size: 32 # for ultramarine
output_dir: /stratch/bounllm/finetuned-models/ul2tr/nli/nli_tr/
output_dir: /finetuned-models/turna/nli/nli_tr/

0 comments on commit db0d240

Please sign in to comment.