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

bohr.json 802 B

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
  1. {"bohr_framework_version": "0.3.4",
  2. "tasks": {
  3. "bugginess": {
  4. "top_artifact": "bohr.artifacts.commit.Commit",
  5. "label_categories": [
  6. "CommitLabel.NonBugFix",
  7. "CommitLabel.BugFix"
  8. ],
  9. "test_datasets": [
  10. "datasets.1151-commits",
  11. "datasets.berger",
  12. "datasets.herzig"
  13. ],
  14. "train_datasets": [
  15. "datasets.bugginess-train"
  16. ],
  17. "label_column_name": "bug"
  18. },
  19. "smells": {
  20. "top_artifact": "bohr.artifacts.method.Method",
  21. "label_categories": [
  22. "SnippetLabel.NonSmelly",
  23. "SnippetLabel.Smelly"
  24. ],
  25. "test_datasets": [
  26. "datasets.smells-test"
  27. ],
  28. "train_datasets": [
  29. "datasets.smells-train"
  30. ],
  31. "label_column_name": "smelly"
  32. }
  33. }
  34. }
Tip!

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

Comments

Loading...