Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,18 @@ colorTo: indigo
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
|
|
|
|
|
|
|
|
|
|
9 |
<p>
|
10 |
This is the organization grouping all the models released via T-NER (
|
11 |
<a href="https://github.com/asahi417/tner" class="underline">GitHub</a>, <a href="https://aclanthology.org/2021.eacl-demos.7/" class="underline">ACL Paper</a>)
|
12 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
|
10 |
+
<img src="https://raw.githubusercontent.com/asahi417/tner/assets/tner_logo_horizontal.png" alt="" width="150" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
11 |
+
|
12 |
+
<br>
|
13 |
+
|
14 |
<p>
|
15 |
This is the organization grouping all the models released via T-NER (
|
16 |
<a href="https://github.com/asahi417/tner" class="underline">GitHub</a>, <a href="https://aclanthology.org/2021.eacl-demos.7/" class="underline">ACL Paper</a>)
|
17 |
</p>
|
18 |
+
|
19 |
+
<pre class="line-numbers">
|
20 |
+
<code class="language-python">
|
21 |
+
pip install tner
|
22 |
+
</code>
|
23 |
+
</pre>
|