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.9 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
  1. schema: '2.0'
  2. stages:
  3. prepare_data:
  4. cmd: python src/process_data.py
  5. deps:
  6. - path: data/raw_data
  7. md5: b1b87096562280de2021a4f62882153a.dir
  8. size: 8483448
  9. nfiles: 1
  10. outs:
  11. - path: data/processed_data
  12. md5: 0ffe63ba51cc42f48e443a34239822b0.dir
  13. size: 11217918
  14. nfiles: 2
  15. topic_modeling:
  16. cmd: python src/train.py
  17. deps:
  18. - path: data/processed_data
  19. md5: 0ffe63ba51cc42f48e443a34239822b0.dir
  20. size: 11222201
  21. nfiles: 2
  22. - path: src/config.yaml
  23. md5: d9cbc7cbd5cbd440c43f706b5837b885
  24. size: 440
  25. - path: src/topic_model.py
  26. md5: c1217fd382f8f0e4047bca34076fb9b2
  27. size: 2787
  28. outs:
  29. - path: metrics.csv
  30. md5: f0c89a07561ca8aea8ab3f4764b648e7
  31. size: 26
  32. - path: model/bert_model
  33. md5: 127b147391d4fa2d94f7a9cff8f881a8
  34. size: 146281222
  35. display_topics:
  36. cmd: python src/mlflow_log.py
  37. deps:
  38. - path: model/bert_model
  39. md5: 127b147391d4fa2d94f7a9cff8f881a8
  40. size: 146281222
  41. - path: src/config.yaml
  42. md5: d9cbc7cbd5cbd440c43f706b5837b885
  43. size: 440
  44. - path: src/process_data.py
  45. md5: 21a5123ec80ea3027aeb8d64d5583867
  46. size: 1132
  47. - path: src/topic_model.py
  48. md5: c1217fd382f8f0e4047bca34076fb9b2
  49. size: 2787
  50. - path: src/visualization.py
  51. md5: 457c4b6aeb1b1b1b18e7cc0a6252bee2
  52. size: 459
  53. outs:
  54. - path: output/barchart.html
  55. md5: b9175f2891f117410b7119a105ffc62c
  56. size: 3725384
  57. - path: output/heatmap.html
  58. md5: 7fbcf56257cd8e004f7af0e5d5092ae8
  59. size: 3740979
  60. - path: output/hieararchy.html
  61. md5: 73928340f7bd8b947a3b0ab50922d5a2
  62. size: 3727544
  63. - path: output/intertopic_dist_map.html
  64. md5: 63bc2cb3fe6e772c7b7ba5423dfe51d0
  65. size: 3737472
  66. - path: output/projections.html
  67. md5: 9cf95eef8cf426f7ab5d266a1821157f
  68. size: 6351358
Tip!

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

Comments

Loading...