Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,22 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
9 |
-
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Model Card for gemma-3-1b-nl-to-regex
|
13 |
|
14 |
This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it).
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Quick start
|
18 |
|
|
|
6 |
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
9 |
+
license: mit
|
10 |
+
datasets:
|
11 |
+
- inclinedadarsh/nl-to-regex
|
12 |
+
language:
|
13 |
+
- en
|
14 |
---
|
15 |
|
16 |
# Model Card for gemma-3-1b-nl-to-regex
|
17 |
|
18 |
This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it).
|
19 |
+
|
20 |
+
It has been trained using [TRL](https://github.com/huggingface/trl). It is trained on [inclinedadarsh/nl-to-regex](https://huggingface.co/datasets/inclinedadarsh/nl-to-regex) dataset.
|
21 |
+
|
22 |
+
## Training notebook
|
23 |
+
|
24 |
+
You can find the notebook that was used to train this model at https://www.kaggle.com/code/inclinedadarsh/gemma-finetune-nl-to-regex
|
25 |
|
26 |
## Quick start
|
27 |
|