Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,18 @@ base_model:
|
|
| 7 |
pipeline_tag: token-classification
|
| 8 |
tags:
|
| 9 |
- code
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pipeline_tag: token-classification
|
| 8 |
tags:
|
| 9 |
- code
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
## 1. Model Details
|
| 13 |
+
{'train_samples_per_second': 12.608, 'train_steps_per_second': 1.576, 'train_loss': 0.0037266844895964594, 'epoch': 3.0}
|
| 14 |
+
|
| 15 |
+
## 2. Model Description
|
| 16 |
+
|
| 17 |
+
This model is designed to perform POS tagging for English text. CLAWS (the Constituent Likelihood Automatic Word-tagging System) has been continuously developed since the early 1980s. The latest version of the tagger, CLAWS1, uses the C7 tagset.
|
| 18 |
+
|
| 19 |
+
## ⚙️3. How to Get Started with the Model
|
| 20 |
+
|
| 21 |
+
For examples, please refer to the Python code available at this link (https://mp.weixin.qq.com/s/Nvp1szw-U9YeWEL48ztz4A).
|
| 22 |
+
|
| 23 |
+
## 🤝 4. Model Card Contact
|
| 24 |
+
Author: Pan Guisheng, a PhD student at the Graduate Institute of Interpretation and Translation of Shanghai International Studies University Email: [email protected]
|