From ef496ef9d92a91d967949a99add49865332a9e86 Mon Sep 17 00:00:00 2001 From: BLooDBRothER Date: Wed, 11 Oct 2023 15:59:28 +0530 Subject: [PATCH] Restructure and add filter.json --- filter.json | 142 ++++++++++++++++++ metadata.json | 69 ++++++--- .../{gte_tiny.md => gte_tiny/README.md} | 0 .../README.md} | 0 .../README.md} | 0 5 files changed, 187 insertions(+), 24 deletions(-) create mode 100644 filter.json rename models/TaylorAI/{gte_tiny.md => gte_tiny/README.md} (100%) rename models/{codellama_13b_oasst_sft_v10.md => codellama_13b_oasst_sft_v10/README.md} (100%) rename models/ibu/{fashiongpt_70b_v1_1.md => fashiongpt_70b_v1_1/README.md} (100%) diff --git a/filter.json b/filter.json new file mode 100644 index 0000000..19a31c7 --- /dev/null +++ b/filter.json @@ -0,0 +1,142 @@ +[ + { + "filter_name": "tasks", + "multiple": true, + "nested": true, + "value": [ + { + "name": "Medical Imaging", + "value": [ + "X-ray Analysis", + "MRI Analysis", + "CT Scan Analysis", + "PET Scan Analysis", + "Ultrasound Analysis", + "Endoscopy Image Analysis", + "Image Segmentation", + "Tumor Detection" + ] + }, + { + "name": "Genomics & Bioinformatics", + "value": [ + "DNA Sequencing Analysis", + "RNA Sequencing Analysis", + "Protein Sequencing Analysis", + "Gene Expression Analysis", + "Protein Interaction Networks", + "Metabolic Pathway Analysis", + "Genome-Wide Association Studies" + ] + }, + { + "name": "Clinical Data Analysis", + "value": [ + "Electronic Health Records (EHR) Analysis", + "Clinical Note Extraction", + "Lab Test Result Interpretation", + "Predictive Modeling (e.g., disease risk)" + ] + }, + { + "name": "Wearables & IoT Devices", + "value": [ + "Heart Rate Analysis", + "Sleep Pattern Analysis", + "Blood Glucose Monitoring", + "Activity Monitoring" + ] + }, + { + "name": "Textual & NLP", + "value": [ + "Medical Literature Analysis", + "Patient Feedback Analysis", + "Medical Chatbots", + "Clinical Trial Reports Analysis" + ] + }, + { + "name": "Tabular Data Analysis", + "value": [ + "Patient Demographics", + "Drug Prescription Analysis", + "Vaccine Distribution Analysis", + "Clinical Trial Data" + ] + }, + { + "name": "Time Series Analysis", + "value": [ + "ECG Monitoring", + "Pulse Oximetry Analysis", + "Vital Signs Monitoring" + ] + }, + { + "name": "Video Analysis", + "value": [ + "Movement or Gait Analysis", + "Behavioral Analysis", + "Surgical Procedure Analysis" + ] + }, + { + "name": "Pathological & Microscopy", + "value": [ + "Histopathology Slide Analysis", + "Cytology Slide Analysis", + "Microbial Identification" + ] + }, + { + "name": "Drug Discovery & Pharmacology", + "value": [ + "Molecular Docking", + "Drug Repurposing Analysis", + "Toxicology Prediction", + "Drug-Drug Interaction Analysis" + ] + }, + { + "name": "Epidemiology & Public Health", + "value": [ + "Disease Spread Modeling", + "Health Behavior Analysis", + "Vaccine Efficacy Studies", + "Population Health Studies" + ] + } + ] + }, + { + "filter_name": "sizes", + "multiple": true, + "nested": false, + "value": ["<1GB", "1-10GB"] + }, + { + "filter_name": "sources", + "multiple": true, + "nested": false, + "value": ["Kaggle", "Huggingface", "Research Institution"] + }, + { + "filter_name": "modalities", + "multiple": true, + "nested": false, + "value": ["Images", "sequences", "texts"] + }, + { + "filter_name": "licenses", + "multiple": true, + "nested": false, + "value": ["BSL-1.0", "APSL-2.0"] + }, + { + "filter_name": "others", + "multiple": true, + "nested": false, + "value": [] + } +] diff --git a/metadata.json b/metadata.json index defb38f..56699cb 100644 --- a/metadata.json +++ b/metadata.json @@ -5,18 +5,27 @@ "group_name": "ibu", "description": { "homepage": "google.com", - "repo": "github.com", + "repository": "github.com", "paper": "arxvi.com", "leaderboard": "sample.com", "point_of_contact": "name - email" }, - "task": "PET Scan Analysis", - "modalites": "images", + "tasks": ["PET Scan Analysis", "X-ray Analysis", "CT Scan Analysis"], + "modalities": ["Images"], "datasets": [ - "https://huggingface.co/datasets/bigcode/the-stack", - "https://huggingface.co/datasets/bigcode/the-stack" + { + "name": "dataset 1", + "url": "https://huggingface.co/datasets/bigcode/the-stack" + }, + { + "name": "dataset 2", + "url": "https://huggingface.co/datasets/bigcode/the-stack" + } ], - "source": "https://huggingface.co/openai/whisper-large-v2", + "source": { + "name": "Huggingface", + "url": "https://huggingface.co/openai/whisper-large-v2" + }, "license": "BSL-1.0" }, { @@ -24,20 +33,17 @@ "name": "codellama-13b-oasst-sft-v10", "description": { "homepage": "google.com", - "repo": "github.com", + "repository": "github.com", "paper": "arxvi.com", "leaderboard": "sample.com", "point_of_contact": "name - email" }, - "task": "Lab Test Result Interpretation", - "modalites": "texts", - "datasets": [ - "https://huggingface.co/datasets/bigcode/the-stack", - "https://huggingface.co/datasets/bigcode/the-stack", - "https://huggingface.co/datasets/bigcode/the-stack", - "https://huggingface.co/datasets/bigcode/the-stack" - ], - "source": "https://www.kaggle.com/models/tatsu-lab/alpaca", + "tasks": ["Lab Test Result Interpretation", "X-ray Analysis"], + "modalities": ["texts"], + "source": { + "name": "Kaggle", + "url": "https://www.kaggle.com/models/tatsu-lab/alpaca" + }, "license": "APSL-2.0" }, { @@ -46,20 +52,35 @@ "group_name": "TaylorAI", "description": { "homepage": "google.com", - "repo": "github.com", + "repository": "github.com", "paper": "arxvi.com", "leaderboard": "sample.com", "point_of_contact": "name - email" }, - "task": "Lab Test Result Interpretation", - "modalites": "texts", + "tasks": ["Lab Test Result Interpretation"], + "modalities": ["texts"], "datasets": [ - "https://huggingface.co/datasets/bigcode/the-stack", - "https://huggingface.co/datasets/bigcode/the-stack", - "https://huggingface.co/datasets/bigcode/the-stack", - "https://huggingface.co/datasets/bigcode/the-stack" + { + "name": "dataset 1", + "url": "https://huggingface.co/datasets/bigcode/the-stack" + }, + { + "name": "dataset 2", + "url": "https://huggingface.co/datasets/bigcode/the-stack" + }, + { + "name": "dataset 1", + "url": "https://huggingface.co/datasets/bigcode/the-stack" + }, + { + "name": "dataset 2", + "url": "https://huggingface.co/datasets/bigcode/the-stack" + } ], - "source": "https://www.kaggle.com/models/tatsu-lab/alpaca", + "source": { + "name": "Kaggle", + "url": "https://www.kaggle.com/models/tatsu-lab/alpaca" + }, "license": "APSL-2.0" } ] diff --git a/models/TaylorAI/gte_tiny.md b/models/TaylorAI/gte_tiny/README.md similarity index 100% rename from models/TaylorAI/gte_tiny.md rename to models/TaylorAI/gte_tiny/README.md diff --git a/models/codellama_13b_oasst_sft_v10.md b/models/codellama_13b_oasst_sft_v10/README.md similarity index 100% rename from models/codellama_13b_oasst_sft_v10.md rename to models/codellama_13b_oasst_sft_v10/README.md diff --git a/models/ibu/fashiongpt_70b_v1_1.md b/models/ibu/fashiongpt_70b_v1_1/README.md similarity index 100% rename from models/ibu/fashiongpt_70b_v1_1.md rename to models/ibu/fashiongpt_70b_v1_1/README.md