AI星球岛 发表于 3 天前

ColossalChat

<div class="ce-block" data-id="VwyDAtMs8J" >
        <div class="ce-block__content" style="">
                <h3 class="ce-header ce-header--left">关于产品</h3>
        </div>
</div><div class="ce-block ce-block--focused" data-id="0V2Cpmmc5F" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">ColossalChat是一个利用大语言模型能力的开源聊天机器人项目。它的核心驱动力来自Meta的LLaMA模型架构或权重,同时训练数据涉及遵循OpenAI的相关条款。你可以把它看作是一个技术社区打造的、充满探索性质的对话AI实验场,背后有强大的模型支撑,但同时也受限于这些模型的原始许可协议。</div>
        </div>
</div><div class="ce-block" data-id="PSB6dgt2-r" >
        <div class="ce-block__content" style="">
                <h3 class="ce-header ce-header--left">适合谁?</h3>
        </div>
</div><div class="ce-block ce-block--focused" data-id="bLE4_TR0ry" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">AI开发者/研究员:热衷深入理解LLaMA模型机理、进行对话模型二次开发或集成测试的技术先锋。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="P8sGKFDQH-" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">技术尝鲜者:对前沿开源AI项目有浓厚兴趣,愿意动手部署并体验非商业化模型潜力的极客群体。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="MYB0BgaHFc" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">协议研究相关者:需要实践检验LLaMA等模型许可协议在具体应用场景中影响的人群。</div>
        </div>
</div><div class="ce-block" data-id="INd21kTcbF" >
        <div class="ce-block__content" style="">
                <h3 class="ce-header ce-header--left">产品特色</h3>
        </div>
</div><div class="ce-block ce-block--focused" data-id="dBTo8v8y95" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">开源透明牌:代码完全开放,开发者可深入引擎舱调整模型、研究机制或搭建专属变体。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="Qcw47ZGuj9" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">技术根基坦诚:明确标注其力量来源(LLaMA模型许可 + OpenAI相关数据条款),无技术包装。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="fbvMmDQnW8" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">基础安全滤网:内置简易过滤器尝试拦截攻击性内容,但项目本身清晰警示其存在双重风险,可能漏放不当内容,也可能误伤正常对话。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="nubH8RwD98" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">许可迷宫提示:主动提示LLaMA许可证的商业使用限制,避免用户踩坑,这种诚实成为其另类特色。</div>
        </div>
</div><style type="text/css">
.ce-block {
        margin-top: 20px;
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
/**
* Plugin styles
*/
.ce-header {
position: relative;
padding: 1px 0px 1px 15px;
margin: 0;
line-height: 1.25em;
outline: none;
margin-bottom: 10px;
}

.ce-header p,
.ce-header div {
padding: 0 !important;
margin: 0 !important;
}
.ce-header::before {
        content: "";
        background-color: #3e8fe3;
        width: 6px;
        height: 100%;
        position: absolute;
        left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}
/**
* Styles for Plugin icon in Toolbar
*/
.ce-header__icon {
}

.ce-header::before {
position: absolute;
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
display: none;
cursor: text;
}

.ce-header:empty::before {
display: block;
}

.ce-header:empty:focus::before {
display: none;
}
/* FontSize */
h1.ce-header {
    font-size: 2.0em;
}
h2.ce-header {
    font-size: 1.7em;
}
h3.ce-header {
    font-size: 1.4em;
}
h4.ce-header {
    font-size: 1.15em;
}
h5.ce-header {
    font-size: 0.95em;
}
h6.ce-header {
    font-size: 0.8em;
}
/* Alignment*/
.ce-header--right {
text-align: right;
}
.ce-header--center {
text-align: center;
}
.ce-header--left {
text-align: left;
}
.ce-header--justify {
text-align: justify;
}
</style><style type="text/css">
.ce-block {
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
.ce-paragraph {
    line-height: 1.6em;
    outline: none;
    text-indent: 2em;
    font-size: 16px;
}
.ce-paragraph--right {
    text-align: right;
}
.ce-paragraph--center {
    text-align: center;
}
.ce-paragraph--left {
    text-align: left;
}

.ce-paragraph--justify {
    text-align: justify;
}

.ce-paragraph-text-indent {
    text-align: justify;
}
.ce-paragraph:empty::before{
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
opacity: 0;
}

/** Show placeholder at the first paragraph if Editor is empty */
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {
opacity: 1;
}

.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {
opacity: 0;
}

.ce-paragraph p:first-of-type{
    margin-top: 0;
}

.ce-paragraph p:last-of-type{
    margin-bottom: 0;
}


.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #4691f6;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}
</style><style type="text/css">
.inline-code {
background: rgba(250, 239, 240, 0.78);
color: #b44437;
padding: 3px 4px;
border-radius: 5px;
margin: 0 1px;
font-family: inherit;
font-size: 0.86em;
font-weight: 500;
letter-spacing: 0.3px;
}
</style>
页: [1]
查看完整版本: ColossalChat