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
  1. make_dataset:
  2. cmd: python ./make_dataset.py
  3. deps:
  4. - path: configs/dir.yaml
  5. md5: a35bd290d49cfb4b3797a035930ad659
  6. - path: configs/parameters.yaml
  7. md5: 9604730132caf9d4244f639ae9ee4378
  8. outs:
  9. - path: ids_dict.json
  10. md5: 86f738be1c7d03abb41fd3fab58021dd
  11. - path: test.csv
  12. md5: a9d81e9c5ce5e3d2cd852586f8fad5e7
  13. - path: train.csv
  14. md5: 2bf1beec5a3589d4de7c57b9f2e52e64
  15. - path: val.csv
  16. md5: d81ade2a3f5d1d99fd39801f88a86c7c
  17. train_model:
  18. cmd: python ./train_model.py
  19. deps:
  20. - path: configs/dir.yaml
  21. md5: a457b14b93e2720ba3352916eb6e85d6
  22. - path: configs/parameters.yaml
  23. md5: c0cc2bc5decae12d1ba0b5b6ff631b6d
  24. - path: ids_dict.json
  25. md5: cd6dd8a5f17c778a10e2fefa2baeb2d4
  26. outs:
  27. - path: best_model.pth
  28. md5: 5f5b97f94b35350df4f667bbb2e79371
  29. - path: checkpoint_model.pth
  30. md5: 5f5b97f94b35350df4f667bbb2e79371
  31. - path: final_model.pth
  32. md5: 5f5b97f94b35350df4f667bbb2e79371
  33. - path: train_metrics.csv
  34. md5: 37f63c30f754285c2a9ea1140eb51992
  35. predict_model:
  36. cmd: python ./predict_model.py
  37. deps:
  38. - path: configs/dir.yaml
  39. md5: a457b14b93e2720ba3352916eb6e85d6
  40. - path: configs/parameters.yaml
  41. md5: c0cc2bc5decae12d1ba0b5b6ff631b6d
  42. - path: ids_dict.json
  43. md5: cd6dd8a5f17c778a10e2fefa2baeb2d4
  44. outs:
  45. - path: test_metrics.json
  46. md5: 35827159ffdc544522ff0453eedef19e
Tip!

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

Comments

Loading...