Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

train.dvc 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
47
48
  1. cmd: scripts/train.sh
  2. deps:
  3. - md5: 439ead6e019c61807a67d581bef2b604.dir
  4. path: data/wmt14_en_de_prep
  5. - md5: a5fa4738951521be70a4e59cd0bb8e23
  6. path: scripts/train.sh
  7. - md5: a8e356a6a938f52d445407b713d0abbe
  8. path: scripts/hyperparam-reader.py
  9. - md5: 96cf4b7c3c1bd70b4cc5e99900f1af25
  10. path: universal_transformer_hyperparams.yaml
  11. - md5: 012a4ac517e832f4d5283a032707755a
  12. path: ../train.py
  13. md5: 88ea8f1263c60475598c8ae5c8864c54
  14. outs:
  15. - cache: true
  16. md5: 2ad1009df28a7d1f18b5868da854d5bb.dir
  17. metric: false
  18. path: checkpoints
  19. persist: true
  20. - cache: false
  21. md5: 19affdb88513526df8b168f5cbf46d5b
  22. metric:
  23. type: json
  24. xpath: best
  25. path: metrics/best.json
  26. persist: false
  27. - cache: false
  28. md5: 836f67e22fe6ed257aa516b06e3766ad
  29. metric:
  30. type: json
  31. xpath: train_loss
  32. path: metrics/train_loss.json
  33. persist: false
  34. - cache: false
  35. md5: 8603963b8c58590051275c805a328876
  36. metric:
  37. type: json
  38. xpath: val_loss
  39. path: metrics/val_loss.json
  40. persist: false
  41. - cache: false
  42. md5: 603f00134c16c894d6959123eead581a
  43. metric:
  44. type: json
  45. xpath: wps
  46. path: metrics/wps.json
  47. persist: false
  48. wdir: .
Tip!

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

Comments

Loading...