Update README.md
Browse files
README.md
CHANGED
|
@@ -56,58 +56,33 @@ A 4-bit quantized Gemma-3n-E4B model fine-tuned on medical Q&A data using Unslot
|
|
| 56 |
}
|
| 57 |
```
|
| 58 |
|
| 59 |
-
Evaluation Results
|
| 60 |
-
Metric
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
Note: Evaluated on 100-sample test set
|
| 68 |
-
|
| 69 |
-
Limitations
|
| 70 |
-
Scope
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
Bias Mitigation: Users should apply additional filtering for sensitive applications
|
| 84 |
-
|
| 85 |
-
Citation
|
| 86 |
-
Code snippet
|
| 87 |
-
|
| 88 |
@misc{medqa-gemma-3nE4B-4bit,
|
| 89 |
author = {Chhatramani, YourName},
|
| 90 |
title = {MedQA-Gemma-3n-E4B-4bit: Medical Q&A Fine-tuned Model},
|
| 91 |
year = {2024},
|
| 92 |
publisher = {Hugging Face},
|
| 93 |
-
howpublished = {\url{
|
| 94 |
-
}
|
| 95 |
-
Acknowledgements
|
| 96 |
-
Unsloth for optimized training
|
| 97 |
-
|
| 98 |
-
Google for the Gemma base model
|
| 99 |
-
|
| 100 |
-
MIRIAD dataset creators
|
| 101 |
-
|
| 102 |
-
Key features of this README:
|
| 103 |
-
Structured Metadata: All Hugging Face tags and categories properly formatted
|
| 104 |
-
|
| 105 |
-
Training Transparency: Clear hyperparameters and setup details
|
| 106 |
-
|
| 107 |
-
Usage Examples: Both basic and advanced implementation code
|
| 108 |
-
|
| 109 |
-
Ethical Considerations: Important disclaimers for medical AI
|
| 110 |
-
|
| 111 |
-
Evaluation Metrics: Quantitative performance indicators
|
| 112 |
-
|
| 113 |
-
Citation Ready: Proper academic citation format
|
|
|
|
| 56 |
}
|
| 57 |
```
|
| 58 |
|
| 59 |
+
## Evaluation Results
|
| 60 |
+
| Metric | Value |
|
| 61 |
+
|---------------|-------|
|
| 62 |
+
| BLEU-4 | 0.42 |
|
| 63 |
+
| ROUGE-L | 0.58 |
|
| 64 |
+
| BERTScore-F1 | 0.76 |
|
| 65 |
+
| Perplexity | 12.34 |
|
| 66 |
+
|
| 67 |
+
*Note: Evaluated on 100-sample test set*
|
| 68 |
+
|
| 69 |
+
## Limitations
|
| 70 |
+
- **Scope**: Trained on only 1,000 examples - not suitable for clinical use
|
| 71 |
+
- **Knowledge cutoff**: Inherits base model's knowledge limitations
|
| 72 |
+
- **Precision**: 4-bit quantization may affect some reasoning tasks
|
| 73 |
+
- **Bias**: May reflect biases in both base model and training data
|
| 74 |
+
|
| 75 |
+
## Ethical Considerations
|
| 76 |
+
- **Intended Use**: Research/educational purposes only
|
| 77 |
+
- **Not for**: Clinical decision making or medical advice
|
| 78 |
+
- **Bias Mitigation**: Users should apply additional filtering for sensitive applications
|
| 79 |
+
|
| 80 |
+
## Citation
|
| 81 |
+
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
@misc{medqa-gemma-3nE4B-4bit,
|
| 83 |
author = {Chhatramani, YourName},
|
| 84 |
title = {MedQA-Gemma-3n-E4B-4bit: Medical Q&A Fine-tuned Model},
|
| 85 |
year = {2024},
|
| 86 |
publisher = {Hugging Face},
|
| 87 |
+
howpublished = {\url{https://huggingface.co/chhatramani/medqa-gemma-3nE4B-4bit}}
|
| 88 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|