yilye commited on
Commit
3c3e790
1 Parent(s): 7e82bc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  # Overview
2
 
3
  This model is based on [Tapas](https://huggingface.co/docs/transformers/model_doc/tapas), and I fine-tuned it on medical flowsheet dataset. This is for doctors and nurses who track patient's record by scrolling the mouse; instead, they can ask the question by natural language and the model will look through the table and find the answer for them.
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - tapas
5
+ license: apache-2.0
6
+ ---
7
+
8
  # Overview
9
 
10
  This model is based on [Tapas](https://huggingface.co/docs/transformers/model_doc/tapas), and I fine-tuned it on medical flowsheet dataset. This is for doctors and nurses who track patient's record by scrolling the mouse; instead, they can ask the question by natural language and the model will look through the table and find the answer for them.