-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stoic
authored and
Stoic
committed
Oct 13, 2023
1 parent
3b0bc89
commit 8adbd0c
Showing
2 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
[ | ||
{ | ||
"id": "fashiongpt_70b_v1_1", | ||
"name": "FashionGPT-70B-V1.1", | ||
"group_name": "ibu", | ||
"description": { | ||
"homepage": "google.com", | ||
"repository": "github.com", | ||
"paper": "arxvi.com", | ||
"leaderboard": "sample.com", | ||
"point_of_contact": "name - email" | ||
}, | ||
"tasks": ["PET Scan Analysis", "X-ray Analysis", "CT Scan Analysis"], | ||
"modalities": ["Images"], | ||
"datasets": [ | ||
{ | ||
"name": "dataset 1", | ||
"url": "https://huggingface.co/datasets/bigcode/the-stack" | ||
}, | ||
{ | ||
"name": "dataset 2", | ||
"url": "https://huggingface.co/datasets/bigcode/the-stack" | ||
} | ||
], | ||
"source": { | ||
"name": "Huggingface", | ||
"url": "https://huggingface.co/openai/whisper-large-v2" | ||
}, | ||
"license": "BSL-1.0" | ||
}, | ||
{ | ||
"id": "codellama_13b_oasst_sft_v10", | ||
"name": "codellama-13b-oasst-sft-v10", | ||
"description": { | ||
"homepage": "google.com", | ||
"repository": "github.com", | ||
"paper": "arxvi.com", | ||
"leaderboard": "sample.com", | ||
"point_of_contact": "name - email" | ||
}, | ||
"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" | ||
}, | ||
{ | ||
"id": "gte_tiny", | ||
"name": "gte-tiny", | ||
"group_name": "TaylorAI", | ||
"description": { | ||
"homepage": "google.com", | ||
"repository": "github.com", | ||
"paper": "arxvi.com", | ||
"leaderboard": "sample.com", | ||
"point_of_contact": "name - email" | ||
}, | ||
"tasks": ["Lab Test Result Interpretation"], | ||
"modalities": ["texts"], | ||
"datasets": [ | ||
{ | ||
"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 23", | ||
"url": "https://huggingface.co/datasets/bigcode/the-stack" | ||
} | ||
], | ||
"source": { | ||
"name": "Kaggle", | ||
"url": "https://www.kaggle.com/models/tatsu-lab/alpaca" | ||
}, | ||
"license": "APSL-2.0" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters