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

evaluating_const.py 290 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. import os
  2. BASE_PATH = os.getcwd()
  3. PROCESSED_VAL_PATH = os.path.join(BASE_PATH,'task-2-data-processing/data/processed-data/val')
  4. PRED_PATH = os.path.join(BASE_PATH,'task-4-evaluating/eval/predictions')
  5. DH_LOG_MET_PATH = os.path.join(BASE_PATH,'task-4-evaluating/eval/metrics/metrics.csv')
Tip!

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

Comments

Loading...