added section to schemas

This commit is contained in:
Yannic Kilcher
2023-01-03 08:40:04 +01:00
parent 329a3bfd7a
commit 1924e93d1f
+3
View File
@@ -99,6 +99,9 @@ The main tasks are a) generation of response text and b) ranking of responses.
The following sections describe the data schemas for each of these tasks. Both
should be implementable in parquet files.
Note: These files are meant to be consumed by ML algorithms and should ideally
be produced from the above files.
## Common Data Structures
```python