-
**과제: 자연어 처리 (NLP) 기법 실습**
텍스트 생성 및 번역
임의의 문장을 작성하고, 이를 다른 언어로 번역해 보세요. (예: "오늘 날씨가 참 좋네요"를 영어로 번역).
문장 스타일 변환을 사용하여 캐주얼한 문장을 공식적인 톤으로 변경해 보세요.
예: "너 정말 잘했어!" ➔ "당신의 성과는 매우 인상적입니다."
요약
긴 문장을 간단하…
-
Thanks for your code, but I couldn't run the FL_Backdoor_NLP experiment because of the Reddit dataset(the download URL has expired).
-
下载模型时出现如下报错:
Traceback (most recent call last):
File "wordless\wl_nlp\wl_nlp_utils.py", line 330, in run
File "stanza\resources\common.py", line 606, in download
File "stanza\resources\commo…
-
: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.
:…
-
**Why**
With quite a few models available, great pricing, the ability to add your own models of fine-tunes, and a fairly simple API, NLP Cloud would be a great addition to big-AGI
**Description**
…
-
It would be great if someone could give us some advices on this!
@haesleinhuepf
The ones I can think of at the moment are for the search phase:
Query pre-processing: use NLP to pre-process que…
-
### Description
Hello! Not sure if this is the right place, but can't post in the other repo.
Using `@stdlib/nlp-sentencize@0.2.2` with phrases like `'HAPPY BIRTHDAY!!!'` will incorrectly return a s…
-
Hi there, this may be stupid but I felt confused...
I compiled a corpus containing 20GB of pure raw text and wanted to train my **customized BBPE tokenizer**.
With the guidance of your NLP course…
-
### Description
As the title says.
Here are some quick examples
```js
console.log(sentencize('I said "Look out" right before he banged his head'));
> [ 'I said "Look out" right before he banged his …
Pupix updated
1 month ago
-
I am trying to use tensorflow serving to serve a keras bert model, but I have problem to predict with rest api, below are informations. Can you please help me to resolve this problem.
# predict out…