Text Generation
Transformers
PyTorch
llava
medical
histopathology
wisdomik commited on
Commit
21678fa
·
verified ·
1 Parent(s): 602d7dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -12
README.md CHANGED
@@ -3,30 +3,40 @@ license: mit
3
  inference: false
4
  datasets:
5
  - wisdomik/QUILT-LLaVA-Instruct-107K
 
6
  - wisdomik/QuiltVQA_RED
7
  pipeline_tag: text-generation
8
  tags:
9
  - medical
10
  - histopathology
11
-
12
- extra_gated_prompt: "Please read and agree to the following terms: 1. The requester details provided are not faked. 2. The model will not be used for commercial/clinical purposes and will be used for the purpose of scientific research only. 3. The data will not be re-distributed, published, copied, or further disseminated in any way or form whatsoever, whether for profit or not. 4. The right study/paper (Quilt-1M(https://quilt1m.github.io/) and Quilt-LLaVa (https://quilt-llava.github.io) papers) will be cited in any publication(s) that uses this model/data "
 
 
 
 
 
 
 
 
 
13
  extra_gated_fields:
14
  Email: text
15
  First and last name: text
16
  Affiliation: text
17
- Type of Affiliation:
18
  type: select
19
- options:
20
- - Academia
21
- - Industry
22
- - Other
23
  I want to use this model for:
24
  type: select
25
- options:
26
- - Research
27
- - Education
28
- - label: Other
29
- value: other
30
  I agree to the aforementioned terms of use: checkbox
31
  ---
32
 
 
3
  inference: false
4
  datasets:
5
  - wisdomik/QUILT-LLaVA-Instruct-107K
6
+ - wisdomik/Quilt_VQA
7
  - wisdomik/QuiltVQA_RED
8
  pipeline_tag: text-generation
9
  tags:
10
  - medical
11
  - histopathology
12
+ - arxiv:2312.04746
13
+
14
+ extra_gated_prompt: >-
15
+ Please read and agree to the following terms: 1. The requester details
16
+ provided are not faked. 2. The model will not be used for commercial/clinical
17
+ purposes and will be used for the purpose of scientific research only. 3. The
18
+ data will not be re-distributed, published, copied, or further disseminated in
19
+ any way or form whatsoever, whether for profit or not. 4. The right
20
+ study/paper (Quilt-1M(https://quilt1m.github.io/) and Quilt-LLaVa
21
+ (https://quilt-llava.github.io) papers) will be cited in any publication(s)
22
+ that uses this model/data
23
  extra_gated_fields:
24
  Email: text
25
  First and last name: text
26
  Affiliation: text
27
+ Type of Affiliation:
28
  type: select
29
+ options:
30
+ - Academia
31
+ - Industry
32
+ - Other
33
  I want to use this model for:
34
  type: select
35
+ options:
36
+ - Research
37
+ - Education
38
+ - label: Other
39
+ value: other
40
  I agree to the aforementioned terms of use: checkbox
41
  ---
42