-
你好, 由于我现在暂时沒有计算资源,无法支撑模型训练, 但我想看一下这个模型能达到的效果。因为我看网上中文多篇章MRC的代码实现较少,若是您的模型效果比较理想,希望能借鉴下您的框架。请问您方便提供您已经训练好的模型参数文件让我稍微尝试一下么?谢谢。
-
代码完全一致,都是自定义了vocab。
```
with open('checkpoints/vocab_2020-10-09-23-11-21.pickle', 'rb') as f:
vocab = pickle.load(f)
tst_df = pd.read_csv('data/xxx.csv')
tst_data = DataSet(tst_df.to_dict…
-
用以下模型对一个法律判决书做问答抽取信息:
```
'luhua/chinese_pretrain_mrc_roberta_wwm_ext_large'
'luhua/chinese_pretrain_mrc_macbert_large'
```
抽取被告人、徒刑等信息都正常,但是想抽取依据的法律和条文,怎么也得不到想要的效果。
比如抽取这一…
-
```bash
python s2s_pipeline.py --local_mac_optimal_settings
```
It seems this is done running setup and ready for me to start speaking? My mic is set to MacBook Pro Microphone. I say somethin…
-
使用onnx_export.py脚本无法导出v2模型:
```shell
python onnx_export.py
```
输出:
```text
G:\GPT-SoVITS\.venv\Lib\site-packages\gradio_client\documentation.py:103: UserWarning: Could not get documentation grou…
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**: win11
- 你使用的**Python**版本:
- 你使用的**Pytorch**版本: 1.8.2+cu111
- 你使用的**bert4torch**版本: 0.2.8
- 你加载的**预训练模型**:chinese-bert-wwm-ext
### 核心代码
```python
…
-
-
(torch) ppop@DESKTOP-NMJBJQC:~/Chinese-CLIP$ sudo bash run_scripts/muge_finetune_vit-b-16_rbt-base.sh ~/Chinese-CLIP/datapath
Loading vision model config from cn_clip/clip/model_configs/ViT-L-14.json…
-
## Description
Since the **INormalization** layer was added in TRT8.6, I do some tests with the fp16's accuracy:
1. First, I use huggingface‘s bert-base-cased, exported it to onnx(opset17). Then …
-
最近在看一个天池大数据的中医药文本生成比赛,我用了微软开源的Unlim代码加载roberta wwm ext的权重后5轮迭代(2-3小时),基本已经收敛,并且提交后的结果有54+。用您开源的代码运行了一晚上,但是loss在2.XX后就不再收敛,最终效果也不是很好,提交后只有27.XX。
作者有在一些官方的数据集上和微软的代码对比过准确率吗,在同样的数据集上准确率是否可以达到微软开…