-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.json
More file actions
86 lines (86 loc) · 2.67 KB
/
metadata.json
File metadata and controls
86 lines (86 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
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"
}
]