GSM8K
get_input_data_model()
Returns GSM8K input data_model for pipeline configurations.
Returns:
| Type | Description |
|---|---|
DataModel
|
The GSM8K input data_model |
Source code in synalinks/src/datasets/gsm8k.py
get_output_data_model()
Returns GSM8K output data_model for pipeline configurations.
Returns:
| Type | Description |
|---|---|
DataModel
|
The GSM8K output data_model |
Source code in synalinks/src/datasets/gsm8k.py
load_data()
Load and format data from HuggingFace
Example:
Returns:
| Type | Description |
|---|---|
tuple
|
The train and test data ready for training |