phucdev commited on
Commit
f791e01
1 Parent(s): c796abe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `int32` 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.
 
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.