File size: 508 Bytes
a6f1728 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
operators:
- id: cs_stack_exchange
config:
type: async_function
function: data_strategies.StackExchange.utils.analyze_post_history
function_config:
url: https://archive.org/download/stackexchange/stackoverflow.com-PostHistory.7z
- id: filter_questions
config:
type: function
sharded: true
function : data_strategies.StackExchange.utils.detect_question
function_config:
string_column: instruction
input_ids:
- cs_stack_exchange
|