Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
6 |
- unsloth
|
7 |
- gemma3n
|
8 |
- trl
|
9 |
-
|
10 |
language:
|
11 |
- en
|
12 |
-
---
|
13 |
-
|
14 |
-
# Uploaded model
|
15 |
-
|
16 |
-
- **Developed by:** aka-selvas
|
17 |
-
- **License:** apache-2.0
|
18 |
-
- **Finetuned from model :** unsloth/gemma-3n-e2b-it-unsloth-bnb-4bit
|
19 |
-
|
20 |
-
# Fine-tuned Gemma-3N for Skin Cancer Lesion Description, with dataset HAM10000
|
21 |
-
|
22 |
-
This repository contains LoRA adapters for the `unsloth/gemma-3n-E2B-it` model, fine-tuned on the HAM10000 dataset.
|
23 |
-
|
24 |
-
It is designed to act as an expert dermatologist, describing skin lesions from images.
|
25 |
-
|
26 |
-
This gemma3n model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
27 |
-
|
28 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
---
|
2 |
+
license: cc
|
3 |
+
base_model: unsloth/gemma-3n-E2B-it
|
4 |
tags:
|
5 |
- text-generation-inference
|
6 |
- transformers
|
7 |
- unsloth
|
8 |
- gemma3n
|
9 |
- trl
|
10 |
+
- generated_from_trainer
|
11 |
language:
|
12 |
- en
|
13 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|