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

config.yaml 568 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. artifacts_root: artifacts
  2. data_ingestion:
  3. root_dir: artifacts/data_ingestion
  4. source_URL: https://drive.google.com/file/d/1TOxQN6ByLfRVztC7LEmTCkbNf1Pznrjz/view?usp=sharing
  5. local_data_file: artifacts/data_ingestion/data.zip
  6. unzip_dir: artifacts/data_ingestion
  7. prepare_base_model:
  8. root_dir: artifacts/prepare_base_model
  9. base_model_path: artifacts/prepare_base_model/base_model.h5
  10. updated_base_model_path: artifacts/prepare_base_model/base_model_updated.h5
  11. training:
  12. root_dir: artifacts/training
  13. trained_model_path: artifacts/training/model.h5
Tip!

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

Comments

Loading...