Skip to content

Commit 26998bf

Browse files
committed
Using reinforcement learning for dynamic planning in open-ended conversations, HOW to Make Conversational Form with LangChain, langchain-tutorials: A set of LangChain Tutorials from my youtube channel, llm-tutorials: A set of LLM Tutorials from my youtube channel
Using reinforcement learning for dynamic planning in open-ended conversations – Google Research Blog https://ai.googleblog.com/2023/05/using-reinforcement-learning-for.html HOW to Make Conversational Form with LangChain | LangChain TUTORIAL - YouTube https://www.youtube.com/watch?v=IT93On2LB5k langchain-tutorials: A set of LangChain Tutorials from my youtube channel https://github.com/samwit/langchain-tutorials llm-tutorials: A set of LLM Tutorials from my youtube channel https://github.com/samwit/llm-tutorials
1 parent 522d6e7 commit 26998bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nlp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ NLP
672672
* [인공지능 대화 데이터, 언어 전문가가 만들어야 하는 이유](https://blog.naver.com/textnetofficial/222678979440)
673673
* [챗GPT와 유사한 오픈소스 모델 공개됐지만… - ZDNet korea](https://zdnet.co.kr/view/?no=20230103091955)
674674
* [AI Like ChatGPT Are No Good at ‘Not’ | Quanta Magazine](https://www.quantamagazine.org/ai-like-chatgpt-are-no-good-at-not-20230512/)
675+
* [Using reinforcement learning for dynamic planning in open-ended conversations – Google Research Blog](https://ai.googleblog.com/2023/05/using-reinforcement-learning-for.html)
675676
* [7-docs](https://github.com/7-docs)
676677
* [Using OpenAI with JavaScript](https://www.webpro.nl/articles/using-openai-with-javascript)
677678
* OpenAI의 chat/completions과 embeddings 2개의 엔드포인트와 Pinecone을 이용해서 자신만의 콘텐츠로 챗봇을 구성할 수 있는 가이드를 설명하는 글
@@ -1386,9 +1387,11 @@ NLP
13861387
* [랭체인러닝데이 도입 시급! 회사내규 챗봇 직접 만들어보기](https://aifactory.space/competition/2374/discussion/366)
13871388
* [랭체인러닝데이 챗GPT 점메추 메뉴판, 예산입력하고 점심 메뉴 추천받자](https://aifactory.space/competition/2374/discussion/368)
13881389
* [LangChain Crash Course: Build a AutoGPT app in 25 minutes! - YouTube](https://www.youtube.com/watch?v=MlK6SIjcjE8)
1390+
* [HOW to Make Conversational Form with LangChain | LangChain TUTORIAL - YouTube](https://www.youtube.com/watch?v=IT93On2LB5k)
13891391
* [langchain-ask-pdf: An AI-app that allows you to upload a PDF and ask questions about it. It uses OpenAI's LLMs to generate a response](https://github.com/alejandro-ao/langchain-ask-pdf)
13901392
* [langchain-chat-nextjs: Next.js frontend for LangChain Chat](https://github.com/zahidkhawaja/langchain-chat-nextjs)
13911393
* [Langchain-Full-Course](https://github.com/Coding-Crashkurse/Langchain-Full-Course)
1394+
* [langchain-tutorials: A set of LangChain Tutorials from my youtube channel](https://github.com/samwit/langchain-tutorials)
13921395
* [lassl: Easy framework for pre-training language models](https://github.com/lassl/lassl)
13931396
* [lbox-open](https://github.com/lbox-kr/lbox-open)
13941397
* [LBox Open: 한국어 AI Benchmark Dataset](https://blog.lbox.kr/13a2b770-5767-4e9b-8f00-e4f2457ec540)
@@ -1421,6 +1424,7 @@ NLP
14211424
* [LLM Bootcamp - Spring 2023 - The Full Stack](https://fullstackdeeplearning.com/llm-bootcamp/spring-2023/)
14221425
* [LLMSurvey: A collection of papers and resources related to Large Language Models](https://github.com/RUCAIBox/LLMSurvey)
14231426
* [A Survey of Large Language Models (LLMs)](https://www.linkedin.com/posts/jae-hong-eom-93368248_survey-large-language-activity-7052275487703793665-WUfC/)
1427+
* [llm-tutorials: A set of LLM Tutorials from my youtube channel](https://github.com/samwit/llm-tutorials)
14241428
* [LM-kor: Pretrained Language Models for Korean](https://github.com/kiyoungkim1/LM-kor)
14251429
* [LMOps: General technology for enabling AI capabilities w/ LLMs and Generative AI models](https://github.com/microsoft/LMOps)
14261430
* [open_flamingo: An open-source framework for training large multimodal models](https://github.com/mlfoundations/open_flamingo)

0 commit comments

Comments
 (0)