-
Provide an env of nlp to users and simple nlp sample algorithms.
-
When I try to run the sentiment analysis, as soon as I execute
`nlp("I feel good")`,
I get
> zsh: bus error python
The problem turned out to be this code:
`nlp = pipeline("sentiment-analysis"…
-
# [밑바닥2] 5장 순환 신경망(RNN) - Done is better than perfect
확률과 언어 모델, RNN, RNNLM
[https://betterjeong.github.io/nlp/24011803/](https://betterjeong.github.io/nlp/24011803/)
-
### Websites
[中文分词入门之资源](http://www.52nlp.cn/%E4%B8%AD%E6%96%87%E5%88%86%E8%AF%8D%E5%85%A5%E9%97%A8%E4%B9%8B%E8%B5%84%E6%BA%90)
-
I’m having trouble getting the run_CLTrain.sh script to execute.
1. Where to get 'file_name="data/data_simcse/${train_file}_for_simcse.csv'?
2. I would appreciate some guidance on recommended parame…
-
### Describe your problem
Sometimes, when I submit a query, the following error occurs:
```
Traceback (most recent call last):
File "/ragflow/api/apps/conversation_app.py", line 181, in stream…
-
See in tests/test_multi_chain_app_interface.py:158
quote tweet urls get trimmed by char trimming
-
Here is my code:
```
import typing as t
import asyncio
from typing import List
from datasets import load_dataset, load_from_disk
from ragas.metrics import faithfulness, context_recall, context_p…
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
I want to use spacy.load('xx-ent-wiki-sm') but
I got error "File "thinc/backends…
-
**Describe the bug**
When we start `serve_reward_model.py` and run annotation, the server goes down during processing. It will crash on specific samples. These samples have a long context.
[error.lo…