End of training
Browse files
README.md
CHANGED
@@ -1,27 +1,18 @@
|
|
1 |
---
|
2 |
base_model: google/gemma-3-1b-it
|
3 |
library_name: transformers
|
4 |
-
model_name: gemma-
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
10 |
-
license: mit
|
11 |
-
datasets:
|
12 |
-
- inclinedadarsh/nl-to-regex
|
13 |
-
language:
|
14 |
-
- en
|
15 |
---
|
16 |
|
17 |
# Model Card for gemma-3-1b-nl-to-regex
|
18 |
|
19 |
This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it).
|
20 |
-
It has been trained using [TRL](https://github.com/huggingface/trl).
|
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 |
|
@@ -36,17 +27,17 @@ print(output["generated_text"])
|
|
36 |
|
37 |
## Training procedure
|
38 |
|
39 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/inclinedadarsh-kk-wagh-institute/gemma-3-finetune/runs/
|
40 |
|
41 |
|
42 |
This model was trained with SFT.
|
43 |
|
44 |
### Framework versions
|
45 |
|
46 |
-
- TRL: 0.16.
|
47 |
-
- Transformers: 4.50.
|
48 |
- Pytorch: 2.5.1+cu121
|
49 |
-
- Datasets: 3.
|
50 |
- Tokenizers: 0.21.0
|
51 |
|
52 |
## Citations
|
|
|
1 |
---
|
2 |
base_model: google/gemma-3-1b-it
|
3 |
library_name: transformers
|
4 |
+
model_name: gemma-3-1b-nl-to-regex
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
|
|
|
|
|
|
|
|
|
|
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 |
+
It has been trained using [TRL](https://github.com/huggingface/trl).
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Quick start
|
18 |
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/inclinedadarsh-kk-wagh-institute/gemma-3-finetune/runs/ihnwcvw1)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
34 |
|
35 |
### Framework versions
|
36 |
|
37 |
+
- TRL: 0.16.1
|
38 |
+
- Transformers: 4.50.3
|
39 |
- Pytorch: 2.5.1+cu121
|
40 |
+
- Datasets: 3.5.0
|
41 |
- Tokenizers: 0.21.0
|
42 |
|
43 |
## Citations
|