Description generation do not work properly for none-English post #5369
Replies: 3 comments 1 reply
-
Thanks for the report, could you share a small reproducible blog post which can help us reproduce this? See https://quarto.org/bug-reports.html. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is the post: ---
title: "InPars V2 論文解読"
date: "2023-05-01"
---
InPars V2論文では、Query生成に使用するLLMがGPT3からオープンソースのGPT-J(6B)に変更され、生成したQueryのフィルタリング方法がLog Probabilityからmonot5(3B)をRerankerとして利用する方法に変更された点を挙げている。実験結果としては、V2の精度がV1と比べてわずかに向上したことが報告されている。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
And if I delete the last 3 Japanese character, it will show the description properly ---
title: "InPars V2 論文解読"
date: "2023-05-01"
---
InPars V2論文では、Query生成に使用するLLMがGPT3からオープンソースのGPT-J(6B)に変更され、生成したQueryのフィルタリング方法がLog Probabilityからmonot5(3B)をRerankerとして利用する方法に変更された点を挙げている。実験結果としては、V2の精度がV1と比べてわずかに向上したことが報告されて |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My first paragraph is quite lengthy in my post, but when the description is generated on the index page, it only displays the first few words. How can I control the behavior of the description generation?
My blog site is here: blog
post page


index page
Beta Was this translation helpful? Give feedback.
All reactions