valeriojob commited on
Commit
80150d2
1 Parent(s): cc67413

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -8,15 +8,28 @@ tags:
8
  - transformers
9
  - unsloth
10
  - llama
11
- - gguf
 
12
  ---
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** valeriojob
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/Meta-Llama-3.1-8B
 
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)
 
 
 
 
 
 
 
 
 
 
 
 
8
  - transformers
9
  - unsloth
10
  - llama
11
+ - trl
12
+ - sft
13
  ---
14
 
15
+ # MedGPT-Llama3.1-8B-v.1
16
 
17
+ - This model is a fine-tuned version of [unsloth/Meta-Llama-3.1-8B](https://huggingface.co/unsloth/Meta-Llama-3.1-8B) on an dataset created by [Valerio Job](https://huggingface.co/valeriojob) together with GPs based on real medical data.
18
+ - Version 1 (v.1) of MedGPT is the very first version of MedGPT and the training dataset has been kept simple and small with only 60 examples.
19
+ - This repo includes the quantized models in the GGUF format. There is a separate repo called [valeriojob/MedGPT-Llama3.1-8B-BA-v.1](https://huggingface.co/valeriojob/MedGPT-Llama3.1-8B-BA-v.1) that includes the default 16bit format of the model as well as the LoRA adapters of the model.
20
+ - This model was quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp).
21
 
22
+ ## Model description
23
 
24
+ This model acts as a supplementary assistance to GPs helping them in medical and admin tasks.
25
+
26
+ ## Intended uses & limitations
27
+
28
+ The fine-tuned model should not be used in production! This model has been created as a initial prototype in the context of a bachelor thesis.
29
+
30
+ ## Training and evaluation data
31
+
32
+ The dataset (train and test) used for fine-tuning this model can be found here: [datasets/valeriojob/BA-v.1](https://huggingface.co/datasets/valeriojob/BA-v.1)
33
+
34
+ ## Licenses
35
+ - **License:** apache-2.0