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 524 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
  1. schema: '2.0'
  2. stages:
  3. prepare:
  4. cmd: python src/prepare.py data/data.xml
  5. deps:
  6. - path: data/data.xml
  7. hash: md5
  8. md5: 22a1a2931c8370d3aeedd7183606fd7f
  9. size: 14445097
  10. - path: src/prepare.py
  11. hash: md5
  12. md5: f54d670ac8a4f63206781fc31d1f2651
  13. size: 2231
  14. params:
  15. params.yaml:
  16. prepare.seed: 20170428
  17. prepare.split: 0.2
  18. outs:
  19. - path: data/prepared
  20. hash: md5
  21. md5: 153aad06d376b6595932470e459ef42a.dir
  22. size: 8437363
  23. nfiles: 2
Tip!

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

Comments

Loading...