Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,22 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
datasets:
|
| 4 |
-
- Universal-NER/Pile-NER-type
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
<p align="center"><h2 align="center">Rethinking Negative Instances for Generative Named Entity Recognition</h2></p>
|
| 14 |
|
| 15 |
# Model Card for GNER-T5-xxl
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- dyyyyyyyy/GNER-T5-xxl
|
| 7 |
+
pipeline_tag: text-classification
|
| 8 |
+
tags:
|
| 9 |
+
- legal
|
| 10 |
---
|
| 11 |
|
| 12 |
+
本模型是从:https://huggingface.co/dyyyyyyyy/GNER-T5-xxl 模型提取的 Encoder 部分权重,并做了 fp16 / fp8 / Q8 量化,可以用于替代 T5-xxl 模型,作为 text_encoder 使用。
|
| 13 |
+
|
| 14 |
+
This model is extracted from the Encoder part weights of the model: https://huggingface.co/dyyyyyyyy/GNER-T5-xxl, and has been quantized to fp16 / fp8 / Q8. It can be used as a replacement for the T5-xxl model, for text_encoder CLIP.
|
| 15 |
+
|
| 16 |
+
以下内容,引用自官方模型说明。
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
|
| 20 |
<p align="center"><h2 align="center">Rethinking Negative Instances for Generative Named Entity Recognition</h2></p>
|
| 21 |
|
| 22 |
# Model Card for GNER-T5-xxl
|