omidrohanian commited on
Commit
6aa22fa
1 Parent(s): 2e1a514

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -1,3 +1,39 @@
1
  ---
 
 
 
 
 
 
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Llama2-MedTuned-13b
3
+ emoji: 🧬
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: static
7
+ pinned: false
8
  license: apache-2.0
9
+ tags:
10
+ - biomedical
11
+ - clinical
12
+ - medical
13
  ---
14
+
15
+ # Model Description
16
+ Llama2-MedTuned-13b represents an advanced version of the Llama2 13B model, fine-tuned for complex biomedical language processing. This model has been tailored through instruction tuning on a dataset comprising around 200,000 samples, specifically targeting biomedical NLP tasks such as Named Entity Recognition (NER), Relation Extraction (RE), and Medical Natural Language Inference (NLI).
17
+
18
+ # Instruction Tuning Procedure
19
+ This model is fine-tuned using a unique instruction-based approach, aimed at enhancing its performance on specific biomedical tasks. The process involved the employment of a meticulously curated dataset, designed to effectively align with the challenging requirements of biomedical and clinical NLP tasks.
20
+
21
+ # Model Capabilities
22
+ Llama2-MedTuned-13b is adept at understanding intricate biomedical contexts and is particularly effective in executing NER, RE, and NLI tasks with higher accuracy. It is proficient in generating outputs that align well with the structured formats required for standard evaluation metrics in biomedical NLP.
23
+
24
+ # Architecture
25
+ The Llama2-MedTuned-13b model is built upon the autoregressive transformer architecture of the original Llama2 13B model. This model preserves the core transformer layers and attention mechanisms, with specialized adjustments for enhanced performance in the biomedical language domain.
26
+
27
+ # Citation
28
+ For using Llama2-MedTuned-13b in academic work or applications, kindly cite the following paper:
29
+
30
+ ```bibtex
31
+ @misc{rohanian2023exploring,
32
+ title={Exploring the Effectiveness of Instruction Tuning in Biomedical Language Processing},
33
+ author={Omid Rohanian and Mohammadmahdi Nouriborji and David A. Clifton},
34
+ year={2023},
35
+ eprint={2401.00579},
36
+ archivePrefix={arXiv},
37
+ primaryClass={cs.CL}
38
+ }
39
+ ```