Ojimi commited on
Commit
d63798c
·
1 Parent(s): d051698

Update training_guide.md

Browse files
Files changed (1) hide show
  1. training_guide.md +2 -2
training_guide.md CHANGED
@@ -17,12 +17,12 @@ Your data shouldn't look like this:
17
  ```
18
  But it should look more like this:
19
  ```json
 
20
  {
21
- {
22
  "file_name": "train/aeae3547df6be819a42dcbb83e65586fd6deb424f134375c1dbc00188b37e2bf.jpeg",
23
  "labels": ["0", "3028", "4", "702", "8", "9", "382", ...]
24
  }
25
- }
26
  ```
27
 
28
  Where the labels should be represented as a list of integers (or anything you define as a number) that correspond to the tags you want to train with – essentially, they're the IDs of the labels.
 
17
  ```
18
  But it should look more like this:
19
  ```json
20
+
21
  {
 
22
  "file_name": "train/aeae3547df6be819a42dcbb83e65586fd6deb424f134375c1dbc00188b37e2bf.jpeg",
23
  "labels": ["0", "3028", "4", "702", "8", "9", "382", ...]
24
  }
25
+
26
  ```
27
 
28
  Where the labels should be represented as a list of integers (or anything you define as a number) that correspond to the tags you want to train with – essentially, they're the IDs of the labels.