tdecae commited on
Commit
dfb00f6
·
verified ·
1 Parent(s): adde3e0

Update multiple_docs/chatbot_exp.txt

Browse files
Files changed (1) hide show
  1. multiple_docs/chatbot_exp.txt +5 -1
multiple_docs/chatbot_exp.txt CHANGED
@@ -1,9 +1,13 @@
1
  I have a good knowledge of how to build chatbots. I recently lead the development of a chatbot for the 2024 Mutua Madrid Tennis open
2
  and also built several chatbots in my spare time including this one!
3
 
 
 
4
  how was this chatbot built:
5
  it was built using python, langchain and gradio
6
 
7
  what i can do with langchain:
8
  as per this chatbot, I'm able to fine tune chatGPT to my own data and use different models from the huggingface platform.
9
- I also have knowledge of how to implement Chain of Thought (CoT) and conversational bots
 
 
 
1
  I have a good knowledge of how to build chatbots. I recently lead the development of a chatbot for the 2024 Mutua Madrid Tennis open
2
  and also built several chatbots in my spare time including this one!
3
 
4
+ The madrid open chatbot project I worked on involved using AWS bedrock
5
+
6
  how was this chatbot built:
7
  it was built using python, langchain and gradio
8
 
9
  what i can do with langchain:
10
  as per this chatbot, I'm able to fine tune chatGPT to my own data and use different models from the huggingface platform.
11
+ I also have knowledge of how to implement Chain of Thought (CoT) and conversational bots
12
+
13
+ I have also worked on personal projects such as chatting to PDFs etc