Update README.md
Browse files
README.md
CHANGED
|
@@ -75,7 +75,7 @@ An example of 'train' looks as follows:
|
|
| 75 |
|
| 76 |
### Data Fields
|
| 77 |
|
| 78 |
-
- `_unit_id`: the unique identifier for this data entry, an `
|
| 79 |
- `Worker Answer`: the answer or classification provided by the worker based on the context, a `string` feature.
|
| 80 |
- `context`: the text providing the scenario or situation where the drug and disease interaction is mentioned, a `string` feature.
|
| 81 |
- `drug_name`: the name of the drug discussed in the context, a `string` feature.
|
|
|
|
| 75 |
|
| 76 |
### Data Fields
|
| 77 |
|
| 78 |
+
- `_unit_id`: the unique identifier for this data entry, an `int64` feature.
|
| 79 |
- `Worker Answer`: the answer or classification provided by the worker based on the context, a `string` feature.
|
| 80 |
- `context`: the text providing the scenario or situation where the drug and disease interaction is mentioned, a `string` feature.
|
| 81 |
- `drug_name`: the name of the drug discussed in the context, a `string` feature.
|