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.3 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
47
  1. schema: '2.0'
  2. stages:
  3. get_data:
  4. cmd: python src/stage_01_get_data.py --config=configs/config.yaml
  5. deps:
  6. - path: configs/config.yaml
  7. md5: a52652d6127bc6669310c3518f0b2254
  8. size: 539
  9. - path: src/stage_01_get_data.py
  10. md5: 632bdb68f2b66504d98236716c794bc7
  11. size: 1540
  12. - path: src/utils/common.py
  13. md5: da75efcaa8787eb12aa16e9c351947cd
  14. size: 1000
  15. outs:
  16. - path: data/data.xml
  17. md5: 646cb87899417e75f3a4a9517b0c0958
  18. size: 74314
  19. prepare_data:
  20. cmd: python src/stage_02_prepare.py --config=configs/config.yaml --params=params.yaml
  21. deps:
  22. - path: configs/config.yaml
  23. md5: a52652d6127bc6669310c3518f0b2254
  24. size: 539
  25. - path: data/data.xml
  26. md5: 646cb87899417e75f3a4a9517b0c0958
  27. size: 74314
  28. - path: src/stage_02_prepare.py
  29. md5: 125808af32f7db5a2343c600b573787e
  30. size: 2152
  31. - path: src/utils/common.py
  32. md5: da75efcaa8787eb12aa16e9c351947cd
  33. size: 1000
  34. - path: src/utils/data_mgmt.py
  35. md5: 85d36c52eee5649090bc77738f442049
  36. size: 864
  37. params:
  38. params.yaml:
  39. prepare.seed: 2021
  40. prepare.split: 0.3
  41. outs:
  42. - path: artifacts/prepared/test.tsv
  43. md5: d41d8cd98f00b204e9800998ecf8427e
  44. size: 0
  45. - path: artifacts/prepared/train.tsv
  46. md5: d41d8cd98f00b204e9800998ecf8427e
  47. size: 0
Tip!

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

Comments

Loading...