Commit d5add8e3 authored by zhuwenwen's avatar zhuwenwen
Browse files

update algo sort

parent 3b530b18
...@@ -175,7 +175,7 @@ I believe the meaning of life is to live it to the fullest. I believe that we ar ...@@ -175,7 +175,7 @@ I believe the meaning of life is to live it to the fullest. I believe that we ar
## 应用场景 ## 应用场景
### 算法类别 ### 算法类别
NLP,对话问答 对话问答
### 热点应用行业 ### 热点应用行业
金融,科研,教育 金融,科研,教育
......
...@@ -5,6 +5,6 @@ modelName=llama_fastertransformer ...@@ -5,6 +5,6 @@ modelName=llama_fastertransformer
# 模型描述 # 模型描述
modelDescription=LLama是一个基础语言模型的集合,参数范围从7B到65B。在数万亿的tokens上训练出的模型,并表明可以专门使用公开可用的数据集来训练最先进的模型。 modelDescription=LLama是一个基础语言模型的集合,参数范围从7B到65B。在数万亿的tokens上训练出的模型,并表明可以专门使用公开可用的数据集来训练最先进的模型。
# 应用场景 # 应用场景
appScenario=推理,NLP,对话问答,金融,科研,教育 appScenario=推理,对话问答,金融,科研,教育
# 框架类型 # 框架类型
frameType=fastertransformer frameType=fastertransformer
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment