random_adapter_setup_test / adapter_setup.json
calpt's picture
Upload model
8b09b78 verified
raw
history blame contribute delete
825 Bytes
{
"adapter_setup": {
"type": "Stack",
"children": [
{
"type": "Fuse",
"children": [
{
"type": "single",
"children": [
"a"
]
},
{
"type": "single",
"children": [
"b"
]
}
]
},
{
"type": "single",
"children": [
"c"
]
}
]
},
"head_setup": {
"type": "BatchSplit",
"children": [
{
"type": "single",
"children": [
"head_a"
]
},
{
"type": "single",
"children": [
"head_b"
]
}
],
"kwargs": {
"batch_sizes": [
1,
1
]
}
},
"version": "adapters.1.0.1"
}