Model save
Browse files
README.md
CHANGED
@@ -1,21 +1,17 @@
|
|
1 |
---
|
2 |
base_model: HuggingFaceTB/SmolLM2-135M-Instruct
|
3 |
-
datasets: Crimsoin/OTC_Medicine_PH_v2
|
4 |
library_name: transformers
|
5 |
-
model_name:
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
-
- question-answering
|
9 |
-
- QA
|
10 |
-
- text-generation
|
11 |
- trl
|
12 |
- sft
|
13 |
licence: license
|
14 |
---
|
15 |
|
16 |
-
# Model Card for
|
17 |
|
18 |
-
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct)
|
19 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
20 |
|
21 |
## Quick start
|
@@ -31,7 +27,7 @@ print(output["generated_text"])
|
|
31 |
|
32 |
## Training procedure
|
33 |
|
34 |
-
[<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/erickm968-costa-rica/huggingface/runs/
|
35 |
|
36 |
This model was trained with SFT.
|
37 |
|
|
|
1 |
---
|
2 |
base_model: HuggingFaceTB/SmolLM2-135M-Instruct
|
|
|
3 |
library_name: transformers
|
4 |
+
model_name: HFTB-SmolLM2-135M-Instruct-OTCMedicinePHv2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
+
# Model Card for HFTB-SmolLM2-135M-Instruct-OTCMedicinePHv2
|
13 |
|
14 |
+
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
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/erickm968-costa-rica/huggingface/runs/c9hjlzqz)
|
31 |
|
32 |
This model was trained with SFT.
|
33 |
|