Update README.md
Browse files
README.md
CHANGED
@@ -60,4 +60,5 @@ CR-V => car_model
|
|
60 |
```
|
61 |
|
62 |
## Known issues
|
63 |
-
As shown above, load index and speed rating are sometimes not properly recognized. More training examples with these two attributes are required.
|
|
|
|
60 |
```
|
61 |
|
62 |
## Known issues
|
63 |
+
- As shown above, load index and speed rating are sometimes not properly recognized. More training examples with these two attributes are required.
|
64 |
+
- The training data contains `tyre_size` entity that captures the combination of width, ratio and diameter, but these three are additionally provided as standalone entities. Therefore, the model can output either, or both entities, and this inconsistency might cause some inconvenience.
|