iOSMemoryLeak / config.json
RachnaKumari's picture
Upload folder using huggingface_hub
cef041b verified
{
"model_name": "ios-memory-leak-detector",
"task": "binary-classification",
"framework": "scikit-learn",
"features": [
"has_weak_self",
"has_unowned",
"strong_capture",
"has_delegate",
"delegate_weak",
"uses_combine",
"has_sink",
"has_store",
"cancel_bag_present",
"swiftui_view",
"observable_object",
"published_property",
"has_deinit"
],
"version": "1.0.0"
}