-
first time to use a workflow including nodes from comfyui_segment_anything",when exectuing, stopped at node of "GroundingDinoModelLoader (segment anything)" ,got prompt in terminal below:
"
got…
-
Hi, I get the following warning when loading a checkpoint trained using your pretrained model. Is there anything wrong with it?
Some weights of the model checkpoint at /content/drive/My Drive/pretr…
-
```
python train.py --base_config korquad/bert_base_multilingual_uncased
```
```
2021-04-24 16:30:42,819 (modeling_utils.py:650): [INFO] - loading weights file https://cdn.huggingface.co/bert-ba…
-
**Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [ ] Are you running the latest `bert-as-service`?
* [ ] Did you follow [the installation](https://github.com/hanxiao/bert-as-…
-
Hi, is the output embedding structure like this: [ A, SEP, B, SEP, CLS]?
Because for BERT it's like this right: [CLS, A, SEP, B, SEP]?
And for GPT2 is it just like this: [A, B]?
Thanks.
-
We currently have some code that does the bert op in the graph. Do you have a method of pooling the bert tokens back to the word level? Just curious if you guys had an idiomatic method of doing this. …
-
1. which checkpoint should I use, you mentioned download this one, but export with another one.
uncased_L-24_H-1024_A-16.zip
export BERT_BASE_DIR=/path/to/bert/uncased_L-12_H-768_A-12
2. ne…
-
I have a quick question about how BERT Embedding are used in this model. Based on this [line](https://github.com/ZhangShiyue/QGforQA/blob/81beed7122abbf9a62745af8ab7d6d4d4bf52c73/QG/BERT_QG/model.py#L…
-
Hi, I have met an issue when I try to run `bash run_pascal.sh`, the program return to debug mode in Pdb mode, any ideas about that? Thank you.
Part of shell output is like,
```
{'aeroplane': 1, '…
-
I am getting this error as soon as I get this
INFO:root:Writing example 0 of 9067886
I am running the standard code on a AWS Sagemaker with pytorch. Both the error stack and the code used is past…