-
### What happened?
Hi there, thanks for your invaluable contribution.
I found a strange issue when I have two languages. You can find my template here: https://hadifar.github.io/
When I click on…
-
### A Discussion on the Best NLP and Data Collection Approaches
This is a place we hope we can generate discussion, with both experts and non-experts, on how we're planning on moving forward in the…
-
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_precisi…
-
## Context
기존 NLP를 활용한 긍정 부정기사들만 분류하여 사용하기에는 부족한 데이터로 보입니다.
좀더 정확하고 특화한 장소별 확진 데이터를 word Cloud로 만들려고 합니다.
ddusi updated
3 years ago
-
Implement an interactive chatbot that can assist users in navigating the platform, answering FAQs, and automating common queries. This would streamline user support, enhance engagement, and reduce the…
-
https://github.com/elitcloud/elit/blob/fd959c505f6a5cf0bb94b8291db308f0036b51d1/elit/nlp/dep/parser/common/data.py#L174
```
...
elit_dep_biaffine_en_mixed.load('{}/data/model/dep/jumbo-fasttext10…
-
**Describe the bug**
This is an issue I am having with keras-nlp, but I am not sure if it can be solved here or should be reported under keras or tensorflow.
Currently, the batch size is not calc…
-
:red_circle: **Title** : Depression Detection NLP Model
:red_circle: **Aim** : Create a model to detect whether the person is depressed or not by his chats, face recognition, audio detection, etc.
:…
-
**Describe the bug**
I was training to run sft based on Mixtral-8x7B-instruct model with tensor parallel size=4 (sequence parallel=True) and LoRA (target modules =[all]).
It reports that the output …
-
I downloaded `train-00000-of-00001.paquet` and `validation-00000-of-00001.paquet` from Google Cloud and converted them to `.npy` files using `scripts/convert_dataset.py`.
However, when using them …