-
我想问一下您原始数据是excel表格吗 表格每一列对应各种实体
我对于Processing_ner.py的build_csv有一些疑惑
-
大佬好,我在准备好自己的数据做微调时,数据报错:
`
Traceback (most recent call last):
File "main.py", line 190, in
main(data_name)
File "main.py", line 182, in main
train.train()
File "main.py", line …
-
-
C:\Users\35845\Desktop\连铸\程序\模型构建\ner命名实体识别\BERT-BiLSTM-CRF\ner>python main.py
['O', 'B-故障设备', 'I-故障设备', 'B-故障原因', 'I-故障原因']
{'O': 0, 'B-故障设备': 1, 'I-故障设备': 2, 'B-故障原因': 3, 'I-故障原因': 4}
C:\Users\35…
-
大佬您好
我使用我自己的数据后报错:
C:\Users\someb\.conda\envs\49\python.exe "D:\NER\BERT-BILSTM-CRF-main - 副本\main.py"
['O', 'B-地名', 'I-地名', 'B-潜在污染物', 'I-潜在污染物', 'B-土壤性质', 'I-土壤性质', 'B-植物', 'I-植物', 'B-气候条件', 'I-…
-
I'm planning to do NER with the Bert model. Unfortunately there is no sample provided for such a task. After inspecting the code for a while I have an okayish understanding of the model.
From my und…
-
-
Hi, I'm trying to extract bert features by `extract_bert_features.sh`. I find that the token features are extracted based on a document-level, which generates embeddings based on a sequence of sentenc…
-
We have the following categories that we need to support at Pipeline and MLApp.
### Working with Image Data
- Image Classification (it does classify the image to specific classes)
- [x] model…
-
데이터를 보면 두번째, 세번째 필드에 오류가 있는 경우가 있습니다.
세번째 tags 필드의 시작이 '+'인 경우에 태그가 빠져있어서 살펴보니,
대략 아래와 같은 규칙으로 교정이 가능해보였습니다.
```
if tags[0] == '+':
if morphi == '봤':
morph…