Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

eval_forward.sh 267 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/bin/bash
  2. python -m molbart.evaluate \
  3. --data_path ../data/uspto_sep.pickle \
  4. --model_path saved_models/uspto_sep/span_aug/100_epochs/last.ckpt \
  5. --dataset uspto_sep \
  6. --task forward_prediction \
  7. --model_type bart \
  8. --batch_size 64 \
  9. --num_beams 10
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...