student-abdullah commited on
Commit
06b9c4c
1 Parent(s): 89f3d96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: unsloth/meta-llama-3.1-8b-bnb-4bit
3
  language:
4
  - en
5
  license: apache-2.0
@@ -9,14 +9,42 @@ tags:
9
  - unsloth
10
  - llama
11
  - gguf
 
 
12
  ---
13
 
14
- # Uploaded model
 
15
 
16
  - **Developed by:** student-abdullah
17
  - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/meta-llama-3.1-8b-bnb-4bit
19
-
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
 
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: Meta/Meta-Llama-3.1-8B
3
  language:
4
  - en
5
  license: apache-2.0
 
9
  - unsloth
10
  - llama
11
  - gguf
12
+ datasets:
13
+ - student-abdullah/BigPharma-Local_Meds_Dataset
14
  ---
15
 
16
+
17
+ # Uploaded model
18
 
19
  - **Developed by:** student-abdullah
20
  - **License:** apache-2.0
21
+ - **Finetuned from model:** Meta/Meta-Llama-3.1-8B
 
 
22
 
23
+ ---
24
+ # Acknowledgement
25
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
26
+
27
+ ---
28
+ # Model usecase
29
+ Inflation has significantly driven up the costs of essential necessities in India, compounded by high profit margins in the pharmaceutical industry. This has made vital medications increasingly expensive, burdening individuals financially and making access to treatments more difficult. The Government of India had launched the Pradhan Mantri Bhartiya Janaushadhi Pariyojana (PMBJP) in 2008 to provide similar quality and effectiveness alternative medicines at affordable prices through Janaushadhi Kendras. As of June 30, 2024, over 12,616 Kendras offer about 2,047 drugs and 300 surgical items. Despite this, low public awareness about these alternatives and Kendra locations limits the initiative’s effectiveness.
30
+
31
+ ---
32
+ # Model Description
33
+ This model is fine-tuned from the Meta/Meta-Llama-3.1-8B base model to enhance its capabilities in generating relevant and accurate responses related to generic medications under the PMBJP scheme. The fine-tuning process included the following hyperparameters:
34
+
35
+ - Max Tokens: 512
36
+ - LoRA Alpha: 32
37
+ - LoRA Rank (r): 128
38
+ - Gradient Accumulation Steps: 32
39
+ - Batch Size: 4
40
+ - Qunatization: 16 bits
41
+
42
+ ---
43
+ # Model Quantitative Performace
44
+ - Training Quantitative Loss: 0.168 (at final 60th epoch)
45
+
46
+ ---
47
+ # Limitations
48
+ - Token Limitations: With a max token limit of 512, the model might not handle very long queries or contexts effectively.
49
+ - Training Data Limitations: The model’s performance is contingent on the quality and coverage of the fine-tuning dataset, which may affect its generalizability to different contexts or medications not covered in the dataset.
50
+ - Potential Biases: As with any model fine-tuned on specific data, there may be biases based on the dataset used for training.