Vijayendra commited on
Commit
bddc701
·
verified ·
1 Parent(s): 9291534

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -17
README.md CHANGED
@@ -1,6 +1,14 @@
1
  ---
2
  base_model: unsloth/phi-4-unsloth-bnb-4bit
3
  library_name: peft
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -16,23 +24,6 @@ library_name: peft
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
 
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
-
36
  ## How to Use
37
  ```python
38
  # Install required libraries
 
1
  ---
2
  base_model: unsloth/phi-4-unsloth-bnb-4bit
3
  library_name: peft
4
+ license: mit
5
+ datasets:
6
+ - bigbio/pubmed_qa
7
+ language:
8
+ - en
9
+ pipeline_tag: question-answering
10
+ tags:
11
+ - medicalQA
12
  ---
13
 
14
  # Model Card for Model ID
 
24
  <!-- Provide a longer summary of what this model is. -->
25
 
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ## How to Use
28
  ```python
29
  # Install required libraries