Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,14 @@ tags:
|
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Model Card for SmolLM2-135M-text-to-sql
|
13 |
|
14 |
-
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
10 |
+
license: apache-2.0
|
11 |
+
datasets:
|
12 |
+
- b-mc2/sql-create-context
|
13 |
---
|
14 |
|
15 |
# Model Card for SmolLM2-135M-text-to-sql
|
16 |
|
17 |
+
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M). The model has been finetuned on sql-create-context dataset for 1 epoch.
|
18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
19 |
|
20 |
## Quick start
|