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.6 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
52
53
  1. schema: '2.0'
  2. stages:
  3. modeling:
  4. cmd: python -m task-3-modeling.src.train
  5. deps:
  6. - path: src/const/general_const.py
  7. md5: 730d05e22f3defa392555d8a311c55a8
  8. size: 363
  9. - path: task-2-data-processing/data/processed-data
  10. md5: 5a2aee9b8951b0d9993ebc9335982ee9.dir
  11. size: 107673470
  12. nfiles: 5856
  13. - path: task-3-modeling/src/const/class_names.txt
  14. md5: 0029696b605cde6b899390a1104419bd
  15. size: 16
  16. - path: task-3-modeling/src/const/modeling_const.py
  17. md5: eb4fba36c941daf9a5458cb2bacd767a
  18. size: 587
  19. - path: task-3-modeling/src/train.py
  20. md5: 836f480034f17e9ef69b501f0c2312f9
  21. size: 3641
  22. outs:
  23. - path: prod_model
  24. md5: 6fc4d52cd62fbca5c37b0a3a5dbfbbba.dir
  25. size: 99815927
  26. nfiles: 4
  27. - path: task-3-modeling/model-checkpoint
  28. md5: 922b7db16fef38811a580b125df0d077.dir
  29. size: 99816050
  30. nfiles: 5
  31. - path: task-4-evaluating/eval/params/params.yml
  32. md5: a90a55257f10fffd32ea0645ce31f44f
  33. size: 32
  34. evaluating:
  35. cmd: python -m task-4-evaluating.src.evaluation
  36. deps:
  37. - path: prod_model
  38. md5: 6fc4d52cd62fbca5c37b0a3a5dbfbbba.dir
  39. size: 99815927
  40. nfiles: 4
  41. - path: src/const/general_const.py
  42. md5: 730d05e22f3defa392555d8a311c55a8
  43. size: 363
  44. - path: task-4-evaluating/src/const/evaluating_const.py
  45. md5: bc97cc442ada9f93ab1b7212ed063e89
  46. size: 290
  47. - path: task-4-evaluating/src/evaluation.py
  48. md5: 5027d59bc20658a00cae3eb0e2355932
  49. size: 1032
  50. outs:
  51. - path: task-4-evaluating/eval/metrics/metrics.csv
  52. md5: 700b690d8dd5df0815d234f7a1120da9
  53. size: 121
Tip!

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

Comments

Loading...