Skip to content

Commit 9f05b13

Browse files
author
LittleMouse
committed
[update] whisper & yolo model json add homepage
1 parent ce7d084 commit 9f05b13

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

projects/llm_framework/main_whisper/mode_whisper-base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mode": "whisper-base",
33
"type": "asr",
4+
"homepage":"https://huggingface.co/openai/whisper-base",
45
"capabilities": [
56
"Automatic_Speech_Recognition",
67
"English",

projects/llm_framework/main_whisper/mode_whisper-tiny.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mode": "whisper-tiny",
33
"type": "asr",
4+
"homepage":"https://huggingface.co/openai/whisper-tiny",
45
"capabilities": [
56
"Automatic_Speech_Recognition",
67
"English",

projects/llm_framework/main_yolo/mode_yolo11n-hand-pose.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mode":"yolo11n-hand-pose",
33
"type":"cv",
4+
"homepage":"https://github.com/ultralytics/ultralytics",
45
"capabilities":[
56
"Pose"
67
],

projects/llm_framework/main_yolo/mode_yolo11n-pose.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mode":"yolo11n-pose",
33
"type":"cv",
4+
"homepage":"https://github.com/ultralytics/ultralytics",
45
"capabilities":[
56
"Pose"
67
],

projects/llm_framework/main_yolo/mode_yolo11n-seg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mode":"yolo11s-seg",
33
"type":"cv",
4+
"homepage":"https://github.com/ultralytics/ultralytics",
45
"capabilities":[
56
"Segmentation"
67
],

projects/llm_framework/main_yolo/mode_yolo11n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mode":"yolo11n",
33
"type":"cv",
4+
"homepage":"https://github.com/ultralytics/ultralytics",
45
"capabilities":[
56
"Detection"
67
],

0 commit comments

Comments
 (0)