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

notes.json 1.4 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
  1. {
  2. "categories": [
  3. {
  4. "id": 0,
  5. "name": "B"
  6. },
  7. {
  8. "id": 1,
  9. "name": "D"
  10. },
  11. {
  12. "id": 2,
  13. "name": "C"
  14. },
  15. {
  16. "id": 3,
  17. "name": "A"
  18. },
  19. {
  20. "id": 4,
  21. "name": "V"
  22. },
  23. {
  24. "id": 5,
  25. "name": "J"
  26. },
  27. {
  28. "id": 6,
  29. "name": "I"
  30. },
  31. {
  32. "id": 7,
  33. "name": "E"
  34. },
  35. {
  36. "id": 8,
  37. "name": "F"
  38. },
  39. {
  40. "id": 9,
  41. "name": "H"
  42. },
  43. {
  44. "id": 10,
  45. "name": "K"
  46. },
  47. {
  48. "id": 11,
  49. "name": "L"
  50. },
  51. {
  52. "id": 12,
  53. "name": "M"
  54. },
  55. {
  56. "id": 13,
  57. "name": "N"
  58. },
  59. {
  60. "id": 14,
  61. "name": "O"
  62. },
  63. {
  64. "id": 15,
  65. "name": "P"
  66. },
  67. {
  68. "id": 16,
  69. "name": "Q"
  70. },
  71. {
  72. "id": 17,
  73. "name": "R"
  74. },
  75. {
  76. "id": 18,
  77. "name": "S"
  78. },
  79. {
  80. "id": 19,
  81. "name": "T"
  82. },
  83. {
  84. "id": 20,
  85. "name": "U"
  86. },
  87. {
  88. "id": 21,
  89. "name": "W"
  90. },
  91. {
  92. "id": 22,
  93. "name": "X"
  94. },
  95. {
  96. "id": 23,
  97. "name": "Y"
  98. },
  99. {
  100. "id": 24,
  101. "name": "Z"
  102. },
  103. {
  104. "id": 25,
  105. "name": "space"
  106. },
  107. {
  108. "id": 26,
  109. "name": "G"
  110. },
  111. {
  112. "id": 27,
  113. "name": "del"
  114. }
  115. ],
  116. "info": {
  117. "year": 2023,
  118. "version": "1.0",
  119. "contributor": "Label Studio"
  120. }
  121. }
Tip!

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

Comments

Loading...