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 1.1 KB

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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  1. schema: '2.0'
  2. stages:
  3. prepare_data:
  4. cmd: python src/data_preparation.py
  5. deps:
  6. - path: data/raw
  7. md5: f2c7448614b9ec3d9e7e25dac874171f.dir
  8. size: 150828752
  9. nfiles: 1
  10. - path: src/config.py
  11. md5: 13ecb99040484d18289023b7c512df40
  12. size: 162
  13. outs:
  14. - path: data/processed
  15. md5: 9a20d5d016a1678a4d34920aa327835b.dir
  16. size: 152505303
  17. nfiles: 4
  18. augment_data:
  19. cmd: python src/data_augmentation.py
  20. deps:
  21. - path: data/processed
  22. md5: 9a20d5d016a1678a4d34920aa327835b.dir
  23. size: 152505303
  24. nfiles: 4
  25. - path: src/config.py
  26. md5: 13ecb99040484d18289023b7c512df40
  27. size: 162
  28. outs:
  29. - path: data/augmented
  30. md5: ec9ccf3b0890a8c30482cdc64955441c.dir
  31. size: 743103134
  32. nfiles: 8
  33. train_model:
  34. cmd: python src/train.py
  35. deps:
  36. - path: data/augmented
  37. md5: ec9ccf3b0890a8c30482cdc64955441c.dir
  38. size: 743103134
  39. nfiles: 8
  40. - path: data/processed
  41. md5: 9a20d5d016a1678a4d34920aa327835b.dir
  42. size: 152505303
  43. nfiles: 4
  44. - path: src/config.py
  45. md5: 13ecb99040484d18289023b7c512df40
  46. size: 162
Tip!

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

Comments

Loading...