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.2 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
48
49
50
51
  1. schema: '2.0'
  2. stages:
  3. test:
  4. cmd: python3 src/predict.py
  5. deps:
  6. - path: data/
  7. hash: md5
  8. md5: 866eea4f5b98bfae113ad57adddc2410.dir
  9. size: 28923651
  10. nfiles: 1485
  11. - path: models1/model.pt
  12. hash: md5
  13. md5: 6dfe4df028dd5c839b1ea7fabb60b333
  14. size: 22501465
  15. - path: src/predict.py
  16. hash: md5
  17. md5: 380ae0012b7e88d49812596f39f068f0
  18. size: 510
  19. train:
  20. cmd: python3 src/train.py
  21. deps:
  22. - path: data/
  23. hash: md5
  24. md5: 866eea4f5b98bfae113ad57adddc2410.dir
  25. size: 28923651
  26. nfiles: 1485
  27. - path: params.yaml
  28. hash: md5
  29. md5: 94eaa0a66669012b5f3a1385e790f09f
  30. size: 254
  31. - path: src/train.py
  32. hash: md5
  33. md5: 460a6cc8fc6ada4c756203fb262b06c8
  34. size: 1706
  35. - path: src/utils.py
  36. hash: md5
  37. md5: 5440f0cb53d7c318e2233a2414c32147
  38. size: 1228
  39. outs:
  40. - path: models1/model.pt
  41. hash: md5
  42. md5: 6dfe4df028dd5c839b1ea7fabb60b333
  43. size: 22501465
  44. - path: reports/train_metrics.csv
  45. hash: md5
  46. md5: 1d7d6a0e029aeb8ba1b525291e66c783
  47. size: 2016
  48. - path: reports/train_params.yaml
  49. hash: md5
  50. md5: f9eda09225046c19b4d33f3ba4759f79
  51. size: 1567
Tip!

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

Comments

Loading...