-
各位大佬,我还是个新手,请教一下大家都是怎么准备自己的数据集的?
我现在都不知道怎么让程序跑起来,根据 `README.md` 的指示下载一些文件(如下图),但是不知道怎么存放、怎么重命名。
看了代码中好多用了绝对路径的地方,应该都是要改成自己的路径吧,具体是怎么改呢,对应的文件上哪找呢?
```txt
/data2/wangshuhe/gpt3_ner/gpt3-data…
-
when i run 'run_ner.py' show some error like this:
run_ner.py: error: the following arguments are required: --task_type, --task_save_name, --data_dir, --data_name, --model_n
ame, --model_name_or_pat…
-
### What is your question?
error message:
```shell
Traceback (most recent call last):
File "/root/raid/electrolyte_papers_extraction/NER/ner.py", line 31, in
ner = NER('ckpt/ner/240731…
-
1. **Named Entity Recognition (NER) Module**:
- This module is designed to recognize and extract entities from text, such as user names and token symbols.
- It leverages OpenAI's API to pr…
-
I installed REL using pip and when running the minimal example from the README, I'm getting the following error:
```
/home/prangen/.local/lib/python3.10/site-packages/huggingface_hub/file_download…
-
I get the following error when running NER: `TypeError: 'NoneType' object is not subscriptable`
After debugging the error, I found out that it is trying to access the document's `text` attribute, b…
-
Hello.
I am trying to train and run (and evaluate) the NER task from greek-bert from the examples folder, but can't seem to figure it out.
Can you please help me?
Thanks
-
RuntimeError: mat1 and mat2 shapes cannot be multiplied (11264x1024 and 768x6)
当
```
'roberta': (
'transformers.BertTokenizer',
'transformers.RobertaModel',
'transforme…
-
Hello is NER supported, and does it have entity categories listed like Spacy
papyr updated
7 months ago
-
From [Thai-NNER](https://github.com/vistec-AI/Thai-NNER/), The dataset has 4,894 docs.
The dataset is licensed under CC-BY-SA 3.0.
[dev.txt](https://github.com/PyThaiNLP/pythainlp/files/13638655…