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

dvc.lock 639 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
23
24
25
26
  1. schema: '2.0'
  2. stages:
  3. train:
  4. cmd: python3 src/train.py
  5. deps:
  6. - path: data/processed
  7. md5: 35d7d0c50280ca7ceed14720b3caf635.dir
  8. size: 136492070
  9. nfiles: 6003
  10. - path: src/config.py
  11. md5: 327c096fc0fc073c28020e4362ee6858
  12. size: 492
  13. - path: src/train.py
  14. md5: 753999bc253ae92bc00af453fd109dc3
  15. size: 4526
  16. outs:
  17. - path: metrics.csv
  18. md5: d7fa4ed0a7b034af0dccb4527c12bbde
  19. size: 115
  20. - path: models
  21. md5: fdf83365ff0ba88c15ffe2a4373ab88b.dir
  22. size: 10178858
  23. nfiles: 4
  24. - path: params.yml
  25. md5: 15f8056f1bac19ad37fe495257ffbc53
  26. size: 46
Tip!

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

Comments

Loading...