-
environment:tf2.2\ linux \2080Ti \cuda:10.2
I use **tf.kerns.model** and **tf.gradienttape** to build my (BERT-CRF) custom model, and now I want to use **tensorflow_ model_ Serving** deploys my mod…
-
希望能增加ELECTRA-180g和ELECTRA-*-ex两个模型的预训练参数。
模型 | 开发集 | 测试集 | 挑战集 | 参数量
-- | -- | -- | -- | --
BERT-base | 65.5 (64.4) / 84.5 (84.0) | 70.0 (68.7) / 87.0 (86.3) | 18.6 (17.0) / 43.3 (41.3) | 102M
B…
ghost updated
2 years ago
-
- 版本、环境信息
1)PaddleNLP 2.2.3,PaddlePaddle-gpu 2.2.1.post101
2)系统环境:aistudio python3.7
- 复现信息:
使用ernie-gram直接跑千言文本相似度时,如果输入加上attention_mask会报错。差不多的代码假设在pytorch里面能运行成功。
具体错误如下:
ValueError: (Inval…
-
-
Or will it work just fine with Chinese?
Really interesting work!
drxmy updated
2 years ago
-
在下游任务run_mrc.py中只有model_type为Bert时的代码,readme.md里给的例子是model_type=cpt-base,这里是代码少写了吗?
```
if 'bert' == args.model_type:
if 'large' in args.init_restore_dir or '24' in args.init_restore_dir:
…
-
Hi, how can I use this huggingface pretrained model to produce chengyu embeddings? https://huggingface.co/visualjoyce/chengyubert_2stage_stage1_wwm_ext ,
since chinese-BERT-wwm only produces token ba…
-
# New Features
## ERNIE 3.0
- 新增百度自研预训练模型 ERNIE 3.0
- CLUE benchmark
## UIE
- 新增百度自研基于统一结构生成的通用信息抽取模型 UIE
## PLATO-XL
- 新增百度自研百亿参数对话模型 PLATO-XL
- 高性能预测
## 领域预训练模型
新增医疗领域预训练模型…
-
你好,请问了el_processs那几个文件之后,运行el_main出现了”Error no file named ['pytorch_model.bin, 'tf_model.h5, 'model.ckpt.index“是怎么回事,请问您可以给一些解答吗
-
### 问题
使用tensorflow api时bert4keras报错,错误代码在tf.layers.dense这个api,如果不使用这个api,直接输出bert的向量没有问题。
### 基本信息
- 你使用的**Python**版本: 3.6
- 你使用的**Tensorflow**版本: 1.14
- 你使用的**Keras**版本: 2.3.1
- 你使用的**ber…