Files
modelscope/modelscope/utils/pipeline_inputs.json
hemu.zp 4cad376298 Add llm_first parameter for pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14264249

* support llm_first parameter

* register_module(Tasks.text_generation)

* fix bug

* update format & fix out_base64 for int4

* pre-commit
2023-10-13 14:04:04 +08:00

285 lines
7.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"action-detection":{
"input":{
"video":"data/test/videos/action_detection_test_video.mp4"
}
},
"action-recognition":{
"input":{
"video":"data/test/videos/action_recognition_test_video.mp4"
}
},
"animal-recognition":{
"input":{
"image":"data/test/images/dogs.jpg"
}
},
"chat":{
"input":{
"messages": [{
"role": "user",
"content": "Hello! 你是谁?"
}, {
"role": "assistant",
"content": "我是你的助手。"
}, {
"role": "user",
"content": "你叫什么名字?"
}]
},
"parameters": {
"do_sample": true,
"max_length": 512
}
},
"domain-specific-object-detection":{
"input":{
"image":"data/test/images/image_traffic_sign.jpg"
}
},
"face-2d-keypoints":{
"input":{
"image":"data/test/images/face_detection.png"
}
},
"face-attribute-recognition":{
"input":{
"image":"data/test/images/face_recognition_1.png"
}
},
"facial-expression-recognition":{
"input":{
"image":"data/test/images/facial_expression_recognition.jpg"
}
},
"general-recognition":{
"input":{
"image":"data/test/images/dogs.jpg"
}
},
"human-detection":{
"input":{
"image":"data/test/images/image_detection.jpg"
}
},
"image-captioning":{
"input":{
"image":"data/test/images/image_captioning.png"
}
},
"image-classification":{
"input":{
"image":"data/test/images/content_check.jpg"
}
},
"image-demoireing":{
"input":{
"image":"data/test/images/shop_segmentation.jpg"
}
},
"image-object-detection":{
"input":{
"image":"data/test/images/image_detection.jpg"
}
},
"image-portrait-stylization":{
"input":{
"image":"https://modelscope.oss-cn-beijing.aliyuncs.com/test/images/image_cartoon.png"
}
},
"image-segmentation":{
"input":{
"image":"data/test/images/image_semantic_segmentation.jpg"
},
"parameters":{
}
},
"image-text-retrieval":{
"input":{
"image":"data/test/images/image_mplug_vqa.jpg",
"text":"What is the woman doing?"
}
},
"indoor-layout-estimation":{
"input":{
"image":"data/test/images/image_traffic_sign.jpg"
}
},
"live-category":{
"input":{
"video":"data/test/videos/live_category_test_video.mp4"
}
},
"motion-generation":{
"input":{
"text":"the person walked forward and is picking up his toolbox"
}
},
"named-entity-recognition":{
"input":{
"text":"这与温岭市新河镇的一个神秘的传说有关。[SEP]地名"
}
},
"nli":{
"input":[
"四川商务职业学院和四川财经职业学院哪个好?",
"四川商务职业学院商务管理在哪个校区?"
],
"parameters":{
}
},
"ocr-recognition":{
"input":{
"image":"data/test/images/image_ocr_recognition.jpg"
}
},
"panorama-depth-estimation":{
"input":{
"image":"data/test/images/panorama_depth_estimation.jpg"
}
},
"semantic-segmentation":{
"input":{
"image":"data/test/images/image_salient_detection.jpg"
}
},
"shop-segmentation":{
"input":{
"image":"data/test/images/shop_segmentation.jpg"
}
},
"text-classification":{
"input":{
"text":"i like this wonderful place"
},
"parameters":{
}
},
"text-driven-segmentation":{
"input":{
"image":"data/test/images/text_driven_segmentation.jpg",
"text":"bear"
}
},
"text-generation":{
"input":{
"text":"蒙古国的首都是乌兰巴托Ulaanbaatar\n冰岛的首都是雷克雅未克Reykjavik\n埃塞俄比亚的首都是"
},
"parameters":{
}
},
"text-ranking":{
"input":{
"source_sentence":[
"how long it take to get a master's degree"
],
"sentences_to_compare":[
"On average, students take about 18 to 24 months to complete a master's degree.",
"On the other hand, some students prefer to go at a slower pace and choose to take several years to complete their studies.",
"It can take anywhere from two semesters"
]
}
},
"text-summarization":{
"input":{
"text":"five-time world champion michelle kwan withdrew from the #### us figure skating championships on wednesday , but will petition us skating officials for the chance to compete at the #### turin olympics ."
}
},
"text-to-video-synthesis":{
"input":{
"text":"A panda eating bamboo on a rock."
}
},
"translation":{
"input":{
"text":"声明补充说,沃伦的同事都深感震惊,并且希望他能够投案自首。"
}
},
"video-captioning":{
"input":{
"video":"data/test/videos/video_caption_and_qa_test.mp4"
}
},
"video-category":{
"input":{
"video":"data/test/videos/video_category_test_video.mp4"
}
},
"video-depth-estimation":{
"input":{
"video":"data/test/videos/video_depth_estimation.mp4"
}
},
"video-embedding":{
"input":{
"video":"data/test/videos/action_recognition_test_video.mp4"
}
},
"video-multi-object-tracking":{
"input":{
"video":"data/test/videos/MOT17-03-partial.mp4"
}
},
"video-panoptic-segmentation":{
"input":{
"video":"data/test/videos/kitti-step_testing_image_02_0000.mp4"
}
},
"video-question-answering":{
"input":{
"video":"data/test/videos/video_caption_and_qa_test.mp4",
"text":"How many people are there?"
}
},
"video-summarization":{
"input":{
"text":"data/test/videos/video_category_test_video.mp4"
}
},
"visual-entailment":{
"input":{
"image":"data/test/images/dogs.jpg",
"text":"there are two birds."
}
},
"visual-grounding":{
"input":{
"image":"data/test/images/visual_grounding.png",
"text":"a blue turtle-like pokemon with round head"
}
},
"visual-question-answering":{
"input":{
"image":"data/test/images/image_mplug_vqa.jpg",
"text":"What is the woman doing?"
}
},
"word-segmentation":{
"input":{
"text":"今天天气不错,适合出去游玩"
}
},
"zero-shot-classification":{
"input":{
"text":"全新突破 解放军运20版空中加油机曝光"
},
"parameters":{
"candidate_labels":[
"文化",
"体育",
"娱乐",
"财经",
"家居",
"汽车",
"教育",
"科技",
"军事"
]
}
}
}