nielsr HF Staff commited on
Commit
8c3e622
·
verified ·
1 Parent(s): 4739fdd

Add pipeline tag and library name

Browse files

This PR adds the `library_name: transformers` and `pipeline_tag: text-generation` to improve discoverability and usability of the model.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: afl-3.0
 
 
3
  tags:
4
  - medical
5
  ---
 
1
  ---
2
  license: afl-3.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
  tags:
6
  - medical
7
  ---