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 2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
  1. schema: '2.0'
  2. stages:
  3. data-split:
  4. cmd: python3 src/data_split.py
  5. deps:
  6. - path: data/raw_data/train.csv
  7. md5: 791e42335500c447273a7dc85f58239e
  8. size: 68802655
  9. - path: src/data_split.py
  10. md5: a6fdd01ead673f13f51fff461f39188c
  11. size: 1243
  12. outs:
  13. - path: data/processed_data/x_test.npy
  14. md5: 575e522a4e1d06801263c14d828431f1
  15. size: 6701733
  16. - path: data/processed_data/x_train.npy
  17. md5: 06b7823ce0e11baf2e54e7d9ed7ba23c
  18. size: 26810751
  19. - path: data/processed_data/y_test.npy
  20. md5: eddd6c7205cf978eeaa1e4dbecf1c0e6
  21. size: 1787368
  22. - path: data/processed_data/y_train.npy
  23. md5: 0be8c4bc8246de494dc92ebec0c2062c
  24. size: 7148864
  25. data-preprocess:
  26. cmd: python3 src/data_preprocess.py
  27. deps:
  28. - path: data/processed_data/x_test.npy
  29. md5: 575e522a4e1d06801263c14d828431f1
  30. size: 6701733
  31. - path: data/processed_data/x_train.npy
  32. md5: 06b7823ce0e11baf2e54e7d9ed7ba23c
  33. size: 26810751
  34. - path: src/data_preprocess.py
  35. md5: 6e996d4e169ba0d4baa70f71bd0ce1bc
  36. size: 2447
  37. outs:
  38. - path: data/embedding_matrix.npy
  39. md5: 7181ce899a529a2bf22d1da38622dd6b
  40. size: 312844928
  41. - path: models/tokenizer.pkl
  42. md5: 61f2c3228db89aa526b68b184a3fc029
  43. size: 5726036
  44. model-training:
  45. cmd: python3 src/model_training.py
  46. deps:
  47. - path: data/embedding_matrix.npy
  48. md5: 020a1f7a624b27b0fbd78988ff8c4d18
  49. size: 312844928
  50. - path: src/model_training.py
  51. md5: a7dd32a47366efa91ee9a0774c002a35
  52. size: 3503
  53. outs:
  54. - path: models/toxicity_classifier.h5
  55. md5: 6bb1f60881846ff3cf7a49c698a96d52
  56. size: 157141360
  57. - path: plots/accuracy.jpg
  58. md5: 7a79387df9a2f7d0c56e678e0c005ce7
  59. size: 23104
  60. - path: plots/loss.jpg
  61. md5: ea87645887816df13421cc5705447571
  62. size: 18546
  63. model-evaluation:
  64. cmd: python3 src/model_evaluation.py
  65. deps:
  66. - path: data/processed_data/x_test.npy
  67. md5: 575e522a4e1d06801263c14d828431f1
  68. size: 6701733
  69. - path: data/processed_data/y_test.npy
  70. md5: eddd6c7205cf978eeaa1e4dbecf1c0e6
  71. size: 1787368
  72. - path: models/toxicity_classifier.h5
  73. md5: 6bb1f60881846ff3cf7a49c698a96d52
  74. size: 157141360
  75. - path: src/model_evaluation.py
  76. md5: 63e4850a9942339a7ca0a3d2acf5808d
  77. size: 756
Tip!

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

Comments

Loading...