-
It likes a fantastic chatbot.
Could you explain a little bit more specific usage?
Is it automatically dragging the popular list on these flatform?
I want to see the demo, and I want to know how…
-
Anyone interested in creating data for chatbot-retrieval?
You can use the data in https://github.com/hunkimForks/DeepQA/tree/master/data/fbdata. We need to change the format of the data to feed the…
-
All responses in page assist chat are in English. Can you help me get the chatbot to respond in Korean?
-
### Project name
GptScholar
### Description
GptScholar is an advanced multilingual AI chat application designed to support first-year undergraduate students with their academics. Using OpenAI…
-
I am currently using Chatdoc API to read multiple markdown documents.
When I upload multiple markdown documents to regular Chatdoc(not API), it returns accurate answers as well as reference pages. …
-
Hi,
I am trying to integrate ChatterBot with Django (Python 3.7.4). Here are the libraries I have.
```
asgiref==3.2.7
Django==3.0.5
pytz==2019.3
sqlparse==0.3.1
djangorestframework
psycopg2=…
-
They offer free models for non-prod usage. this is a 104B, way better than other free models
```bash
curl --request POST \
--url https://api.cohere.ai/v1/chat \
--header 'accept: application…
-
### Your current environment
The output of `python collect_env.py`
```text
Your output of `python collect_env.py` here
```
### Model Input Dumps
Code to repro
```python
from pathlib …
-
## 🐛 Bug
기본 감정분류 예와
https://www.dinolabs.ai/271
이 예를 참고하여 검색하며 오류 수정하면서 하고있습니다..
colab으로 하고있습니다.
!pip install mxnet
!pip install gluonnlp pandas tqdm
!pip install sentencepiece==0.1.91
!pi…
-
Based on the reported graphs I was expecting a high single-word detection accuracy, however when I tested some simple greetings, results were quite poor.
I'm thinking that I might have done somethin…