-
Thank you for your amazing work! I've got some questions about implementing the code.
* What is the location of the spanBERT model?
* Which version of the transformers did you use?
Thanks!
-
提问时请尽可能提供如下信息:
1. 如题,是否支持spanbert?
2. 关系抽取还有什么建议改进的方向?
### 基本信息
- 你使用的**操作系统**:
- 你使用的**Python**版本:
- 你使用的**Tensorflow**版本:
- 你使用的**Keras**版本:
- 你使用的**bert4keras**版本:
- 你使用纯**keras**…
-
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. :smile_cat:
## 问题描述
首先将pytorch的spanBERT模型转换成onnx模型,这一步没报错,代码如下
```python
import transformers
import torch
model = t…
-
# 🌟 New model addition
## Model description
This is a recent approach for co-reference resolution using BERT, implemented from the papers [BERT for Coreference Resolution: Baselines and Analysis…
-
If I want to continue pre-training spanbert-base, do I have to load spanbert_base_with_head? so Is there spanbert_base_with_head ? Now you only offer spanbert_large_with_head ( https://dl.fbaipublic…
-
4.4 ELECTRA @shyram
4.5 SpanBERT @0hee0
[ELECTRA 논문](https://arxiv.org/pdf/2003.10555.pdf)
[SpanBERT 논문](https://arxiv.org/pdf/1907.10529.pdf)
-
Hi,
I am looking to train a NER model with custom entities using a spanBERT because some of the entity texts spans over 3-4 tokens due to which NER using BERT token classification is failing to cor…
ghost updated
2 years ago
-
Hi,
With which configuration could I replicate the results of Joshi et al. 2020 spanbert large?
Is "spanbert_large" in experiment.conf?
Thanks!
-
I'm trying to run the pretraining code not from scratch but from one of SpanBERT's pretrained checkpoints (I have no problem in running the pretraining code from scratch). This is how I'm trying to do…
-