A Chinese relation extraction data utility toolkit based on CasRel model
Project description
casrel_datautils
这是一个基于 CasRel 模型的中文关系抽取数据处理工具包,支持 BERT 预训练模型。
支持的bert模型
bert-base-chinese: 默认中文 BERT 基础模型,适用于通用中文任务,参数量适中,bert_dim=768。
bert-large-chinese: 较大规模的中文 BERT 模型,适用于需要更高精度的大型数据集,bert_dim=1024。
hfl/chinese-roberta-wwm-ext: 基于 RoBERTa 的中文模型,带全词掩码,适合复杂关系抽取任务,bert_dim=768。
hfl/chinese-bert-wwm: 带全词掩码的中文 BERT,适用于需要更好语义理解的任务,bert_dim=768。
安装
pip install casrel_datautils
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
casrel_datautils-0.1.0.tar.gz
(10.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file casrel_datautils-0.1.0.tar.gz.
File metadata
- Download URL: casrel_datautils-0.1.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4079b668574fe3e3598b8cf02d514be376a0727936d8342936d7c11016ef059
|
|
| MD5 |
cd6e3d88a3f27c0326fa77221d53633b
|
|
| BLAKE2b-256 |
7c70c0cfa06fc4447ac8ffe51a421ba657d883edd038fcd8f5682ef89622a0b9
|
File details
Details for the file casrel_datautils-0.1.0-py3-none-any.whl.
File metadata
- Download URL: casrel_datautils-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95decf6e60521b88db3253d0a595d7c0b849473838349ac1bddc8135622467f9
|
|
| MD5 |
1f8897a5ef203dd0af9996322df39a86
|
|
| BLAKE2b-256 |
226dedfbccb13551f4838fc087a908bef7984aa72bc5a6028226b79f29e1679a
|