-
Pose a research question you would like to answer (in one, artfully worded sentence...ending with a question mark). This need not be the basis of your final project...but it could lead there. Then des…
lkcao updated
8 months ago
-
我现在新的数据是7大类英文文本。train, dev我都变成了 样本数据一样的格式。
但是我跑的时候有错误。好像是7大类与10大类不符合。这个代码10大类分类,我想知道哪里修改。
[Caused by op 'save/Assign_602', defined at:
File "run_classifier.py", line 929, in
tf.app.run(…
-
需要安装 `pip install torch pytorch_pretrained_bert`
```Python
import os
import torch
import torch.nn as nn
from pytorch_pretrained_bert import BertModel, BertTokenizer
# 识别的类型
key = {0: '别名'…
-
现在有两台机器,打算测试一下多机多卡的训练,选择了large-chinese,现在训练的时候出现了问题
```
192.168.83.245: 595d69b310a0:48344:48344 [0] NCCL INFO Launch mode Parallel
192.168.83.245: 595d69b310a0:48345:48345 [1] NCCL INFO Broadcast:…
-
“将bert-base-chinese放置于同目录下的bert-base-chinese下或者自行指定位置”请问这里的bert-base-chinese具体是怎样的文件结构呢
-
## 运行环境
* 操作系统 (Linux/macOS/Windows):Linux
* 部署方式 (Docker/windows快速部署包/自己搭的环境):Docker
## 问题描述
已更改模型配置文件为
```
"data": {
"lang": ["ja"],
"training_files": "filelists/train.list",
…
-
In this issue you can either:
- Add papers that you think are interesting to read and discuss (please stick to the format).
- vote: should be done using :+1: on comments
Example: https://githu…
-
https://www.youtube.com/watch?v=N6wjC0sxD2o Design for All 5 Senses | Jinsop Lee | TED Talks
-
PaddleSpeech安装过程中遇到的问题都可以在这里留言,一些跟安装相关的问题也会在这里进行汇总
Problems encountered during the installation of paddlespeech can be left here, and some installation related problems will also be summarized he…
-
我不太明白您在readme里说的rg_vocab.txt文件,这个文件是所有分词的集合是么?如果是中文,您有没有尝试过(中文可以分字也可以分词)?我不太理解的是unk being index 0 and sos being index 1 and eos being index 2这句。意思是rg_vocab.txt的第1,2,3行分别是unk,sos,eos么?unk我知道可以替代文档中不在字典…