asahi417 commited on
Commit
ec0a533
·
1 Parent(s): 8fd41c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -12,12 +12,17 @@ pinned: false
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>
 
 
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
+