Instructions to use xusenlin/duie-gplinker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xusenlin/duie-gplinker with Transformers:
# Load model directly from transformers import AutoTokenizer, GPLinker tokenizer = AutoTokenizer.from_pretrained("xusenlin/duie-gplinker") model = GPLinker.from_pretrained("xusenlin/duie-gplinker") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# GPLinker关系抽取模型
|
| 2 |
|
| 3 |
## 模型介绍
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- zh
|
| 4 |
+
tags:
|
| 5 |
+
- relation extraction
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
datasets:
|
| 8 |
+
- DuIE
|
| 9 |
+
metrics:
|
| 10 |
+
- micro f1
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# GPLinker关系抽取模型
|
| 14 |
|
| 15 |
## 模型介绍
|