Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,17 @@ pinned: false
|
|
12 |
<br>
|
13 |
|
14 |
<p>
|
15 |
-
|
16 |
-
<a href="https://github.com/asahi417/tner"
|
17 |
-
|
|
|
|
|
|
|
|
|
18 |
|
19 |
<pre class="line-numbers">
|
20 |
<code class="language-python">
|
21 |
pip install tner
|
22 |
</code>
|
23 |
</pre>
|
|
|
|
12 |
<br>
|
13 |
|
14 |
<p>
|
15 |
+
|
16 |
+
Hosting models and datasets for <a href="https://github.com/asahi417/tner">T-NER</a>, which is a python tool for language model fine-tuning on named-entity-recognition (NER) implemented in pytorch, available via [pip](https://pypi.org/project/tner/).
|
17 |
+
|
18 |
+
- GitHub: <a href="https://github.com/asahi417/tner">https://github.com/asahi417/tner</a>
|
19 |
+
- Paper: <a href="https://aclanthology.org/2021.eacl-demos.7/">https://aclanthology.org/2021.eacl-demos.7/</a>
|
20 |
+
- HuggingFace: <a href="https://huggingface.co/tner">https://huggingface.co/tner</a>
|
21 |
+
- PyPI: <a href="https://pypi.org/project/tner">https://pypi.org/project/tner</a>
|
22 |
|
23 |
<pre class="line-numbers">
|
24 |
<code class="language-python">
|
25 |
pip install tner
|
26 |
</code>
|
27 |
</pre>
|
28 |
+
|