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
  1. cmd: scripts/train.sh
  2. deps:
  3. - md5: 4dfbefd474c58235fdebb126136ea064
  4. path: scripts/train.sh
  5. - md5: a8e356a6a938f52d445407b713d0abbe
  6. path: scripts/hyperparam-reader.py
  7. - md5: 93dbb8015745e63e9008f3f5585386d9
  8. path: universal_transformer_hyperparams.yaml
  9. - md5: a2acb81b3cc37be7a1223ba47b2897bf
  10. path: ../train.py
  11. - md5: 439ead6e019c61807a67d581bef2b604.dir
  12. path: data/wmt14_en_de_prep
  13. - md5: d0f25cf5bfb13b1497ca84da2ec0a3d1.dir
  14. path: checkpoints/resume-checkpoint
  15. md5: 77cbb39f10cfa5295957489062c44c41
  16. outs:
  17. - cache: true
  18. md5: 3a6d49c449ce2fe8a763d561a403447f.dir
  19. metric: false
  20. path: checkpoints/output
  21. - cache: false
  22. md5: cff8836a1464eecf6ab3b3565fcfe6a0
  23. metric:
  24. type: json
  25. xpath: best
  26. path: metrics/best.json
  27. - cache: false
  28. md5: b7f1d304e48f74b069816d1f2c69b90e
  29. metric:
  30. type: json
  31. xpath: train_loss
  32. path: metrics/train_loss.json
  33. - cache: false
  34. md5: 67be0d3982d7e4d55b09ad0da0c4a5fa
  35. metric:
  36. type: json
  37. xpath: val_loss
  38. path: metrics/val_loss.json
  39. - cache: false
  40. md5: 092a18f6fb6f91e9ec35fd8b334640ae
  41. metric:
  42. type: json
  43. xpath: wps
  44. path: metrics/wps.json
  45. wdir: .
Tip!

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

Comments

Loading...