-
On your paper, you mentioned "The encoder is pretrained BertSum" and im not entirely sure on the meaning of "pretrained BertSum".
For an input document, you modify BERT as follows:
(1) Add CLS tok…
-
Hello, and thanks for making this parser available!
I wrote a shell script which calls `predict.py` from an external directory, but I encounter the following error:
```
Traceback (most recent cal…
-
I used bert-base as the basic model and retrained my long-bert with a length of 1536. Then I compared the difference in inference speed of the original bert-base-1536. After a lot of testing, I found …
-
When I'm trying to execute the BertDataBunch class, with the following parameters:
```
BertDataBunch('./', './',
tokenizer='bert-base-uncased',
…
-
你好,我按[here](https://github.com/zjunlp/DeepKE/blob/main/README_CNSCHEMA.md)中的指示完成了DeepKE-cnSchema开箱即用版的环境配置。对于一些简短的句子,往往只有两个实体、关系词明确的情况下,程序可以正确预测其中的关系。但是对于稍长、实体略多的情况,这个关系抽取给出的结果比较离谱,而且置信度还挺高。
这里是我pr…
-
```
Traceback (most recent call last):
File "train.py", line 3, in
from claf.config import args
File "/home/yyoo/src/claf/claf/__init__.py", line 4, in
from claf.data.reader import …
-
Hi, I'm following the guide, and everything seems to work except when I'm creating a predictor object I get:
File "bert.py", line 63, in
do_lower_case=False)
File "/home/w3pt/.local/lib/…
-
我通过 bert 的 fine-tune 实现文本分类:
```
module = hub.Module(name="bert_chinese_L-12_H-768_A-12")
inputs, outputs, program = self.module.context(
trainable=True, max_seq_len=m…
-
admin123@ubuntu:~/grounded-Segment-Anything$ python3 grounded_sam_demo.py --config GroundingDINO/groundingdino/config/GroundingDINO_SwinT_OGC.py --grounded_checkpoint groundingdino_swint_ogc.pth …
-
Ошибки при запуске:
```
Traceback (most recent call last):
File "s:\my_folder\main.py", line 16, in
accentizer.load(omograph_model_size='big_poetry', use_dictionary=True)
File "S:\pyt…