pavl commited on
Commit
126aa7d
1 Parent(s): 30b7d21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -1,20 +1,21 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- language:
4
- - en
5
- base_model:
6
- - FacebookAI/roberta-large
7
- pipeline_tag: text-classification
8
- tags:
9
- - medical
10
- - embedding
11
- - clinicaltrials
12
- - cancer
13
- ---
14
- # Model Card for TrialChecker
15
-
16
- <!-- Provide a quick summary of what the model is/does. -->
17
-
18
- A model to assertain "reasonable consideration" cancer clinical trials given a patient summary.
19
-
20
- See https://huggingface.co/ksg-dfci/MatchMiner-AI for more.
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - FacebookAI/roberta-large
7
+ pipeline_tag: text-classification
8
+ tags:
9
+ - medical
10
+ - embedding
11
+ - clinicaltrials
12
+ - cancer
13
+ library_name: transformers
14
+ ---
15
+ # Model Card for TrialChecker
16
+
17
+ <!-- Provide a quick summary of what the model is/does. -->
18
+
19
+ A model to assertain "reasonable consideration" cancer clinical trials given a patient summary.
20
+
21
+ See https://huggingface.co/ksg-dfci/MatchMiner-AI for more.