diff --git a/README.md b/README.md index 8f65652..ee3e794 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ SuperCLUE总排行榜:https://www.superclueai.com/ +大模型综合能力评测对比表:https://www.datalearner.com/ai-models/leaderboard/datalearner-llm-leaderboard + +大模型编程能力评测对比表:https://www.datalearner.com/ai-models/leaderboard/datalearner-llm-coding-leaderboard + ## 市面上的大模型 diff --git a/data-organizing-tool/database/big_model.sql b/data-organizing-tool/database/big_model.sql new file mode 100644 index 0000000..e885055 --- /dev/null +++ b/data-organizing-tool/database/big_model.sql @@ -0,0 +1,458 @@ +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for large_model_info +-- ---------------------------- +DROP TABLE IF EXISTS `large_model_info`; +CREATE TABLE `large_model_info` ( + `id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键', + `model_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模型代号', + `model_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模型名称', + `model_parameter` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模型的参数大小', + `model_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模型简介', + `opensource` tinyint NULL DEFAULT NULL COMMENT '是否开源(0-不开源;1-开源)', + `require_payment` tinyint NULL DEFAULT NULL COMMENT '是否收费(0-不收费;1-收费)', + `model_language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模型语言(多个用,分隔。Chinese-中文;English-英文)', + `publisher` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模型发布商', + `release_date` date NULL DEFAULT NULL COMMENT '模型发布时间', + `call_type` json NULL COMMENT '调用方式(API, WebSite, 小程序, App, ...)', + `url_homepage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '官网地址', + `url_github` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'GitHub开源地址', + `url_hugging_face` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'HuggingFace模型地址', + `url_docs` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '文档地址', + `url_demo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '示例地址', + `url_download` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模型下载地址', + `license` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '授权方式', + `is_finish` tinyint NOT NULL DEFAULT 0 COMMENT '记录是否整理完成(1-已完成;0-未完成。不对用户展示)', + `hidden_comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注信息(不对用户展示)', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of large_model_info +-- ---------------------------- +INSERT INTO `large_model_info` VALUES ('(待完善)/AgentLM-13B', 'AgentLM-13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-10-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/AgentLM-70B', 'AgentLM-70B', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2023-10-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/AgentLM-7B', 'AgentLM-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-10-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/AI2 OLMo', 'AI2 OLMo', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-01-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/AnyText', 'AnyText', NULL, '5亿', NULL, NULL, NULL, NULL, NULL, '2023-11-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Apollo-7B', 'Apollo-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-03-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Aquila-7B', 'Aquila-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-06-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Aquila2-34B', 'Aquila2-34B', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-10-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Aquila2-70B-Expr', 'Aquila2-70B-Expr', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2023-11-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/AquilaCode-7B-multi', 'AquilaCode-7B-multi', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-07-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/AquilaCode-7B-py', 'AquilaCode-7B-py', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-07-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/AudioGen', 'AudioGen', NULL, '15亿', NULL, NULL, NULL, NULL, NULL, '2023-05-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/AudioGPT', 'AudioGPT', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-04-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/AudioLDM 2 Full', 'AudioLDM 2 Full', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-08-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Baichuan 13B - Base', 'Baichuan 13B - Base', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-07-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Baichuan 13B - Chat', 'Baichuan 13B - Chat', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-07-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Baichuan 7B', 'Baichuan 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-06-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Baichuan2-13B-Base', 'Baichuan2-13B-Base', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-09-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Baichuan2-13B-Chat', 'Baichuan2-13B-Chat', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-09-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Baichuan2-192K', 'Baichuan2-192K', NULL, '530亿', NULL, NULL, NULL, NULL, NULL, '2023-10-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Baichuan2-7B-Base', 'Baichuan2-7B-Base', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-09-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Baichuan2-7B-Chat', 'Baichuan2-7B-Chat', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-09-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/baichuan3', 'baichuan3', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2024-01-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BERT', 'BERT', NULL, '3.4亿', NULL, NULL, NULL, NULL, NULL, '2018-10-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-Base-en', 'BGE-Base-en', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-08-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-Base-zh', 'BGE-Base-zh', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-08-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-Large-en', 'BGE-Large-en', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-08-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-Large-en-v1.5', 'BGE-Large-en-v1.5', NULL, '3.26亿', NULL, NULL, NULL, NULL, NULL, '2023-09-12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-Large-zh', 'BGE-Large-zh', NULL, '3亿', NULL, NULL, NULL, NULL, NULL, '2023-08-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-Large-zh-noinstruct', 'BGE-Large-zh-noinstruct', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-08-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-M3-Embedding', 'BGE-M3-Embedding', NULL, '1.13亿', NULL, NULL, NULL, NULL, NULL, '2024-01-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-M3-Embedding-Unsupervised', 'BGE-M3-Embedding-Unsupervised', NULL, '1.13亿', NULL, NULL, NULL, NULL, NULL, '2024-01-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-Small-en', 'BGE-Small-en', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-08-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BGE-Small-zh', 'BGE-Small-zh', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-08-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BLOOM', 'BLOOM', NULL, '1760亿', NULL, NULL, NULL, NULL, NULL, '2022-07-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BloombergGPT', 'BloombergGPT', NULL, '500亿', NULL, NULL, NULL, NULL, NULL, '2023-03-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/BTLM-3B-8K', 'BTLM-3B-8K', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-07-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Bunny-3B', 'Bunny-3B', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2024-02-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/C4AI Command R+', 'C4AI Command R+', NULL, '1040亿', NULL, NULL, NULL, NULL, NULL, '2024-04-04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/C4AI Command-R', 'C4AI Command-R', NULL, '350亿', NULL, NULL, NULL, NULL, NULL, '2024-03-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Cerebras GPT', 'Cerebras GPT', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-03-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGLM-6B', 'ChatGLM-6B', NULL, '62亿', NULL, NULL, NULL, NULL, NULL, '2023-03-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGLM2 12B', 'ChatGLM2 12B', NULL, '120亿', NULL, NULL, NULL, NULL, NULL, '2023-06-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGLM2-6B', 'ChatGLM2-6B', NULL, '62亿', NULL, NULL, NULL, NULL, NULL, '2023-06-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGLM2-6B-32K', 'ChatGLM2-6B-32K', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-07-31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGLM3-1.5B', 'ChatGLM3-1.5B', NULL, '15亿', NULL, NULL, NULL, NULL, NULL, '2023-10-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGLM3-3B', 'ChatGLM3-3B', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-10-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGLM3-6B', 'ChatGLM3-6B', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-10-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGLM3-6B-32K', 'ChatGLM3-6B-32K', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-10-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGLM3-6B-Base', 'ChatGLM3-6B-Base', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-10-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ChatGPT', 'ChatGPT', NULL, '1750亿', NULL, NULL, NULL, NULL, NULL, '2022-11-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Chinchilla', 'Chinchilla', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2022-03-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Claude3-Haiku', 'Claude3-Haiku', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2024-03-04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Claude3-Opus', 'Claude3-Opus', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2024-03-04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Claude3-Sonnet', 'Claude3-Sonnet', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2024-03-04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CLIP', 'CLIP', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2021-01-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CM3leon', 'CM3leon', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-07-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeGeeX', 'CodeGeeX', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2022-09-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeGeeX2-6B', 'CodeGeeX2-6B', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-07-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeGemma-2B', 'CodeGemma-2B', NULL, '20亿', NULL, NULL, NULL, NULL, NULL, '2024-04-09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeGemma-7B', 'CodeGemma-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-04-09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeGemma-7B-IT', 'CodeGemma-7B-IT', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-04-09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeGen', 'CodeGen', NULL, '160亿', NULL, NULL, NULL, NULL, NULL, '2022-04-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeGen2.5', 'CodeGen2.5', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-07-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLLaMA-13B', 'CodeLLaMA-13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLLaMA-34B', 'CodeLLaMA-34B', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLlama-70B-Base', 'CodeLlama-70B-Base', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2024-01-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLlama-70B-Instruct', 'CodeLlama-70B-Instruct', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2024-01-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLlama-70B-Python', 'CodeLlama-70B-Python', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2024-01-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLLaMA-7B', 'CodeLLaMA-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLLaMA-Instruct-13B', 'CodeLLaMA-Instruct-13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLLaMA-Instruct-34B', 'CodeLLaMA-Instruct-34B', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLLaMA-Instruct-7B', 'CodeLLaMA-Instruct-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLLaMA-Python-13B', 'CodeLLaMA-Python-13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLLaMA-Python-34B', 'CodeLLaMA-Python-34B', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeLLaMA-Python-7B', 'CodeLLaMA-Python-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeQwen1.5-7B', 'CodeQwen1.5-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-04-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeQwen1.5-7B-Chat', 'CodeQwen1.5-7B-Chat', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-04-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Codestral', 'Codestral', NULL, '220亿', NULL, NULL, NULL, NULL, NULL, '2024-05-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeT5', 'CodeT5', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2021-09-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CodeT5+', 'CodeT5+', NULL, '160亿', NULL, NULL, NULL, NULL, NULL, '2023-05-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Codex', 'Codex', NULL, '1750亿', NULL, NULL, NULL, NULL, NULL, '2021-08-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CogVLM', 'CogVLM', NULL, '170亿', NULL, NULL, NULL, NULL, NULL, '2023-10-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ColossalChat', 'ColossalChat', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-03-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Composer', 'Composer', NULL, '50亿', NULL, NULL, NULL, NULL, NULL, '2023-02-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ControlNet', 'ControlNet', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-02-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ControlNet-v1-1', 'ControlNet-v1-1', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-04-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/CPM-Bee', 'CPM-Bee', NULL, '100亿', NULL, NULL, NULL, NULL, NULL, '2023-05-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DALL·E', 'DALL·E', NULL, '120亿', NULL, NULL, NULL, NULL, NULL, '2021-02-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DALL·E2', 'DALL·E2', NULL, '35亿', NULL, NULL, NULL, NULL, NULL, '2022-04-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DALL·E3', 'DALL·E3', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-09-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DBRX Base', 'DBRX Base', NULL, '1320亿', NULL, NULL, NULL, NULL, NULL, '2024-03-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DBRX Instruct', 'DBRX Instruct', NULL, '1320亿', NULL, NULL, NULL, NULL, NULL, '2024-03-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeciDiffusion 1.0', 'DeciDiffusion 1.0', NULL, '8.2亿', NULL, NULL, NULL, NULL, NULL, '2023-09-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeciLM 6B', 'DeciLM 6B', NULL, '57亿', NULL, NULL, NULL, NULL, NULL, '2023-09-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeciLM 6B-Instruct', 'DeciLM 6B-Instruct', NULL, '57亿', NULL, NULL, NULL, NULL, NULL, '2023-09-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeciLM-7B', 'DeciLM-7B', NULL, '70.4亿', NULL, NULL, NULL, NULL, NULL, '2023-12-12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeciLM-7B-Instruct', 'DeciLM-7B-Instruct', NULL, '70.4亿', NULL, NULL, NULL, NULL, NULL, '2023-12-12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepFloyd IF', 'DeepFloyd IF', NULL, '43亿', NULL, NULL, NULL, NULL, NULL, '2023-04-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek Coder-33B Instruct', 'DeepSeek Coder-33B Instruct', NULL, '330亿', NULL, NULL, NULL, NULL, NULL, '2023-11-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek Coder-6.7B Instruct', 'DeepSeek Coder-6.7B Instruct', NULL, '67亿', NULL, NULL, NULL, NULL, NULL, '2023-11-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek LLM 67B Base', 'DeepSeek LLM 67B Base', NULL, '670亿', NULL, NULL, NULL, NULL, NULL, '2023-11-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek LLM 67B Chat', 'DeepSeek LLM 67B Chat', NULL, '670亿', NULL, NULL, NULL, NULL, NULL, '2023-11-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek LLM 7B Base', 'DeepSeek LLM 7B Base', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-11-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek LLM 7B Chat', 'DeepSeek LLM 7B Chat', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-11-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek VL-1.3B-Base', 'DeepSeek VL-1.3B-Base', NULL, '13亿', NULL, NULL, NULL, NULL, NULL, '2024-03-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek VL-1.3B-Chat', 'DeepSeek VL-1.3B-Chat', NULL, '13亿', NULL, NULL, NULL, NULL, NULL, '2024-03-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek VL-7B-Base', 'DeepSeek VL-7B-Base', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-03-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek VL-7B-Chat', 'DeepSeek VL-7B-Chat', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-03-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek-V2-236B', 'DeepSeek-V2-236B', NULL, '2360亿', NULL, NULL, NULL, NULL, NULL, '2024-05-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeek-V2-236B-Chat', 'DeepSeek-V2-236B-Chat', NULL, '2360亿', NULL, NULL, NULL, NULL, NULL, '2024-05-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeekMoE 145B Base', 'DeepSeekMoE 145B Base', NULL, '1446亿', NULL, NULL, NULL, NULL, NULL, '2024-01-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeekMoE 145B Chat', 'DeepSeekMoE 145B Chat', NULL, '1446亿', NULL, NULL, NULL, NULL, NULL, '2024-01-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeekMoE 16B Base', 'DeepSeekMoE 16B Base', NULL, '164亿', NULL, NULL, NULL, NULL, NULL, '2024-01-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DeepSeekMoE 16B Chat', 'DeepSeekMoE 16B Chat', NULL, '164亿', NULL, NULL, NULL, NULL, NULL, '2024-01-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DINOv2', 'DINOv2', NULL, '11亿', NULL, NULL, NULL, NULL, NULL, '2023-04-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Distil-Whisper', 'Distil-Whisper', NULL, '15.5亿', NULL, NULL, NULL, NULL, NULL, '2023-11-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Dolly', 'Dolly', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-03-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/dolly-v2', 'dolly-v2', NULL, '120亿', NULL, NULL, NULL, NULL, NULL, '2023-04-12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/DoReMi', 'DoReMi', NULL, '80亿', NULL, NULL, NULL, NULL, NULL, '2023-05-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/E5-Large-v2', 'E5-Large-v2', NULL, '3.3亿', NULL, NULL, NULL, NULL, NULL, '2023-05-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Emu', 'Emu', NULL, '28亿', NULL, NULL, NULL, NULL, NULL, '2023-09-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ERNIE 1.0', 'ERNIE 1.0', NULL, '3.4亿', NULL, NULL, NULL, NULL, NULL, '2019-03-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ERNIE 2.0', 'ERNIE 2.0', NULL, '3.4亿', NULL, NULL, NULL, NULL, NULL, '2019-07-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ERNIE 3.0', 'ERNIE 3.0', NULL, '100亿', NULL, NULL, NULL, NULL, NULL, '2021-07-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ERNIE-ViLG 2.0', 'ERNIE-ViLG 2.0', NULL, '240亿', NULL, NULL, NULL, NULL, NULL, '2022-10-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Falcon 40B', 'Falcon 40B', NULL, '400亿', NULL, NULL, NULL, NULL, NULL, '2023-05-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Falcon 40B Instruct', 'Falcon 40B Instruct', NULL, '400亿', NULL, NULL, NULL, NULL, NULL, '2023-05-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Falcon 7B', 'Falcon 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-04-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/FastChat-T5', 'FastChat-T5', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-04-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Flan-T5', 'Flan-T5', NULL, '110亿', NULL, NULL, NULL, NULL, NULL, '2022-10-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Flan-UL2', 'Flan-UL2', NULL, '200亿', NULL, NULL, NULL, NULL, NULL, '2023-03-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/FreeWilly1', 'FreeWilly1', NULL, '650亿', NULL, NULL, NULL, NULL, NULL, '2023-07-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/FreeWilly2', 'FreeWilly2', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2023-07-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Galactica', 'Galactica', NULL, '1200亿', NULL, NULL, NULL, NULL, NULL, '2022-11-15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemini 1.5 Pro', 'Gemini 1.5 Pro', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2024-02-15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemini-Nano', 'Gemini-Nano', NULL, '32.5亿', NULL, NULL, NULL, NULL, NULL, '2023-12-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemini-pro', 'Gemini-pro', NULL, '1000亿', NULL, NULL, NULL, NULL, NULL, '2023-12-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemini-ultra', 'Gemini-ultra', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-12-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemma 1.1-2B-IT', 'Gemma 1.1-2B-IT', NULL, '20亿', NULL, NULL, NULL, NULL, NULL, '2024-04-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemma 1.1-7B-IT', 'Gemma 1.1-7B-IT', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-04-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemma 2B', 'Gemma 2B', NULL, '20亿', NULL, NULL, NULL, NULL, NULL, '2024-02-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemma 2B - It', 'Gemma 2B - It', NULL, '20亿', NULL, NULL, NULL, NULL, NULL, '2024-02-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemma 7B', 'Gemma 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-02-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemma 7B - It', 'Gemma 7B - It', NULL, '20亿', NULL, NULL, NULL, NULL, NULL, '2024-02-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gemma2-27B', 'Gemma2-27B', NULL, '270亿', NULL, NULL, NULL, NULL, NULL, '2024-05-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GLaM', 'GLaM', NULL, '12000亿', NULL, NULL, NULL, NULL, NULL, '2021-12-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GLM-130B', 'GLM-130B', NULL, '1300亿', NULL, NULL, NULL, NULL, NULL, '2022-03-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GLM-4-9B', 'GLM-4-9B', NULL, '90亿', NULL, NULL, NULL, NULL, NULL, '2024-06-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GLM-4-9B-Chat', 'GLM-4-9B-Chat', NULL, '90亿', NULL, NULL, NULL, NULL, NULL, '2024-06-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GLM-4-9B-Chat-1M', 'GLM-4-9B-Chat-1M', NULL, '90亿', NULL, NULL, NULL, NULL, NULL, '2024-06-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GLM-4V-9B', 'GLM-4V-9B', NULL, '90亿', NULL, NULL, NULL, NULL, NULL, '2024-06-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GLM4', 'GLM4', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2024-01-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Goat', 'Goat', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-05-23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Gopher', 'Gopher', NULL, '2800亿', NULL, NULL, NULL, NULL, NULL, '2021-12-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-1', 'GPT-1', NULL, '1.17亿', NULL, NULL, NULL, NULL, NULL, '2018-06-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-2', 'GPT-2', NULL, '15亿', NULL, NULL, NULL, NULL, NULL, '2019-02-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-2B-001', 'GPT-2B-001', NULL, '20亿', NULL, NULL, NULL, NULL, NULL, '2023-04-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-3', 'GPT-3', NULL, '1750亿', NULL, NULL, NULL, NULL, NULL, '2020-05-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-3.5', 'GPT-3.5', NULL, '1750亿', NULL, NULL, NULL, NULL, NULL, '2022-11-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-4', 'GPT-4', NULL, '1750亿', NULL, NULL, NULL, NULL, NULL, '2023-03-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-4o', 'GPT-4o', NULL, '亿', NULL, NULL, NULL, NULL, NULL, '2024-05-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-4V', 'GPT-4V', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-09-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-J 6B', 'GPT-J 6B', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2021-06-04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-JT', 'GPT-JT', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2022-11-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-Neo', 'GPT-Neo', NULL, '27亿', NULL, NULL, NULL, NULL, NULL, '2021-03-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-NeoX-20B', 'GPT-NeoX-20B', NULL, '200亿', NULL, NULL, NULL, NULL, NULL, '2022-04-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT-NeoXT-Chat-Base-20B', 'GPT-NeoXT-Chat-Base-20B', NULL, '200亿', NULL, NULL, NULL, NULL, NULL, '2023-03-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT4All', 'GPT4All', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-03-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT4All 13B', 'GPT4All 13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-04-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT4All J', 'GPT4All J', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-04-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GPT4All LoRA', 'GPT4All LoRA', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-03-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Grok-0', 'Grok-0', NULL, '330亿', NULL, NULL, NULL, NULL, NULL, '2023-11-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Grok-1', 'Grok-1', NULL, '3140亿', NULL, NULL, NULL, NULL, NULL, '2024-03-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Grok-1.5', 'Grok-1.5', NULL, '亿', NULL, NULL, NULL, NULL, NULL, '2024-03-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GTE-Base', 'GTE-Base', NULL, '1.1亿', NULL, NULL, NULL, NULL, NULL, '2023-08-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GTE-Large', 'GTE-Large', NULL, '3.3亿', NULL, NULL, NULL, NULL, NULL, '2023-08-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/GTE-Small', 'GTE-Small', NULL, '0.3亿', NULL, NULL, NULL, NULL, NULL, '2023-08-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Guanaco', 'Guanaco', NULL, '650亿', NULL, NULL, NULL, NULL, NULL, '2023-05-23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/h2oGPT', 'h2oGPT', NULL, '200亿', NULL, NULL, NULL, NULL, NULL, '2023-04-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/HuggingChat', 'HuggingChat', NULL, '300亿', NULL, NULL, NULL, NULL, NULL, '2023-04-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/HuggingGPT', 'HuggingGPT', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-03-31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/HunYuan-NLP 1T', 'HunYuan-NLP 1T', NULL, '10000亿', NULL, NULL, NULL, NULL, NULL, '2022-11-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ImageBind', 'ImageBind', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-05-09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Imagen', 'Imagen', NULL, '20亿', NULL, NULL, NULL, NULL, NULL, '2022-05-23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Instruct GPT', 'Instruct GPT', NULL, '1750亿', NULL, NULL, NULL, NULL, NULL, '2022-03-04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/InstructBLIP', 'InstructBLIP', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-05-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/INT8 GPT-J 6B', 'INT8 GPT-J 6B', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-03-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/InternLM 20B', 'InternLM 20B', NULL, '200亿', NULL, NULL, NULL, NULL, NULL, '2023-09-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/InternLM 7B', 'InternLM 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-06-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/InternLM Chat 7B 8K', 'InternLM Chat 7B 8K', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-06-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/InternLM-Chat 20B', 'InternLM-Chat 20B', NULL, '200亿', NULL, NULL, NULL, NULL, NULL, '2023-09-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/InternLM2-Base-20B', 'InternLM2-Base-20B', NULL, '200亿', NULL, NULL, NULL, NULL, NULL, '2024-01-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/InternLM2-Base-7B', 'InternLM2-Base-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-01-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Jamba-v0.1', 'Jamba-v0.1', NULL, '520亿', NULL, NULL, NULL, NULL, NULL, '2024-03-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/jina-embeddings-v2-small-en', 'jina-embeddings-v2-small-en', NULL, '0.33亿', NULL, NULL, NULL, NULL, NULL, '2023-10-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Koala', 'Koala', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-04-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LaVie', 'LaVie', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-09-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LightGPT Instruct 6B', 'LightGPT Instruct 6B', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-05-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LIMA', 'LIMA', NULL, '650亿', NULL, NULL, NULL, NULL, NULL, '2023-05-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Lit-LLaMA', 'Lit-LLaMA', NULL, '650亿', NULL, NULL, NULL, NULL, NULL, '2023-03-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA', 'LLaMA', NULL, '650亿', NULL, NULL, NULL, NULL, NULL, '2023-02-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA 13B', 'LLaMA 13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-02-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA 33B', 'LLaMA 33B', NULL, '330亿', NULL, NULL, NULL, NULL, NULL, '2023-02-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA 65B', 'LLaMA 65B', NULL, '650亿', NULL, NULL, NULL, NULL, NULL, '2023-02-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA 7B', 'LLaMA 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-02-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA Adapter V2', 'LLaMA Adapter V2', NULL, '650亿', NULL, NULL, NULL, NULL, NULL, '2023-04-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA Pro - 8B', 'LLaMA Pro - 8B', NULL, '83亿', NULL, NULL, NULL, NULL, NULL, '2024-01-04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA-2-7B-32K', 'LLaMA-2-7B-32K', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-07-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA2 13B', 'LLaMA2 13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-07-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA2 34B', 'LLaMA2 34B', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-07-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA2 70B', 'LLaMA2 70B', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2023-07-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaMA2 7B', 'LLaMA2 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-07-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Llama3-400B-Instruct-InTraining', 'Llama3-400B-Instruct-InTraining', NULL, '4000亿', NULL, NULL, NULL, NULL, NULL, '2024-04-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Llama3-400B-InTraining', 'Llama3-400B-InTraining', NULL, '4000亿', NULL, NULL, NULL, NULL, NULL, '2024-04-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Llama3-70B', 'Llama3-70B', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2024-04-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Llama3-70B-Instruct', 'Llama3-70B-Instruct', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2024-04-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Llama3-8B', 'Llama3-8B', NULL, '80亿', NULL, NULL, NULL, NULL, NULL, '2024-04-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Llama3-8B-Instruct', 'Llama3-8B-Instruct', NULL, '80亿', NULL, NULL, NULL, NULL, NULL, '2024-04-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LLaVA', 'LLaVA', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-04-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LongChat-13B-16K', 'LongChat-13B-16K', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-06-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LongChat-7B-16K', 'LongChat-7B-16K', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-06-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LongForm LLaMA 7B', 'LongForm LLaMA 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-04-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LongForm OPT', 'LongForm OPT', NULL, '67亿', NULL, NULL, NULL, NULL, NULL, '2023-04-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/LVDM', 'LVDM', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-04-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/m3e-Base', 'm3e-Base', NULL, '1.1亿', NULL, NULL, NULL, NULL, NULL, '2023-06-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/m3e-Large', 'm3e-Large', NULL, '3.4亿', NULL, NULL, NULL, NULL, NULL, '2023-06-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/M6', 'M6', NULL, '1000亿', NULL, NULL, NULL, NULL, NULL, '2021-03-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MiniCPM-1B-SFT', 'MiniCPM-1B-SFT', NULL, '12亿', NULL, NULL, NULL, NULL, NULL, '2024-04-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MiniCPM-2B-128k', 'MiniCPM-2B-128k', NULL, '24亿', NULL, NULL, NULL, NULL, NULL, '2024-04-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MiniCPM-2B-DPO', 'MiniCPM-2B-DPO', NULL, '24亿', NULL, NULL, NULL, NULL, NULL, '2024-01-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MiniCPM-2B-SFT', 'MiniCPM-2B-SFT', NULL, '24亿', NULL, NULL, NULL, NULL, NULL, '2024-02-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MiniCPM-MoE-8x2B', 'MiniCPM-MoE-8x2B', NULL, '136亿', NULL, NULL, NULL, NULL, NULL, '2024-04-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MiniCPM-V-2', 'MiniCPM-V-2', NULL, '28亿', NULL, NULL, NULL, NULL, NULL, '2024-04-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MiniGPT-4', 'MiniGPT-4', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-04-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mistral 7B', 'Mistral 7B', NULL, '73亿', NULL, NULL, NULL, NULL, NULL, '2023-09-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mistral 7B Instruct', 'Mistral 7B Instruct', NULL, '73亿', NULL, NULL, NULL, NULL, NULL, '2023-09-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mistral Large', 'Mistral Large', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2024-02-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mistral Next', 'Mistral Next', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2024-02-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mistral-7B-Instruct-v0.2', 'Mistral-7B-Instruct-v0.2', NULL, '73亿', NULL, NULL, NULL, NULL, NULL, '2023-11-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mistral-7B-Instruct-v0.3', 'Mistral-7B-Instruct-v0.3', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-05-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mistral-7B-v0.2', 'Mistral-7B-v0.2', NULL, '73亿', NULL, NULL, NULL, NULL, NULL, '2024-03-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mistral-7B-v0.3', 'Mistral-7B-v0.3', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-05-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mixtral-8×22B-MoE', 'Mixtral-8×22B-MoE', NULL, '1410亿', NULL, NULL, NULL, NULL, NULL, '2024-04-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mixtral-8×7B-MoE', 'Mixtral-8×7B-MoE', NULL, '450亿', NULL, NULL, NULL, NULL, NULL, '2023-12-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Mixtral-8x22B-Instruct-v0.1', 'Mixtral-8x22B-Instruct-v0.1', NULL, '1410亿', NULL, NULL, NULL, NULL, NULL, '2024-04-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MMS', 'MMS', NULL, '10亿', NULL, NULL, NULL, NULL, NULL, '2023-05-23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MOSS', 'MOSS', NULL, '160亿', NULL, NULL, NULL, NULL, NULL, '2023-02-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT 7B', 'MPT 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-05-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-30B', 'MPT-30B', NULL, '300亿', NULL, NULL, NULL, NULL, NULL, '2023-06-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-30B-Chat', 'MPT-30B-Chat', NULL, '300亿', NULL, NULL, NULL, NULL, NULL, '2023-06-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-30B-Instruct', 'MPT-30B-Instruct', NULL, '300亿', NULL, NULL, NULL, NULL, NULL, '2023-06-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-7B-8K', 'MPT-7B-8K', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-07-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-7B-8k-Chat', 'MPT-7B-8k-Chat', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-07-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-7B-8k-Instruct', 'MPT-7B-8k-Instruct', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-07-18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-7B-Base', 'MPT-7B-Base', NULL, '67亿', NULL, NULL, NULL, NULL, NULL, '2023-05-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-7B-Chat', 'MPT-7B-Chat', NULL, '67亿', NULL, NULL, NULL, NULL, NULL, '2023-05-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-7B-Instruct', 'MPT-7B-Instruct', NULL, '67亿', NULL, NULL, NULL, NULL, NULL, '2023-05-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MPT-7B-StoryWriter-65k+', 'MPT-7B-StoryWriter-65k+', NULL, '67亿', NULL, NULL, NULL, NULL, NULL, '2023-05-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MT-NLG', 'MT-NLG', NULL, '5400亿', NULL, NULL, NULL, NULL, NULL, '2022-01-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Multilingual-E5-Large', 'Multilingual-E5-Large', NULL, '3亿', NULL, NULL, NULL, NULL, NULL, '2022-12-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/MusicGen', 'MusicGen', NULL, '33亿', NULL, NULL, NULL, NULL, NULL, '2023-06-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/OpenAssistant LLaMA', 'OpenAssistant LLaMA', NULL, '300亿', NULL, NULL, NULL, NULL, NULL, '2023-03-09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/OpenAssistant-Pythia', 'OpenAssistant-Pythia', NULL, '120亿', NULL, NULL, NULL, NULL, NULL, '2023-04-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/OpenChat', 'OpenChat', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-07-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/OpenChat-8192', 'OpenChat-8192', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-07-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/OpenLLaMA 13B', 'OpenLLaMA 13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-06-15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/OpenLLaMA 7B', 'OpenLLaMA 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-05-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/OPT', 'OPT', NULL, '1750亿', NULL, NULL, NULL, NULL, NULL, '2022-05-02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Orca-2-13b', 'Orca-2-13b', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-11-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Orion-14B-Base', 'Orion-14B-Base', NULL, '140亿', NULL, NULL, NULL, NULL, NULL, '2024-01-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Orion-14B-Chat', 'Orion-14B-Chat', NULL, '140亿', NULL, NULL, NULL, NULL, NULL, '2024-01-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/PaliGemma-3B', 'PaliGemma-3B', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2024-05-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/PaLM', 'PaLM', NULL, '5400亿', NULL, NULL, NULL, NULL, NULL, '2022-04-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/PaLM 2', 'PaLM 2', NULL, '3400亿', NULL, NULL, NULL, NULL, NULL, '2023-05-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/PaLM-Coder', 'PaLM-Coder', NULL, '5400亿', NULL, NULL, NULL, NULL, NULL, '2022-04-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/PaLM-E', 'PaLM-E', NULL, '5620亿', NULL, NULL, NULL, NULL, NULL, '2023-03-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/PaLM2-S', 'PaLM2-S', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-05-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/PanGu-Alpha', 'PanGu-Alpha', NULL, '2000亿', NULL, NULL, NULL, NULL, NULL, '2021-04-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/PanGu-Coder2', 'PanGu-Coder2', NULL, '150亿', NULL, NULL, NULL, NULL, NULL, '2023-07-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Phi-1', 'Phi-1', NULL, '13亿', NULL, NULL, NULL, NULL, NULL, '2023-06-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/phi-1.5', 'phi-1.5', NULL, '13亿', NULL, NULL, NULL, NULL, NULL, '2023-09-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Phi-2', 'Phi-2', NULL, '27亿', NULL, NULL, NULL, NULL, NULL, '2023-12-12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Phi-3-medium 14B-preview', 'Phi-3-medium 14B-preview', NULL, '140亿', NULL, NULL, NULL, NULL, NULL, '2024-04-23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Phi-3-mini 3.8B', 'Phi-3-mini 3.8B', NULL, '38亿', NULL, NULL, NULL, NULL, NULL, '2024-04-23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Phi-3-small 7B', 'Phi-3-small 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-04-23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Phind-CodeLlama-34B-Python-v1', 'Phind-CodeLlama-34B-Python-v1', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-08-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Phind-CodeLlama-34B-v1', 'Phind-CodeLlama-34B-v1', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-08-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/PLUG', 'PLUG', NULL, '270亿', NULL, NULL, NULL, NULL, NULL, '2022-09-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Point-E', 'Point-E', NULL, '10亿', NULL, NULL, NULL, NULL, NULL, '2022-12-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Pythia', 'Pythia', NULL, '120亿', NULL, NULL, NULL, NULL, NULL, '2023-04-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-1.8B', 'Qwen-1.8B', NULL, '18亿', NULL, NULL, NULL, NULL, NULL, '2023-11-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-14B', 'Qwen-14B', NULL, '140亿', NULL, NULL, NULL, NULL, NULL, '2023-09-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-14B-Chat', 'Qwen-14B-Chat', NULL, '140亿', NULL, NULL, NULL, NULL, NULL, '2023-09-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-72B', 'Qwen-72B', NULL, '720亿', NULL, NULL, NULL, NULL, NULL, '2023-11-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-7B', 'Qwen-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-08-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-7B-Chat', 'Qwen-7B-Chat', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-08-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-Audio', 'Qwen-Audio', NULL, '85亿', NULL, NULL, NULL, NULL, NULL, '2023-11-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-VL', 'Qwen-VL', NULL, '96亿', NULL, NULL, NULL, NULL, NULL, '2023-08-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-VL-MAX', 'Qwen-VL-MAX', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2024-01-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen-VL-Plus', 'Qwen-VL-Plus', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-11-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-0.5B-Chat', 'Qwen1.5-0.5B-Chat', NULL, '5亿', NULL, NULL, NULL, NULL, NULL, '2024-02-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-1.8B-Chat', 'Qwen1.5-1.8B-Chat', NULL, '18亿', NULL, NULL, NULL, NULL, NULL, '2024-02-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-110B', 'Qwen1.5-110B', NULL, '1100亿', NULL, NULL, NULL, NULL, NULL, '2024-04-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-110B-Chat', 'Qwen1.5-110B-Chat', NULL, '1100亿', NULL, NULL, NULL, NULL, NULL, '2024-04-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-14B-Chat', 'Qwen1.5-14B-Chat', NULL, '140亿', NULL, NULL, NULL, NULL, NULL, '2024-02-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-32B', 'Qwen1.5-32B', NULL, '320亿', NULL, NULL, NULL, NULL, NULL, '2024-04-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-4B-Chat', 'Qwen1.5-4B-Chat', NULL, '40亿', NULL, NULL, NULL, NULL, NULL, '2024-02-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-72B-Chat', 'Qwen1.5-72B-Chat', NULL, '720亿', NULL, NULL, NULL, NULL, NULL, '2024-02-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-7B-Chat', 'Qwen1.5-7B-Chat', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-02-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-MoE-A2.7B', 'Qwen1.5-MoE-A2.7B', NULL, '143亿', NULL, NULL, NULL, NULL, NULL, '2024-03-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen1.5-MoE-A2.7B-Chat', 'Qwen1.5-MoE-A2.7B-Chat', NULL, '143亿', NULL, NULL, NULL, NULL, NULL, '2024-03-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen2-0.5B', 'Qwen2-0.5B', NULL, '4亿', NULL, NULL, NULL, NULL, NULL, '2024-06-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen2-1.5B', 'Qwen2-1.5B', NULL, '15亿', NULL, NULL, NULL, NULL, NULL, '2024-06-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen2-57B-A14B', 'Qwen2-57B-A14B', NULL, '570亿', NULL, NULL, NULL, NULL, NULL, '2024-06-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen2-72B', 'Qwen2-72B', NULL, '727亿', NULL, NULL, NULL, NULL, NULL, '2024-06-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen2-72B-Instruct', 'Qwen2-72B-Instruct', NULL, '72亿', NULL, NULL, NULL, NULL, NULL, '2024-06-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Qwen2-7B', 'Qwen2-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-06-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Raven 14B', 'Raven 14B', NULL, '140亿', NULL, NULL, NULL, NULL, NULL, '2022-10-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Raven RWKV 7B', 'Raven RWKV 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-05-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/RecurrentGemma-2B', 'RecurrentGemma-2B', NULL, '27亿', NULL, NULL, NULL, NULL, NULL, '2024-04-09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/RecurrentGemma-2B-IT', 'RecurrentGemma-2B-IT', NULL, '27亿', NULL, NULL, NULL, NULL, NULL, '2024-04-09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/RedPajama INCITE 3B', 'RedPajama INCITE 3B', NULL, '28亿', NULL, NULL, NULL, NULL, NULL, '2023-05-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/RedPajama INCITE 7B V0.1', 'RedPajama INCITE 7B V0.1', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-05-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/RedPajama-2.8B', 'RedPajama-2.8B', NULL, '28亿', NULL, NULL, NULL, NULL, NULL, '2023-05-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/RedPajama-7B', 'RedPajama-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-04-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Replit Code V1 3B', 'Replit Code V1 3B', NULL, '27亿', NULL, NULL, NULL, NULL, NULL, '2023-04-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Replit-finetuned-v1-3b', 'Replit-finetuned-v1-3b', NULL, '27亿', NULL, NULL, NULL, NULL, NULL, '2023-04-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/SAM', 'SAM', NULL, '10亿', NULL, NULL, NULL, NULL, NULL, '2023-04-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/SeamlessM4T-Large', 'SeamlessM4T-Large', NULL, '23亿', NULL, NULL, NULL, NULL, NULL, '2023-08-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/SeamlessM4T-Medium', 'SeamlessM4T-Medium', NULL, '12亿', NULL, NULL, NULL, NULL, NULL, '2023-08-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Shap-E', 'Shap-E', NULL, '0亿', NULL, NULL, NULL, NULL, NULL, '2023-05-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Skywork-13B', 'Skywork-13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-10-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/SQLCoder', 'SQLCoder', NULL, '150亿', NULL, NULL, NULL, NULL, NULL, '2023-08-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/SQLCoder-70B-Alpha', 'SQLCoder-70B-Alpha', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2024-01-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable Cascade', 'Stable Cascade', NULL, '5亿', NULL, NULL, NULL, NULL, NULL, '2024-02-12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable Code 3B', 'Stable Code 3B', NULL, '27亿', NULL, NULL, NULL, NULL, NULL, '2024-01-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable Code Instruct 3B', 'Stable Code Instruct 3B', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2024-03-25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable Diffusion - 2.1', 'Stable Diffusion - 2.1', NULL, '9.83亿', NULL, NULL, NULL, NULL, NULL, '2022-12-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable Diffusion XL - Base 1.0', 'Stable Diffusion XL - Base 1.0', NULL, '23亿', NULL, NULL, NULL, NULL, NULL, '2023-04-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable Diffusion-1.0', 'Stable Diffusion-1.0', NULL, '9.83亿', NULL, NULL, NULL, NULL, NULL, '2022-08-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable Diffusion-2.0', 'Stable Diffusion-2.0', NULL, '9.83亿', NULL, NULL, NULL, NULL, NULL, '2022-11-24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable LM 2 - 1.6B', 'Stable LM 2 - 1.6B', NULL, '16亿', NULL, NULL, NULL, NULL, NULL, '2024-01-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable LM Zephyr 3B', 'Stable LM Zephyr 3B', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-12-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stable Zero123', 'Stable Zero123', NULL, '40亿', NULL, NULL, NULL, NULL, NULL, '2023-12-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StableCode-Completion-Alpha-3B', 'StableCode-Completion-Alpha-3B', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-08-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StableCode-Completion-Alpha-3B-4K', 'StableCode-Completion-Alpha-3B-4K', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-08-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StableCode-Instruct-Alpha-3B', 'StableCode-Instruct-Alpha-3B', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-08-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StableLM', 'StableLM', NULL, '1750亿', NULL, NULL, NULL, NULL, NULL, '2023-04-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StableLM 2 Zephyr-1.6B', 'StableLM 2 Zephyr-1.6B', NULL, '16亿', NULL, NULL, NULL, NULL, NULL, '2024-01-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StableLM2-12B', 'StableLM2-12B', NULL, '120亿', NULL, NULL, NULL, NULL, NULL, '2024-04-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StableLM2-12B-Chat', 'StableLM2-12B-Chat', NULL, '120亿', NULL, NULL, NULL, NULL, NULL, '2024-04-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StableVicuna-13B', 'StableVicuna-13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-04-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Stanford Alpaca', 'Stanford Alpaca', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-03-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StarCodeBase', 'StarCodeBase', NULL, '155亿', NULL, NULL, NULL, NULL, NULL, '2023-05-04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StarCoder', 'StarCoder', NULL, '155亿', NULL, NULL, NULL, NULL, NULL, '2023-05-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/StarCoder2-15B', 'StarCoder2-15B', NULL, '150亿', NULL, NULL, NULL, NULL, NULL, '2024-02-28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Starling-7B-LM-Beta', 'Starling-7B-LM-Beta', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-03-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/SVD', 'SVD', NULL, '10亿', NULL, NULL, NULL, NULL, NULL, '2023-11-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/SVD-XT', 'SVD-XT', NULL, '10亿', NULL, NULL, NULL, NULL, NULL, '2023-11-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Switch Transformer', 'Switch Transformer', NULL, '16000亿', NULL, NULL, NULL, NULL, NULL, '2021-01-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/T5', 'T5', NULL, '110亿', NULL, NULL, NULL, NULL, NULL, '2019-10-23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/TinyLlama', 'TinyLlama', NULL, '11亿', NULL, NULL, NULL, NULL, NULL, '2023-09-04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Tsinghua-ERNIE', 'Tsinghua-ERNIE', NULL, '1.14亿', NULL, NULL, NULL, NULL, NULL, '2019-05-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Turing-NLG', 'Turing-NLG', NULL, '170亿', NULL, NULL, NULL, NULL, NULL, '2020-02-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/UL2', 'UL2', NULL, '200亿', NULL, NULL, NULL, NULL, NULL, '2022-05-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/UltraLM-13B', 'UltraLM-13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-06-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/V-MoE', 'V-MoE', NULL, '150亿', NULL, NULL, NULL, NULL, NULL, '2021-06-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Vicuna 13B', 'Vicuna 13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-03-31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Vicuna 13B 16K', 'Vicuna 13B 16K', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-08-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Vicuna 33B', 'Vicuna 33B', NULL, '650亿', NULL, NULL, NULL, NULL, NULL, '2023-06-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Vicuna 7B', 'Vicuna 7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-04-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Vicuna 7B 16K', 'Vicuna 7B 16K', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-08-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/VideoBooth', 'VideoBooth', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-12-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/VisCPM-Chat', 'VisCPM-Chat', NULL, '100亿', NULL, NULL, NULL, NULL, NULL, '2023-06-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/VisCPM-Paint', 'VisCPM-Paint', NULL, '100亿', NULL, NULL, NULL, NULL, NULL, '2023-06-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Visual ChatGPT', 'Visual ChatGPT', NULL, '1750亿', NULL, NULL, NULL, NULL, NULL, '2023-03-08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/VisualGLM-6B', 'VisualGLM-6B', NULL, '78亿', NULL, NULL, NULL, NULL, NULL, '2023-05-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/ViT-22B', 'ViT-22B', NULL, '220亿', NULL, NULL, NULL, NULL, NULL, '2023-02-10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Voicebox', 'Voicebox', NULL, '3.72亿', NULL, NULL, NULL, NULL, NULL, '2023-06-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不开源', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Whisper', 'Whisper', NULL, '15.5亿', NULL, NULL, NULL, NULL, NULL, '2022-09-21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Whisper JAX', 'Whisper JAX', NULL, '15.5亿', NULL, NULL, NULL, NULL, NULL, '2023-04-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Whisper V2', 'Whisper V2', NULL, '15.5亿', NULL, NULL, NULL, NULL, NULL, '2022-12-09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardCoder-15B-V1.0', 'WizardCoder-15B-V1.0', NULL, '150亿', NULL, NULL, NULL, NULL, NULL, '2023-06-14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardCoder-1B-V1.0', 'WizardCoder-1B-V1.0', NULL, '10亿', NULL, NULL, NULL, NULL, NULL, '2023-08-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardCoder-3B-V1.0', 'WizardCoder-3B-V1.0', NULL, '30亿', NULL, NULL, NULL, NULL, NULL, '2023-08-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardCoder-Python-13B-V1.0', 'WizardCoder-Python-13B-V1.0', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-08-27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardCoder-Python-34B', 'WizardCoder-Python-34B', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-08-26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardLM-2 8x22B', 'WizardLM-2 8x22B', NULL, '1760亿', NULL, NULL, NULL, NULL, NULL, '2024-04-15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardLM-2-70B', 'WizardLM-2-70B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-04-15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardLM-2-7B', 'WizardLM-2-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2024-04-15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardLM-30B-V1', 'WizardLM-30B-V1', NULL, '300亿', NULL, NULL, NULL, NULL, NULL, '2023-06-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardLM-70B-V1.0', 'WizardLM-70B-V1.0', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2023-08-09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardMath-13B-V1.0', 'WizardMath-13B-V1.0', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2023-08-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardMath-70B-V1.0', 'WizardMath-70B-V1.0', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2023-08-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/WizardMath-7B-V1.0', 'WizardMath-7B-V1.0', NULL, '700亿', NULL, NULL, NULL, NULL, NULL, '2023-08-11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/XGen-7B', 'XGen-7B', NULL, '70亿', NULL, NULL, NULL, NULL, NULL, '2023-06-29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/XLNet', 'XLNet', NULL, '3.4亿', NULL, NULL, NULL, NULL, NULL, '2019-06-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/XVERSE-13B', 'XVERSE-13B', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-08-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/XVERSE-13B-256K', 'XVERSE-13B-256K', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2024-01-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/XVERSE-13B-Chat', 'XVERSE-13B-Chat', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-08-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/XVERSE-65B', 'XVERSE-65B', NULL, '650亿', NULL, NULL, NULL, NULL, NULL, '2023-11-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/XVERSE-MoE-A4.2B', 'XVERSE-MoE-A4.2B', NULL, '258亿', NULL, NULL, NULL, NULL, NULL, '2024-04-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/YAYI2-30B', 'YAYI2-30B', NULL, '300亿', NULL, NULL, NULL, NULL, NULL, '2023-12-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/YAYI2-30B-Chat', 'YAYI2-30B-Chat', NULL, '300亿', NULL, NULL, NULL, NULL, NULL, '2023-12-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '收费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-1.5-34B', 'Yi-1.5-34B', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2024-05-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-1.5-6B', 'Yi-1.5-6B', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2024-05-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-1.5-9B', 'Yi-1.5-9B', NULL, '90亿', NULL, NULL, NULL, NULL, NULL, '2024-05-13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-34B', 'Yi-34B', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-11-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-34B-200K', 'Yi-34B-200K', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2023-11-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-6B', 'Yi-6B', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-11-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-6B-200K', 'Yi-6B-200K', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2023-11-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-9B', 'Yi-9B', NULL, '90亿', NULL, NULL, NULL, NULL, NULL, '2024-03-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-VL-34B', 'Yi-VL-34B', NULL, '340亿', NULL, NULL, NULL, NULL, NULL, '2024-01-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Yi-VL-6B', 'Yi-VL-6B', NULL, '60亿', NULL, NULL, NULL, NULL, NULL, '2024-01-22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '免费商用授权', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Ziya-BLIP2-14B-Visual-v1', 'Ziya-BLIP2-14B-Visual-v1', NULL, '140亿', NULL, NULL, NULL, NULL, NULL, '2023-06-05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Ziya-LLaMA-13B-Pretrain-v1', 'Ziya-LLaMA-13B-Pretrain-v1', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-06-01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Ziya-LLaMA-13B-v1', 'Ziya-LLaMA-13B-v1', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-05-16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('(待完善)/Ziya-LLaMA-13B-v1.1', 'Ziya-LLaMA-13B-v1.1', NULL, '130亿', NULL, NULL, NULL, NULL, NULL, '2023-06-07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '不可以商用', 0, NULL); +INSERT INTO `large_model_info` VALUES ('OpenAI/GPT-4o', 'GPT-4o', '\r\nGPT-4 Omni', NULL, NULL, 0, NULL, 'English,Chinese,...', NULL, '2024-05-13', '[\"WebSite\"]', NULL, '(NA)', '(NA)', NULL, NULL, '(NA)', NULL, 0, NULL); +INSERT INTO `large_model_info` VALUES ('OpenBMB/CPM-Bee', 'CPM-Bee', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'https://www.openbmb.cn/home', 'https://github.com/OpenBMB/CPM-Bee', NULL, NULL, NULL, NULL, NULL, 0, NULL); +INSERT INTO `large_model_info` VALUES ('THUDM/ChatGLM-6B', 'ChatGLM-6B', NULL, NULL, 'ChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'https://github.com/THUDM/ChatGLM-6B', NULL, NULL, NULL, NULL, NULL, 0, NULL); + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/data-organizing-tool/datasource/datacenter.com/console.js b/data-organizing-tool/datasource/datacenter.com/console.js new file mode 100644 index 0000000..b7ef4eb --- /dev/null +++ b/data-organizing-tool/datasource/datacenter.com/console.js @@ -0,0 +1,52 @@ +/** + * source page: https://www.datalearner.com/ai-models/pretrained-models + * @since 2024.06.18 + */ + +var content_container = main_div.childNodes[1].childNodes[3] +// console.log('content_container', content_container) + +var content_item_list = Array.from(content_container.childNodes) +// console.log('content_item', content_item_list) + +content_item_list = content_item_list + .filter(i => i instanceof HTMLElement) // .map(i => i.nodeName) + .filter(i => i.nodeName.toLowerCase() === 'a') +console.log('content_item', content_item_list) + +const result = [] +for (let content_item of content_item_list) { + const val = content_item.querySelectorAll('h4') + result.push({ + model_code: val[0]?.textContent?.trim(), + model_parameter: val[1]?.textContent?.trim(), + release_date: val[2]?.textContent?.trim(), + license: val[3]?.textContent?.trim(), + }) +} + +console.log('result', result) + +// 拼接SQL +var segment = [] +// 处理兼容数据-去掉重复模型 +var a = [] +for (const i of result) { + if (a.includes(i.model_code.toLowerCase())) { + continue + } + a.push(i.model_code.toLowerCase()) + + // 处理兼容数据 '2022-08-01' 等 + if (i.release_date.endsWith('-00')) { + i.release_date = i.release_date.replace('-00', '-01') + } + + segment.push(`('(待完善)/${i.model_code}', '${i.model_code}', '${i.model_parameter}亿', '${i.release_date}', '${i.license}')`) +} + +var sql = '-- ' + new Date().toLocaleDateString() + '\n' + + 'INSERT INTO large_model_info (id, model_code, model_parameter, release_date, license) VALUES \n' + + segment.join(',\n') + +console.log('sql', sql) diff --git a/data-organizing-tool/datasource/datacenter.com/insert.sql b/data-organizing-tool/datasource/datacenter.com/insert.sql new file mode 100644 index 0000000..145599d --- /dev/null +++ b/data-organizing-tool/datasource/datacenter.com/insert.sql @@ -0,0 +1,421 @@ +-- 2024/6/18 +INSERT INTO large_model_info (id, model_code, model_parameter, release_date, license) VALUES +('(待完善)/Qwen2-72B-Instruct', 'Qwen2-72B-Instruct', '72亿', '2024-06-07', '免费商用授权'), +('(待完善)/Qwen2-0.5B', 'Qwen2-0.5B', '4亿', '2024-06-07', '免费商用授权'), +('(待完善)/Qwen2-1.5B', 'Qwen2-1.5B', '15亿', '2024-06-07', '免费商用授权'), +('(待完善)/Qwen2-7B', 'Qwen2-7B', '70亿', '2024-06-07', '免费商用授权'), +('(待完善)/Qwen2-57B-A14B', 'Qwen2-57B-A14B', '570亿', '2024-06-07', '免费商用授权'), +('(待完善)/Qwen2-72B', 'Qwen2-72B', '727亿', '2024-06-07', '免费商用授权'), +('(待完善)/GLM-4-9B-Chat-1M', 'GLM-4-9B-Chat-1M', '90亿', '2024-06-05', '免费商用授权'), +('(待完善)/GLM-4-9B', 'GLM-4-9B', '90亿', '2024-06-05', '免费商用授权'), +('(待完善)/GLM-4-9B-Chat', 'GLM-4-9B-Chat', '90亿', '2024-06-05', '免费商用授权'), +('(待完善)/GLM-4V-9B', 'GLM-4V-9B', '90亿', '2024-06-05', '免费商用授权'), +('(待完善)/Codestral', 'Codestral', '220亿', '2024-05-29', '不可以商用'), +('(待完善)/Mistral-7B-Instruct-v0.3', 'Mistral-7B-Instruct-v0.3', '70亿', '2024-05-22', '免费商用授权'), +('(待完善)/Mistral-7B-v0.3', 'Mistral-7B-v0.3', '70亿', '2024-05-22', '免费商用授权'), +('(待完善)/PaliGemma-3B', 'PaliGemma-3B', '30亿', '2024-05-14', '免费商用授权'), +('(待完善)/Gemma2-27B', 'Gemma2-27B', '270亿', '2024-05-14', '免费商用授权'), +('(待完善)/Yi-1.5-34B', 'Yi-1.5-34B', '340亿', '2024-05-13', '免费商用授权'), +('(待完善)/GPT-4o', 'GPT-4o', '亿', '2024-05-13', '不开源'), +('(待完善)/Yi-1.5-6B', 'Yi-1.5-6B', '60亿', '2024-05-13', '免费商用授权'), +('(待完善)/Yi-1.5-9B', 'Yi-1.5-9B', '90亿', '2024-05-13', '免费商用授权'), +('(待完善)/DeepSeek-V2-236B-Chat', 'DeepSeek-V2-236B-Chat', '2360亿', '2024-05-06', '免费商用授权'), +('(待完善)/DeepSeek-V2-236B', 'DeepSeek-V2-236B', '2360亿', '2024-05-06', '免费商用授权'), +('(待完善)/Qwen1.5-110B', 'Qwen1.5-110B', '1100亿', '2024-04-25', '免费商用授权'), +('(待完善)/Phi-3-medium 14B-preview', 'Phi-3-medium 14B-preview', '140亿', '2024-04-23', '免费商用授权'), +('(待完善)/Phi-3-small 7B', 'Phi-3-small 7B', '70亿', '2024-04-23', '免费商用授权'), +('(待完善)/Phi-3-mini 3.8B', 'Phi-3-mini 3.8B', '38亿', '2024-04-23', '免费商用授权'), +('(待完善)/Qwen1.5-110B-Chat', 'Qwen1.5-110B-Chat', '1100亿', '2024-04-20', '免费商用授权'), +('(待完善)/Llama3-8B', 'Llama3-8B', '80亿', '2024-04-18', '免费商用授权'), +('(待完善)/Llama3-70B', 'Llama3-70B', '700亿', '2024-04-18', '免费商用授权'), +('(待完善)/Llama3-70B-Instruct', 'Llama3-70B-Instruct', '700亿', '2024-04-18', '免费商用授权'), +('(待完善)/Llama3-400B-InTraining', 'Llama3-400B-InTraining', '4000亿', '2024-04-18', '免费商用授权'), +('(待完善)/Llama3-8B-Instruct', 'Llama3-8B-Instruct', '80亿', '2024-04-18', '免费商用授权'), +('(待完善)/Llama3-400B-Instruct-InTraining', 'Llama3-400B-Instruct-InTraining', '4000亿', '2024-04-18', '免费商用授权'), +('(待完善)/Mixtral-8x22B-Instruct-v0.1', 'Mixtral-8x22B-Instruct-v0.1', '1410亿', '2024-04-17', '免费商用授权'), +('(待完善)/Mixtral-8×22B-MoE', 'Mixtral-8×22B-MoE', '1410亿', '2024-04-17', '免费商用授权'), +('(待完善)/CodeQwen1.5-7B-Chat', 'CodeQwen1.5-7B-Chat', '70亿', '2024-04-16', '免费商用授权'), +('(待完善)/CodeQwen1.5-7B', 'CodeQwen1.5-7B', '70亿', '2024-04-16', '免费商用授权'), +('(待完善)/WizardLM-2-7B', 'WizardLM-2-7B', '70亿', '2024-04-15', '免费商用授权'), +('(待完善)/WizardLM-2-70B', 'WizardLM-2-70B', '70亿', '2024-04-15', '免费商用授权'), +('(待完善)/WizardLM-2 8x22B', 'WizardLM-2 8x22B', '1760亿', '2024-04-15', '免费商用授权'), +('(待完善)/MiniCPM-1B-SFT', 'MiniCPM-1B-SFT', '12亿', '2024-04-10', '免费商用授权'), +('(待完善)/MiniCPM-2B-128k', 'MiniCPM-2B-128k', '24亿', '2024-04-10', '免费商用授权'), +('(待完善)/MiniCPM-MoE-8x2B', 'MiniCPM-MoE-8x2B', '136亿', '2024-04-10', '免费商用授权'), +('(待完善)/MiniCPM-V-2', 'MiniCPM-V-2', '28亿', '2024-04-10', '免费商用授权'), +('(待完善)/CodeGemma-7B', 'CodeGemma-7B', '70亿', '2024-04-09', '免费商用授权'), +('(待完善)/CodeGemma-7B-IT', 'CodeGemma-7B-IT', '70亿', '2024-04-09', '免费商用授权'), +('(待完善)/CodeGemma-2B', 'CodeGemma-2B', '20亿', '2024-04-09', '免费商用授权'), +('(待完善)/RecurrentGemma-2B-IT', 'RecurrentGemma-2B-IT', '27亿', '2024-04-09', '免费商用授权'), +('(待完善)/RecurrentGemma-2B', 'RecurrentGemma-2B', '27亿', '2024-04-09', '免费商用授权'), +('(待完善)/StableLM2-12B-Chat', 'StableLM2-12B-Chat', '120亿', '2024-04-08', '收费商用授权'), +('(待完善)/StableLM2-12B', 'StableLM2-12B', '120亿', '2024-04-08', '收费商用授权'), +('(待完善)/Gemma 1.1-7B-IT', 'Gemma 1.1-7B-IT', '70亿', '2024-04-06', '免费商用授权'), +('(待完善)/Gemma 1.1-2B-IT', 'Gemma 1.1-2B-IT', '20亿', '2024-04-06', '免费商用授权'), +('(待完善)/C4AI Command R+', 'C4AI Command R+', '1040亿', '2024-04-04', '不可以商用'), +('(待完善)/Qwen1.5-32B', 'Qwen1.5-32B', '320亿', '2024-04-03', '免费商用授权'), +('(待完善)/XVERSE-MoE-A4.2B', 'XVERSE-MoE-A4.2B', '258亿', '2024-04-01', '免费商用授权'), +('(待完善)/Grok-1.5', 'Grok-1.5', '亿', '2024-03-29', '不开源'), +('(待完善)/Qwen1.5-MoE-A2.7B-Chat', 'Qwen1.5-MoE-A2.7B-Chat', '143亿', '2024-03-28', '免费商用授权'), +('(待完善)/Qwen1.5-MoE-A2.7B', 'Qwen1.5-MoE-A2.7B', '143亿', '2024-03-28', '免费商用授权'), +('(待完善)/Jamba-v0.1', 'Jamba-v0.1', '520亿', '2024-03-28', '免费商用授权'), +('(待完善)/DBRX Instruct', 'DBRX Instruct', '1320亿', '2024-03-27', '免费商用授权'), +('(待完善)/DBRX Base', 'DBRX Base', '1320亿', '2024-03-27', '免费商用授权'), +('(待完善)/Stable Code Instruct 3B', 'Stable Code Instruct 3B', '30亿', '2024-03-25', '收费商用授权'), +('(待完善)/Mistral-7B-v0.2', 'Mistral-7B-v0.2', '73亿', '2024-03-24', '免费商用授权'), +('(待完善)/Starling-7B-LM-Beta', 'Starling-7B-LM-Beta', '70亿', '2024-03-19', '免费商用授权'), +('(待完善)/Grok-1', 'Grok-1', '3140亿', '2024-03-17', '免费商用授权'), +('(待完善)/C4AI Command-R', 'C4AI Command-R', '350亿', '2024-03-11', '不可以商用'), +('(待完善)/DeepSeek VL-1.3B-Chat', 'DeepSeek VL-1.3B-Chat', '13亿', '2024-03-11', '免费商用授权'), +('(待完善)/DeepSeek VL-1.3B-Base', 'DeepSeek VL-1.3B-Base', '13亿', '2024-03-11', '免费商用授权'), +('(待完善)/DeepSeek VL-7B-Base', 'DeepSeek VL-7B-Base', '70亿', '2024-03-11', '免费商用授权'), +('(待完善)/DeepSeek VL-7B-Chat', 'DeepSeek VL-7B-Chat', '70亿', '2024-03-11', '免费商用授权'), +('(待完善)/Apollo-7B', 'Apollo-7B', '70亿', '2024-03-07', '免费商用授权'), +('(待完善)/Yi-9B', 'Yi-9B', '90亿', '2024-03-06', '免费商用授权'), +('(待完善)/Claude3-Haiku', 'Claude3-Haiku', '0亿', '2024-03-04', '不开源'), +('(待完善)/Claude3-Sonnet', 'Claude3-Sonnet', '0亿', '2024-03-04', '不开源'), +('(待完善)/Claude3-Opus', 'Claude3-Opus', '0亿', '2024-03-04', '不开源'), +('(待完善)/StarCoder2-15B', 'StarCoder2-15B', '150亿', '2024-02-28', '免费商用授权'), +('(待完善)/Mistral Large', 'Mistral Large', '0亿', '2024-02-26', '不开源'), +('(待完善)/Gemma 7B', 'Gemma 7B', '70亿', '2024-02-21', '免费商用授权'), +('(待完善)/Gemma 2B', 'Gemma 2B', '20亿', '2024-02-21', '免费商用授权'), +('(待完善)/Gemma 2B - It', 'Gemma 2B - It', '20亿', '2024-02-21', '免费商用授权'), +('(待完善)/Gemma 7B - It', 'Gemma 7B - It', '20亿', '2024-02-21', '免费商用授权'), +('(待完善)/Mistral Next', 'Mistral Next', '0亿', '2024-02-16', '不开源'), +('(待完善)/Gemini 1.5 Pro', 'Gemini 1.5 Pro', '0亿', '2024-02-15', '不开源'), +('(待完善)/Stable Cascade', 'Stable Cascade', '5亿', '2024-02-12', '收费商用授权'), +('(待完善)/Qwen1.5-0.5B-Chat', 'Qwen1.5-0.5B-Chat', '5亿', '2024-02-06', '免费商用授权'), +('(待完善)/Qwen1.5-1.8B-Chat', 'Qwen1.5-1.8B-Chat', '18亿', '2024-02-06', '免费商用授权'), +('(待完善)/Qwen1.5-4B-Chat', 'Qwen1.5-4B-Chat', '40亿', '2024-02-06', '免费商用授权'), +('(待完善)/Qwen1.5-72B-Chat', 'Qwen1.5-72B-Chat', '720亿', '2024-02-06', '免费商用授权'), +('(待完善)/Qwen1.5-14B-Chat', 'Qwen1.5-14B-Chat', '140亿', '2024-02-06', '免费商用授权'), +('(待完善)/Qwen1.5-7B-Chat', 'Qwen1.5-7B-Chat', '70亿', '2024-02-06', '免费商用授权'), +('(待完善)/Bunny-3B', 'Bunny-3B', '30亿', '2024-02-05', '免费商用授权'), +('(待完善)/MiniCPM-2B-SFT', 'MiniCPM-2B-SFT', '24亿', '2024-02-01', '免费商用授权'), +('(待完善)/CodeLlama-70B-Python', 'CodeLlama-70B-Python', '700亿', '2024-01-30', '免费商用授权'), +('(待完善)/CodeLlama-70B-Instruct', 'CodeLlama-70B-Instruct', '700亿', '2024-01-30', '免费商用授权'), +('(待完善)/SQLCoder-70B-Alpha', 'SQLCoder-70B-Alpha', '700亿', '2024-01-30', '免费商用授权'), +('(待完善)/BGE-M3-Embedding', 'BGE-M3-Embedding', '1.13亿', '2024-01-30', '免费商用授权'), +('(待完善)/BGE-M3-Embedding-Unsupervised', 'BGE-M3-Embedding-Unsupervised', '1.13亿', '2024-01-30', '免费商用授权'), +('(待完善)/MiniCPM-2B-DPO', 'MiniCPM-2B-DPO', '24亿', '2024-01-30', '免费商用授权'), +('(待完善)/CodeLlama-70B-Base', 'CodeLlama-70B-Base', '700亿', '2024-01-30', '免费商用授权'), +('(待完善)/baichuan3', 'baichuan3', '0亿', '2024-01-29', '不开源'), +('(待完善)/Qwen-VL-MAX', 'Qwen-VL-MAX', '0亿', '2024-01-25', '不开源'), +('(待完善)/Yi-VL-34B', 'Yi-VL-34B', '340亿', '2024-01-22', '免费商用授权'), +('(待完善)/Yi-VL-6B', 'Yi-VL-6B', '60亿', '2024-01-22', '免费商用授权'), +('(待完善)/Orion-14B-Chat', 'Orion-14B-Chat', '140亿', '2024-01-22', '免费商用授权'), +('(待完善)/Orion-14B-Base', 'Orion-14B-Base', '140亿', '2024-01-22', '免费商用授权'), +('(待完善)/StableLM 2 Zephyr-1.6B', 'StableLM 2 Zephyr-1.6B', '16亿', '2024-01-19', '收费商用授权'), +('(待完善)/Stable LM 2 - 1.6B', 'Stable LM 2 - 1.6B', '16亿', '2024-01-19', '收费商用授权'), +('(待完善)/InternLM2-Base-20B', 'InternLM2-Base-20B', '200亿', '2024-01-17', '免费商用授权'), +('(待完善)/InternLM2-Base-7B', 'InternLM2-Base-7B', '70亿', '2024-01-17', '免费商用授权'), +('(待完善)/XVERSE-13B-256K', 'XVERSE-13B-256K', '130亿', '2024-01-16', '免费商用授权'), +('(待完善)/GLM4', 'GLM4', '0亿', '2024-01-16', '不开源'), +('(待完善)/Stable Code 3B', 'Stable Code 3B', '27亿', '2024-01-16', '收费商用授权'), +('(待完善)/DeepSeekMoE 145B Base', 'DeepSeekMoE 145B Base', '1446亿', '2024-01-11', '免费商用授权'), +('(待完善)/DeepSeekMoE 16B Base', 'DeepSeekMoE 16B Base', '164亿', '2024-01-11', '免费商用授权'), +('(待完善)/DeepSeekMoE 145B Chat', 'DeepSeekMoE 145B Chat', '1446亿', '2024-01-11', '免费商用授权'), +('(待完善)/DeepSeekMoE 16B Chat', 'DeepSeekMoE 16B Chat', '164亿', '2024-01-11', '免费商用授权'), +('(待完善)/LLaMA Pro - 8B', 'LLaMA Pro - 8B', '83亿', '2024-01-04', '免费商用授权'), +('(待完善)/AI2 OLMo', 'AI2 OLMo', '70亿', '2024-01-01', ''), +('(待完善)/YAYI2-30B', 'YAYI2-30B', '300亿', '2023-12-22', '收费商用授权'), +('(待完善)/YAYI2-30B-Chat', 'YAYI2-30B-Chat', '300亿', '2023-12-20', '收费商用授权'), +('(待完善)/Stable Zero123', 'Stable Zero123', '40亿', '2023-12-13', '不可以商用'), +('(待完善)/Phi-2', 'Phi-2', '27亿', '2023-12-12', '免费商用授权'), +('(待完善)/DeciLM-7B', 'DeciLM-7B', '70.4亿', '2023-12-12', '免费商用授权'), +('(待完善)/DeciLM-7B-Instruct', 'DeciLM-7B-Instruct', '70.4亿', '2023-12-12', '免费商用授权'), +('(待完善)/Mixtral-8×7B-MoE', 'Mixtral-8×7B-MoE', '450亿', '2023-12-08', '免费商用授权'), +('(待完善)/Gemini-ultra', 'Gemini-ultra', '0亿', '2023-12-07', '不开源'), +('(待完善)/Gemini-pro', 'Gemini-pro', '1000亿', '2023-12-07', '不开源'), +('(待完善)/Gemini-Nano', 'Gemini-Nano', '32.5亿', '2023-12-07', '不开源'), +('(待完善)/Stable LM Zephyr 3B', 'Stable LM Zephyr 3B', '30亿', '2023-12-07', '不可以商用'), +('(待完善)/VideoBooth', 'VideoBooth', '30亿', '2023-12-01', '免费商用授权'), +('(待完善)/Aquila2-70B-Expr', 'Aquila2-70B-Expr', '700亿', '2023-11-30', '免费商用授权'), +('(待完善)/Qwen-72B', 'Qwen-72B', '720亿', '2023-11-30', '免费商用授权'), +('(待完善)/Qwen-Audio', 'Qwen-Audio', '85亿', '2023-11-30', '免费商用授权'), +('(待完善)/Qwen-1.8B', 'Qwen-1.8B', '18亿', '2023-11-30', '免费商用授权'), +('(待完善)/DeepSeek LLM 7B Base', 'DeepSeek LLM 7B Base', '70亿', '2023-11-29', '免费商用授权'), +('(待完善)/DeepSeek LLM 7B Chat', 'DeepSeek LLM 7B Chat', '70亿', '2023-11-29', '免费商用授权'), +('(待完善)/DeepSeek LLM 67B Chat', 'DeepSeek LLM 67B Chat', '670亿', '2023-11-29', '免费商用授权'), +('(待完善)/DeepSeek LLM 67B Base', 'DeepSeek LLM 67B Base', '670亿', '2023-11-29', '免费商用授权'), +('(待完善)/Qwen-VL-Plus', 'Qwen-VL-Plus', '0亿', '2023-11-28', '不开源'), +('(待完善)/SVD-XT', 'SVD-XT', '10亿', '2023-11-21', '不可以商用'), +('(待完善)/SVD', 'SVD', '10亿', '2023-11-21', '不可以商用'), +('(待完善)/Orca-2-13b', 'Orca-2-13b', '130亿', '2023-11-21', '不可以商用'), +('(待完善)/Mistral-7B-Instruct-v0.2', 'Mistral-7B-Instruct-v0.2', '73亿', '2023-11-11', '免费商用授权'), +('(待完善)/AnyText', 'AnyText', '5亿', '2023-11-06', '免费商用授权'), +('(待完善)/Yi-34B-200K', 'Yi-34B-200K', '340亿', '2023-11-06', '免费商用授权'), +('(待完善)/Yi-34B', 'Yi-34B', '340亿', '2023-11-06', '免费商用授权'), +('(待完善)/Yi-6B-200K', 'Yi-6B-200K', '60亿', '2023-11-06', '免费商用授权'), +('(待完善)/Yi-6B', 'Yi-6B', '60亿', '2023-11-06', '免费商用授权'), +('(待完善)/Grok-0', 'Grok-0', '330亿', '2023-11-05', '不开源'), +('(待完善)/XVERSE-65B', 'XVERSE-65B', '650亿', '2023-11-05', '免费商用授权'), +('(待完善)/DeepSeek Coder-33B Instruct', 'DeepSeek Coder-33B Instruct', '330亿', '2023-11-01', '免费商用授权'), +('(待完善)/Distil-Whisper', 'Distil-Whisper', '15.5亿', '2023-11-01', '免费商用授权'), +('(待完善)/DeepSeek Coder-6.7B Instruct', 'DeepSeek Coder-6.7B Instruct', '67亿', '2023-11-01', '免费商用授权'), +('(待完善)/Baichuan2-192K', 'Baichuan2-192K', '530亿', '2023-10-30', '不开源'), +('(待完善)/Skywork-13B', 'Skywork-13B', '130亿', '2023-10-30', '免费商用授权'), +('(待完善)/ChatGLM3-6B-Base', 'ChatGLM3-6B-Base', '60亿', '2023-10-27', '免费商用授权'), +('(待完善)/ChatGLM3-6B', 'ChatGLM3-6B', '60亿', '2023-10-27', '免费商用授权'), +('(待完善)/ChatGLM3-6B-32K', 'ChatGLM3-6B-32K', '60亿', '2023-10-27', '免费商用授权'), +('(待完善)/ChatGLM3-3B', 'ChatGLM3-3B', '30亿', '2023-10-27', '不开源'), +('(待完善)/ChatGLM3-1.5B', 'ChatGLM3-1.5B', '15亿', '2023-10-27', '不开源'), +('(待完善)/jina-embeddings-v2-small-en', 'jina-embeddings-v2-small-en', '0.33亿', '2023-10-27', '免费商用授权'), +('(待完善)/Aquila2-34B', 'Aquila2-34B', '340亿', '2023-10-25', '免费商用授权'), +('(待完善)/AgentLM-70B', 'AgentLM-70B', '700亿', '2023-10-19', '免费商用授权'), +('(待完善)/AgentLM-7B', 'AgentLM-7B', '70亿', '2023-10-19', '免费商用授权'), +('(待完善)/AgentLM-13B', 'AgentLM-13B', '130亿', '2023-10-19', '免费商用授权'), +('(待完善)/CogVLM', 'CogVLM', '170亿', '2023-10-11', '免费商用授权'), +('(待完善)/Mistral 7B', 'Mistral 7B', '73亿', '2023-09-27', '免费商用授权'), +('(待完善)/Mistral 7B Instruct', 'Mistral 7B Instruct', '73亿', '2023-09-27', '免费商用授权'), +('(待完善)/Emu', 'Emu', '28亿', '2023-09-27', '不开源'), +('(待完善)/LaVie', 'LaVie', '30亿', '2023-09-26', '免费商用授权'), +('(待完善)/GPT-4V', 'GPT-4V', '0亿', '2023-09-25', '不开源'), +('(待完善)/Qwen-14B', 'Qwen-14B', '140亿', '2023-09-24', '免费商用授权'), +('(待完善)/Qwen-14B-Chat', 'Qwen-14B-Chat', '140亿', '2023-09-24', '免费商用授权'), +('(待完善)/DALL·E3', 'DALL·E3', '0亿', '2023-09-21', '不开源'), +('(待完善)/InternLM 20B', 'InternLM 20B', '200亿', '2023-09-20', '免费商用授权'), +('(待完善)/InternLM-Chat 20B', 'InternLM-Chat 20B', '200亿', '2023-09-20', '免费商用授权'), +('(待完善)/DeciLM 6B-Instruct', 'DeciLM 6B-Instruct', '57亿', '2023-09-13', '免费商用授权'), +('(待完善)/DeciDiffusion 1.0', 'DeciDiffusion 1.0', '8.2亿', '2023-09-13', '免费商用授权'), +('(待完善)/DeciLM 6B', 'DeciLM 6B', '57亿', '2023-09-13', '免费商用授权'), +('(待完善)/BGE-Large-en-v1.5', 'BGE-Large-en-v1.5', '3.26亿', '2023-09-12', '免费商用授权'), +('(待完善)/phi-1.5', 'phi-1.5', '13亿', '2023-09-11', '不可以商用'), +('(待完善)/Baichuan2-13B-Chat', 'Baichuan2-13B-Chat', '130亿', '2023-09-06', '免费商用授权'), +('(待完善)/Baichuan2-13B-Base', 'Baichuan2-13B-Base', '130亿', '2023-09-06', '免费商用授权'), +('(待完善)/Baichuan2-7B-Chat', 'Baichuan2-7B-Chat', '70亿', '2023-09-06', '免费商用授权'), +('(待完善)/Baichuan2-7B-Base', 'Baichuan2-7B-Base', '70亿', '2023-09-06', '免费商用授权'), +('(待完善)/TinyLlama', 'TinyLlama', '11亿', '2023-09-04', '免费商用授权'), +('(待完善)/WizardCoder-3B-V1.0', 'WizardCoder-3B-V1.0', '30亿', '2023-08-27', '免费商用授权'), +('(待完善)/WizardCoder-1B-V1.0', 'WizardCoder-1B-V1.0', '10亿', '2023-08-27', '免费商用授权'), +('(待完善)/WizardCoder-Python-13B-V1.0', 'WizardCoder-Python-13B-V1.0', '130亿', '2023-08-27', '免费商用授权'), +('(待完善)/Phind-CodeLlama-34B-Python-v1', 'Phind-CodeLlama-34B-Python-v1', '340亿', '2023-08-26', '免费商用授权'), +('(待完善)/Phind-CodeLlama-34B-v1', 'Phind-CodeLlama-34B-v1', '340亿', '2023-08-26', '免费商用授权'), +('(待完善)/WizardCoder-Python-34B', 'WizardCoder-Python-34B', '340亿', '2023-08-26', '免费商用授权'), +('(待完善)/CodeLLaMA-34B', 'CodeLLaMA-34B', '340亿', '2023-08-24', '免费商用授权'), +('(待完善)/Qwen-VL', 'Qwen-VL', '96亿', '2023-08-24', '免费商用授权'), +('(待完善)/CodeLLaMA-13B', 'CodeLLaMA-13B', '130亿', '2023-08-24', '免费商用授权'), +('(待完善)/CodeLLaMA-7B', 'CodeLLaMA-7B', '70亿', '2023-08-24', '免费商用授权'), +('(待完善)/CodeLLaMA-Python-7B', 'CodeLLaMA-Python-7B', '70亿', '2023-08-24', '免费商用授权'), +('(待完善)/CodeLLaMA-Instruct-7B', 'CodeLLaMA-Instruct-7B', '70亿', '2023-08-24', '免费商用授权'), +('(待完善)/CodeLLaMA-Instruct-13B', 'CodeLLaMA-Instruct-13B', '130亿', '2023-08-24', '免费商用授权'), +('(待完善)/CodeLLaMA-Instruct-34B', 'CodeLLaMA-Instruct-34B', '340亿', '2023-08-24', '免费商用授权'), +('(待完善)/CodeLLaMA-Python-34B', 'CodeLLaMA-Python-34B', '340亿', '2023-08-24', '免费商用授权'), +('(待完善)/CodeLLaMA-Python-13B', 'CodeLLaMA-Python-13B', '130亿', '2023-08-24', '免费商用授权'), +('(待完善)/SeamlessM4T-Medium', 'SeamlessM4T-Medium', '12亿', '2023-08-22', '不可以商用'), +('(待完善)/SeamlessM4T-Large', 'SeamlessM4T-Large', '23亿', '2023-08-22', '不可以商用'), +('(待完善)/XVERSE-13B-Chat', 'XVERSE-13B-Chat', '130亿', '2023-08-22', '免费商用授权'), +('(待完善)/SQLCoder', 'SQLCoder', '150亿', '2023-08-20', '免费商用授权'), +('(待完善)/WizardMath-7B-V1.0', 'WizardMath-7B-V1.0', '700亿', '2023-08-11', '免费商用授权'), +('(待完善)/WizardMath-13B-V1.0', 'WizardMath-13B-V1.0', '700亿', '2023-08-11', '免费商用授权'), +('(待完善)/WizardMath-70B-V1.0', 'WizardMath-70B-V1.0', '700亿', '2023-08-11', '免费商用授权'), +('(待完善)/WizardLM-70B-V1.0', 'WizardLM-70B-V1.0', '700亿', '2023-08-09', '免费商用授权'), +('(待完善)/StableCode-Completion-Alpha-3B-4K', 'StableCode-Completion-Alpha-3B-4K', '30亿', '2023-08-08', '免费商用授权'), +('(待完善)/StableCode-Instruct-Alpha-3B', 'StableCode-Instruct-Alpha-3B', '30亿', '2023-08-08', '不可以商用'), +('(待完善)/StableCode-Completion-Alpha-3B', 'StableCode-Completion-Alpha-3B', '30亿', '2023-08-08', '免费商用授权'), +('(待完善)/GTE-Large', 'GTE-Large', '3.3亿', '2023-08-07', '免费商用授权'), +('(待完善)/GTE-Base', 'GTE-Base', '1.1亿', '2023-08-07', '免费商用授权'), +('(待完善)/GTE-Small', 'GTE-Small', '0.3亿', '2023-08-07', '免费商用授权'), +('(待完善)/XVERSE-13B', 'XVERSE-13B', '130亿', '2023-08-06', '免费商用授权'), +('(待完善)/AudioLDM 2 Full', 'AudioLDM 2 Full', '0亿', '2023-08-05', '不可以商用'), +('(待完善)/Qwen-7B-Chat', 'Qwen-7B-Chat', '70亿', '2023-08-03', '免费商用授权'), +('(待完善)/Qwen-7B', 'Qwen-7B', '70亿', '2023-08-03', '免费商用授权'), +('(待完善)/Vicuna 7B 16K', 'Vicuna 7B 16K', '70亿', '2023-08-03', '免费商用授权'), +('(待完善)/Vicuna 13B 16K', 'Vicuna 13B 16K', '130亿', '2023-08-03', '免费商用授权'), +('(待完善)/BGE-Large-en', 'BGE-Large-en', '0亿', '2023-08-02', '免费商用授权'), +('(待完善)/BGE-Base-en', 'BGE-Base-en', '0亿', '2023-08-02', '免费商用授权'), +('(待完善)/BGE-Small-en', 'BGE-Small-en', '0亿', '2023-08-02', '免费商用授权'), +('(待完善)/BGE-Large-zh', 'BGE-Large-zh', '3亿', '2023-08-02', '免费商用授权'), +('(待完善)/BGE-Large-zh-noinstruct', 'BGE-Large-zh-noinstruct', '0亿', '2023-08-02', '免费商用授权'), +('(待完善)/BGE-Base-zh', 'BGE-Base-zh', '0亿', '2023-08-02', '免费商用授权'), +('(待完善)/BGE-Small-zh', 'BGE-Small-zh', '0亿', '2023-08-02', '免费商用授权'), +('(待完善)/ChatGLM2-6B-32K', 'ChatGLM2-6B-32K', '60亿', '2023-07-31', '免费商用授权'), +('(待完善)/LLaMA-2-7B-32K', 'LLaMA-2-7B-32K', '70亿', '2023-07-28', '免费商用授权'), +('(待完善)/PanGu-Coder2', 'PanGu-Coder2', '150亿', '2023-07-27', '不开源'), +('(待完善)/CodeGeeX2-6B', 'CodeGeeX2-6B', '60亿', '2023-07-25', '收费商用授权'), +('(待完善)/BTLM-3B-8K', 'BTLM-3B-8K', '30亿', '2023-07-24', '免费商用授权'), +('(待完善)/AquilaCode-7B-multi', 'AquilaCode-7B-multi', '70亿', '2023-07-24', '免费商用授权'), +('(待完善)/AquilaCode-7B-py', 'AquilaCode-7B-py', '70亿', '2023-07-24', '免费商用授权'), +('(待完善)/FreeWilly1', 'FreeWilly1', '650亿', '2023-07-21', '不可以商用'), +('(待完善)/FreeWilly2', 'FreeWilly2', '700亿', '2023-07-21', '不可以商用'), +('(待完善)/MPT-7B-8K', 'MPT-7B-8K', '70亿', '2023-07-18', '免费商用授权'), +('(待完善)/MPT-7B-8k-Instruct', 'MPT-7B-8k-Instruct', '70亿', '2023-07-18', '免费商用授权'), +('(待完善)/LLaMA2 7B', 'LLaMA2 7B', '70亿', '2023-07-18', '免费商用授权'), +('(待完善)/LLaMA2 13B', 'LLaMA2 13B', '130亿', '2023-07-18', '免费商用授权'), +('(待完善)/LLaMA2 34B', 'LLaMA2 34B', '340亿', '2023-07-18', '免费商用授权'), +('(待完善)/LLaMA2 70B', 'LLaMA2 70B', '700亿', '2023-07-18', '免费商用授权'), +('(待完善)/MPT-7B-8k-Chat', 'MPT-7B-8k-Chat', '70亿', '2023-07-18', '不可以商用'), +('(待完善)/CM3leon', 'CM3leon', '70亿', '2023-07-14', '不开源'), +('(待完善)/Baichuan 13B - Chat', 'Baichuan 13B - Chat', '130亿', '2023-07-08', '免费商用授权'), +('(待完善)/Baichuan 13B - Base', 'Baichuan 13B - Base', '130亿', '2023-07-08', '免费商用授权'), +('(待完善)/CodeGen2.5', 'CodeGen2.5', '70亿', '2023-07-07', '免费商用授权'), +('(待完善)/OpenChat-8192', 'OpenChat-8192', '130亿', '2023-07-02', '不可以商用'), +('(待完善)/OpenChat', 'OpenChat', '130亿', '2023-07-02', '不可以商用'), +('(待完善)/VisCPM-Paint', 'VisCPM-Paint', '100亿', '2023-06-30', '免费商用授权'), +('(待完善)/VisCPM-Chat', 'VisCPM-Chat', '100亿', '2023-06-30', '收费商用授权'), +('(待完善)/LongChat-13B-16K', 'LongChat-13B-16K', '130亿', '2023-06-29', '不可以商用'), +('(待完善)/LongChat-7B-16K', 'LongChat-7B-16K', '70亿', '2023-06-29', '不可以商用'), +('(待完善)/XGen-7B', 'XGen-7B', '70亿', '2023-06-29', '免费商用授权'), +('(待完善)/UltraLM-13B', 'UltraLM-13B', '130亿', '2023-06-27', '不可以商用'), +('(待完善)/ChatGLM2 12B', 'ChatGLM2 12B', '120亿', '2023-06-25', '不开源'), +('(待完善)/ChatGLM2-6B', 'ChatGLM2-6B', '62亿', '2023-06-25', '免费商用授权'), +('(待完善)/MPT-30B-Chat', 'MPT-30B-Chat', '300亿', '2023-06-22', '不可以商用'), +('(待完善)/MPT-30B-Instruct', 'MPT-30B-Instruct', '300亿', '2023-06-22', '不可以商用'), +('(待完善)/MPT-30B', 'MPT-30B', '300亿', '2023-06-22', '免费商用授权'), +('(待完善)/Vicuna 33B', 'Vicuna 33B', '650亿', '2023-06-21', '不可以商用'), +('(待完善)/Phi-1', 'Phi-1', '13亿', '2023-06-20', '不可以商用'), +('(待完善)/Baichuan 7B', 'Baichuan 7B', '70亿', '2023-06-19', '免费商用授权'), +('(待完善)/Voicebox', 'Voicebox', '3.72亿', '2023-06-16', '不开源'), +('(待完善)/OpenLLaMA 13B', 'OpenLLaMA 13B', '130亿', '2023-06-15', '免费商用授权'), +('(待完善)/WizardCoder-15B-V1.0', 'WizardCoder-15B-V1.0', '150亿', '2023-06-14', '免费商用授权'), +('(待完善)/Aquila-7B', 'Aquila-7B', '70亿', '2023-06-10', '免费商用授权'), +('(待完善)/MusicGen', 'MusicGen', '33亿', '2023-06-08', '不可以商用'), +('(待完善)/Ziya-LLaMA-13B-v1.1', 'Ziya-LLaMA-13B-v1.1', '130亿', '2023-06-07', '不可以商用'), +('(待完善)/m3e-Base', 'm3e-Base', '1.1亿', '2023-06-07', '不可以商用'), +('(待完善)/m3e-Large', 'm3e-Large', '3.4亿', '2023-06-07', '不可以商用'), +('(待完善)/WizardLM-30B-V1', 'WizardLM-30B-V1', '300亿', '2023-06-06', '不可以商用'), +('(待完善)/Ziya-BLIP2-14B-Visual-v1', 'Ziya-BLIP2-14B-Visual-v1', '140亿', '2023-06-05', '不可以商用'), +('(待完善)/InternLM 7B', 'InternLM 7B', '70亿', '2023-06-03', '免费商用授权'), +('(待完善)/InternLM Chat 7B 8K', 'InternLM Chat 7B 8K', '70亿', '2023-06-03', '免费商用授权'), +('(待完善)/Ziya-LLaMA-13B-Pretrain-v1', 'Ziya-LLaMA-13B-Pretrain-v1', '130亿', '2023-06-01', '不可以商用'), +('(待完善)/CPM-Bee', 'CPM-Bee', '100亿', '2023-05-27', '免费商用授权'), +('(待完善)/Falcon 40B Instruct', 'Falcon 40B Instruct', '400亿', '2023-05-25', '免费商用授权'), +('(待完善)/LightGPT Instruct 6B', 'LightGPT Instruct 6B', '60亿', '2023-05-24', '免费商用授权'), +('(待完善)/Falcon 40B', 'Falcon 40B', '400亿', '2023-05-24', '免费商用授权'), +('(待完善)/MMS', 'MMS', '10亿', '2023-05-23', ''), +('(待完善)/Goat', 'Goat', '70亿', '2023-05-23', '免费商用授权'), +('(待完善)/Guanaco', 'Guanaco', '650亿', '2023-05-23', '免费商用授权'), +('(待完善)/LIMA', 'LIMA', '650亿', '2023-05-22', ''), +('(待完善)/Raven RWKV 7B', 'Raven RWKV 7B', '70亿', '2023-05-22', '免费商用授权'), +('(待完善)/E5-Large-v2', 'E5-Large-v2', '3.3亿', '2023-05-19', '免费商用授权'), +('(待完善)/DoReMi', 'DoReMi', '80亿', '2023-05-17', ''), +('(待完善)/VisualGLM-6B', 'VisualGLM-6B', '78亿', '2023-05-17', '收费商用授权'), +('(待完善)/Ziya-LLaMA-13B-v1', 'Ziya-LLaMA-13B-v1', '130亿', '2023-05-16', '不可以商用'), +('(待完善)/CodeT5+', 'CodeT5+', '160亿', '2023-05-13', '免费商用授权'), +('(待完善)/InstructBLIP', 'InstructBLIP', '130亿', '2023-05-11', ''), +('(待完善)/PaLM2-S', 'PaLM2-S', '0亿', '2023-05-10', '不开源'), +('(待完善)/PaLM 2', 'PaLM 2', '3400亿', '2023-05-10', '不开源'), +('(待完善)/ImageBind', 'ImageBind', '0亿', '2023-05-09', ''), +('(待完善)/MPT-7B-Instruct', 'MPT-7B-Instruct', '67亿', '2023-05-05', '免费商用授权'), +('(待完善)/StarCoder', 'StarCoder', '155亿', '2023-05-05', '免费商用授权'), +('(待完善)/MPT 7B', 'MPT 7B', '70亿', '2023-05-05', '免费商用授权'), +('(待完善)/RedPajama INCITE 3B', 'RedPajama INCITE 3B', '28亿', '2023-05-05', ''), +('(待完善)/RedPajama INCITE 7B V0.1', 'RedPajama INCITE 7B V0.1', '70亿', '2023-05-05', ''), +('(待完善)/MPT-7B-Base', 'MPT-7B-Base', '67亿', '2023-05-05', '免费商用授权'), +('(待完善)/MPT-7B-Chat', 'MPT-7B-Chat', '67亿', '2023-05-05', '不可以商用'), +('(待完善)/MPT-7B-StoryWriter-65k+', 'MPT-7B-StoryWriter-65k+', '67亿', '2023-05-05', '免费商用授权'), +('(待完善)/AudioGen', 'AudioGen', '15亿', '2023-05-05', '免费商用授权'), +('(待完善)/StarCodeBase', 'StarCodeBase', '155亿', '2023-05-04', '免费商用授权'), +('(待完善)/OpenLLaMA 7B', 'OpenLLaMA 7B', '70亿', '2023-05-03', ''), +('(待完善)/Shap-E', 'Shap-E', '0亿', '2023-05-03', ''), +('(待完善)/RedPajama-2.8B', 'RedPajama-2.8B', '28亿', '2023-05-01', ''), +('(待完善)/FastChat-T5', 'FastChat-T5', '30亿', '2023-04-29', ''), +('(待完善)/StableVicuna-13B', 'StableVicuna-13B', '130亿', '2023-04-28', ''), +('(待完善)/LLaMA Adapter V2', 'LLaMA Adapter V2', '650亿', '2023-04-28', ''), +('(待完善)/Replit Code V1 3B', 'Replit Code V1 3B', '27亿', '2023-04-26', '免费商用授权'), +('(待完善)/HuggingChat', 'HuggingChat', '300亿', '2023-04-26', ''), +('(待完善)/DeepFloyd IF', 'DeepFloyd IF', '43亿', '2023-04-26', ''), +('(待完善)/Replit-finetuned-v1-3b', 'Replit-finetuned-v1-3b', '27亿', '2023-04-26', ''), +('(待完善)/LongForm LLaMA 7B', 'LongForm LLaMA 7B', '70亿', '2023-04-26', ''), +('(待完善)/AudioGPT', 'AudioGPT', '0亿', '2023-04-25', ''), +('(待完善)/GPT4All 13B', 'GPT4All 13B', '130亿', '2023-04-24', ''), +('(待完善)/Falcon 7B', 'Falcon 7B', '70亿', '2023-04-24', ''), +('(待完善)/GPT-2B-001', 'GPT-2B-001', '20亿', '2023-04-20', ''), +('(待完善)/StableLM', 'StableLM', '1750亿', '2023-04-20', ''), +('(待完善)/h2oGPT', 'h2oGPT', '200亿', '2023-04-19', ''), +('(待完善)/RedPajama-7B', 'RedPajama-7B', '70亿', '2023-04-17', ''), +('(待完善)/LLaVA', 'LLaVA', '130亿', '2023-04-17', '不可以商用'), +('(待完善)/LongForm OPT', 'LongForm OPT', '67亿', '2023-04-17', ''), +('(待完善)/MiniGPT-4', 'MiniGPT-4', '130亿', '2023-04-16', '不可以商用'), +('(待完善)/DINOv2', 'DINOv2', '11亿', '2023-04-14', '免费商用授权'), +('(待完善)/Whisper JAX', 'Whisper JAX', '15.5亿', '2023-04-14', ''), +('(待完善)/ControlNet-v1-1', 'ControlNet-v1-1', '0亿', '2023-04-14', ''), +('(待完善)/Stable Diffusion XL - Base 1.0', 'Stable Diffusion XL - Base 1.0', '23亿', '2023-04-14', '免费商用授权'), +('(待完善)/GPT4All J', 'GPT4All J', '60亿', '2023-04-13', ''), +('(待完善)/dolly-v2', 'dolly-v2', '120亿', '2023-04-12', ''), +('(待完善)/Vicuna 7B', 'Vicuna 7B', '70亿', '2023-04-07', '不可以商用'), +('(待完善)/LVDM', 'LVDM', '0亿', '2023-04-06', ''), +('(待完善)/SAM', 'SAM', '10亿', '2023-04-05', ''), +('(待完善)/Pythia', 'Pythia', '120亿', '2023-04-03', '免费商用授权'), +('(待完善)/Koala', 'Koala', '130亿', '2023-04-03', ''), +('(待完善)/OpenAssistant-Pythia', 'OpenAssistant-Pythia', '120亿', '2023-04-03', ''), +('(待完善)/HuggingGPT', 'HuggingGPT', '0亿', '2023-03-31', ''), +('(待完善)/Vicuna 13B', 'Vicuna 13B', '130亿', '2023-03-31', '不可以商用'), +('(待完善)/BloombergGPT', 'BloombergGPT', '500亿', '2023-03-30', ''), +('(待完善)/GPT4All', 'GPT4All', '70亿', '2023-03-29', '免费商用授权'), +('(待完善)/Lit-LLaMA', 'Lit-LLaMA', '650亿', '2023-03-29', ''), +('(待完善)/GPT4All LoRA', 'GPT4All LoRA', '70亿', '2023-03-29', ''), +('(待完善)/ColossalChat', 'ColossalChat', '130亿', '2023-03-29', ''), +('(待完善)/Cerebras GPT', 'Cerebras GPT', '130亿', '2023-03-28', '免费商用授权'), +('(待完善)/Dolly', 'Dolly', '60亿', '2023-03-24', ''), +('(待完善)/INT8 GPT-J 6B', 'INT8 GPT-J 6B', '60亿', '2023-03-16', ''), +('(待完善)/ChatGLM-6B', 'ChatGLM-6B', '62亿', '2023-03-14', '免费商用授权'), +('(待完善)/GPT-4', 'GPT-4', '1750亿', '2023-03-14', '不开源'), +('(待完善)/Stanford Alpaca', 'Stanford Alpaca', '70亿', '2023-03-13', '不可以商用'), +('(待完善)/GPT-NeoXT-Chat-Base-20B', 'GPT-NeoXT-Chat-Base-20B', '200亿', '2023-03-11', ''), +('(待完善)/OpenAssistant LLaMA', 'OpenAssistant LLaMA', '300亿', '2023-03-09', ''), +('(待完善)/Visual ChatGPT', 'Visual ChatGPT', '1750亿', '2023-03-08', ''), +('(待完善)/PaLM-E', 'PaLM-E', '5620亿', '2023-03-06', ''), +('(待完善)/Flan-UL2', 'Flan-UL2', '200亿', '2023-03-03', ''), +('(待完善)/LLaMA 65B', 'LLaMA 65B', '650亿', '2023-02-24', '不可以商用'), +('(待完善)/LLaMA 33B', 'LLaMA 33B', '330亿', '2023-02-24', '不可以商用'), +('(待完善)/LLaMA 13B', 'LLaMA 13B', '130亿', '2023-02-24', '不可以商用'), +('(待完善)/LLaMA 7B', 'LLaMA 7B', '70亿', '2023-02-24', '不可以商用'), +('(待完善)/LLaMA', 'LLaMA', '650亿', '2023-02-24', ''), +('(待完善)/MOSS', 'MOSS', '160亿', '2023-02-20', '免费商用授权'), +('(待完善)/Composer', 'Composer', '50亿', '2023-02-20', ''), +('(待完善)/ControlNet', 'ControlNet', '0亿', '2023-02-10', ''), +('(待完善)/ViT-22B', 'ViT-22B', '220亿', '2023-02-10', ''), +('(待完善)/Point-E', 'Point-E', '10亿', '2022-12-16', ''), +('(待完善)/Whisper V2', 'Whisper V2', '15.5亿', '2022-12-09', ''), +('(待完善)/Multilingual-E5-Large', 'Multilingual-E5-Large', '3亿', '2022-12-07', '免费商用授权'), +('(待完善)/Stable Diffusion - 2.1', 'Stable Diffusion - 2.1', '9.83亿', '2022-12-07', ''), +('(待完善)/ChatGPT', 'ChatGPT', '1750亿', '2022-11-30', ''), +('(待完善)/GPT-3.5', 'GPT-3.5', '1750亿', '2022-11-30', '不开源'), +('(待完善)/GPT-JT', 'GPT-JT', '60亿', '2022-11-29', ''), +('(待完善)/HunYuan-NLP 1T', 'HunYuan-NLP 1T', '10000亿', '2022-11-26', ''), +('(待完善)/Stable Diffusion-2.0', 'Stable Diffusion-2.0', '9.83亿', '2022-11-24', ''), +('(待完善)/Galactica', 'Galactica', '1200亿', '2022-11-15', ''), +('(待完善)/ERNIE-ViLG 2.0', 'ERNIE-ViLG 2.0', '240亿', '2022-10-27', ''), +('(待完善)/Flan-T5', 'Flan-T5', '110亿', '2022-10-20', ''), +('(待完善)/Raven 14B', 'Raven 14B', '140亿', '2022-10-20', '免费商用授权'), +('(待完善)/CodeGeeX', 'CodeGeeX', '130亿', '2022-09-30', '不开源'), +('(待完善)/Whisper', 'Whisper', '15.5亿', '2022-09-21', ''), +('(待完善)/PLUG', 'PLUG', '270亿', '2022-09-01', ''), +('(待完善)/Stable Diffusion-1.0', 'Stable Diffusion-1.0', '9.83亿', '2022-08-01', ''), +('(待完善)/BLOOM', 'BLOOM', '1760亿', '2022-07-11', ''), +('(待完善)/Imagen', 'Imagen', '20亿', '2022-05-23', ''), +('(待完善)/UL2', 'UL2', '200亿', '2022-05-10', ''), +('(待完善)/OPT', 'OPT', '1750亿', '2022-05-02', '不可以商用'), +('(待完善)/PaLM-Coder', 'PaLM-Coder', '5400亿', '2022-04-5', '不开源'), +('(待完善)/GPT-NeoX-20B', 'GPT-NeoX-20B', '200亿', '2022-04-14', ''), +('(待完善)/DALL·E2', 'DALL·E2', '35亿', '2022-04-13', ''), +('(待完善)/PaLM', 'PaLM', '5400亿', '2022-04-05', '不开源'), +('(待完善)/CodeGen', 'CodeGen', '160亿', '2022-04-01', '免费商用授权'), +('(待完善)/Chinchilla', 'Chinchilla', '700亿', '2022-03-29', ''), +('(待完善)/GLM-130B', 'GLM-130B', '1300亿', '2022-03-17', '不开源'), +('(待完善)/Instruct GPT', 'Instruct GPT', '1750亿', '2022-03-04', ''), +('(待完善)/MT-NLG', 'MT-NLG', '5400亿', '2022-01-28', ''), +('(待完善)/GLaM', 'GLaM', '12000亿', '2021-12-13', ''), +('(待完善)/Gopher', 'Gopher', '2800亿', '2021-12-08', ''), +('(待完善)/CodeT5', 'CodeT5', '0亿', '2021-09-02', '免费商用授权'), +('(待完善)/Codex', 'Codex', '1750亿', '2021-08-10', '不开源'), +('(待完善)/ERNIE 3.0', 'ERNIE 3.0', '100亿', '2021-07-01', ''), +('(待完善)/V-MoE', 'V-MoE', '150亿', '2021-06-10', ''), +('(待完善)/GPT-J 6B', 'GPT-J 6B', '60亿', '2021-06-04', '免费商用授权'), +('(待完善)/PanGu-Alpha', 'PanGu-Alpha', '2000亿', '2021-04-26', '免费商用授权'), +('(待完善)/GPT-Neo', 'GPT-Neo', '27亿', '2021-03-22', '免费商用授权'), +('(待完善)/M6', 'M6', '1000亿', '2021-03-01', ''), +('(待完善)/DALL·E', 'DALL·E', '120亿', '2021-02-24', '不开源'), +('(待完善)/Switch Transformer', 'Switch Transformer', '16000亿', '2021-01-11', ''), +('(待完善)/CLIP', 'CLIP', '0亿', '2021-01-05', ''), +('(待完善)/GPT-3', 'GPT-3', '1750亿', '2020-05-28', '不开源'), +('(待完善)/Turing-NLG', 'Turing-NLG', '170亿', '2020-02-13', ''), +('(待完善)/T5', 'T5', '110亿', '2019-10-23', ''), +('(待完善)/ERNIE 2.0', 'ERNIE 2.0', '3.4亿', '2019-07-01', ''), +('(待完善)/XLNet', 'XLNet', '3.4亿', '2019-06-19', ''), +('(待完善)/Tsinghua-ERNIE', 'Tsinghua-ERNIE', '1.14亿', '2019-05-17', '免费商用授权'), +('(待完善)/ERNIE 1.0', 'ERNIE 1.0', '3.4亿', '2019-03-16', '免费商用授权'), +('(待完善)/GPT-2', 'GPT-2', '15亿', '2019-02-14', '免费商用授权'), +('(待完善)/BERT', 'BERT', '3.4亿', '2018-10-11', '免费商用授权'), +('(待完善)/GPT-1', 'GPT-1', '1.17亿', '2018-06-11', '免费商用授权') \ No newline at end of file