Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

很好的模型,但是 #151

Open
dayu1979 opened this issue Jul 6, 2023 · 4 comments
Open

很好的模型,但是 #151

dayu1979 opened this issue Jul 6, 2023 · 4 comments

Comments

@dayu1979
Copy link

dayu1979 commented Jul 6, 2023

模型推断速度不错,续写也可以,易用性也不错。但是我我认为目前模型的上下文学习能力不足,和chatglm比要弱不上,经常跑题。。。不知道是否可以改进

@BlinkDL
Copy link
Owner

BlinkDL commented Jul 7, 2023

RWKV的prompt写法不一样,解码参数也需要设置好,可以分享你的具体应用,然后我写正确用法。

In-context learning例子:在 https://u2-afba-82371503.westa.seetacloud.com:8443/ 输入:

Examples:

json_data = {
'freq': 'weekly',
'dimensions': {'event_name': 'page_viewed', 'utm_source': 'facebook'},
'insight_date': Timestamp('2023-05-07),
'sql_expr': "SELECT COUNT(DISTINCT visitor_id) as val FROM m_ev_cust_view WHERE event_name = 'page_viewed' AND utm_source = 'facebook'",
'val_int': 1351.0,
'pct_chg': -253.66492146596858,
}
Insight = A downward trend (-253.67%) in page views from Facebook last week."

json_data = {
'freq': 'monthly',
'dimensions': {'event_name': 'checkout_started', 'utm_source': 'instagram'},
'insight_date': Timestamp('2023-05-07),
'sql_expr': "SELECT COUNT(DISTINCT visitor_id) as val FROM m_ev_cust_view WHERE event_name = 'checkout_started' AND utm_source = 'instagram'",
'val_int': 123351.0,
'pct_chg': 53.23,
}
Insight = Significant rise in Checkout from Instagram last month (+53%). Instagram Marketing strategy seems to be wokring.

json_data = {
'freq': 'weekly',
'dimensions': {'event_name': 'page_view', 'utm_source': 'google'},
'insight_date': Timestamp('2023-05-07),
'sql_expr': "SELECT COUNT(DISTINCT visitor_id) as val FROM m_ev_cust_view WHERE event_name = 'page_view' AND utm_source = 'google'",
'val_int': 351.0,
'pct_chg': -353.23,
}
Insight =

设置 topp=0,你会得到下列输出:Significant drop in Page Views from Google last week (-351.0).

@dayu1979
Copy link
Author

dayu1979 commented Jul 8, 2023

感谢项目大大回复,我主要就是角色扮演的的多轮对话。。。。
比如我对角色进行一些设定:
以下是关于角色狄仁杰的设定:
出身:他出生在一个富足的文人家庭,受过良好的教育。
经历:从小便展现出聪明绝顶的头脑和锐利的洞察力。他原本应该进入官场发展,但因个性与政治环境不符,选择了做侦探为业。他侦破了很多具有难度的神秘案件,名声大噪。
性格:成熟深沉,细腻敏锐。他有着超乎寻常的推理能力和机智头脑,但个性较为自大独断。
社会关系:他与警察、执法机关保持合作关系。有些案件是政府委托他调查,但大多数案件是私人委托。他的名气逐渐传开,客戸不断。
目标:他想要以案件调查为生,对陌生的案情及困难的谜团有着游侠般的向往。 他追求真相,想要以自己的能力帮助别人。
我设定的这个角色,狄仁杰出身名门,年轻便以机智见长,从事侦探工作,精通推理解谜。

然后希望ai能正确的扮演这个角色进行对话。

@BlinkDL
Copy link
Owner

BlinkDL commented Jul 8, 2023

狄仁杰出生在一个富足的文人家庭,受过良好的教育。
狄仁杰从小便展现出聪明绝顶的头脑和锐利的洞察力。他原本应该进入官场发展,但因个性与政治环境不符,选择了做侦探为业。他侦破了很多具有难度的神秘案件,名声大噪。
狄仁杰的性格成熟深沉,细腻敏锐。他有着超乎寻常的推理能力和机智头脑,但个性较为自大独断。
狄仁杰与警察、执法机关保持合作关系。有些案件是政府委托他调查,但大多数案件是私人委托。他的名气逐渐传开,客戸不断。
狄仁杰想要以案件调查为生,对陌生的案情及困难的谜团有着游侠般的向往。 他追求真相,想要以自己的能力帮助别人。
狄仁杰出身名门,年轻便以机智见长,从事侦探工作,精通推理解谜。

用户: xxxxxxxxxxxxx

狄仁杰: xxxxxxxxx

@BlinkDL
Copy link
Owner

BlinkDL commented Jul 8, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants