Update README.md
Browse files
README.md
CHANGED
@@ -4,14 +4,16 @@ license: apache-2.0
|
|
4 |
base_model: HuggingFaceTB/SmolLM2-360M
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
16 |
<details><summary>See axolotl config</summary>
|
17 |
|
@@ -101,11 +103,11 @@ It achieves the following results on the evaluation set:
|
|
101 |
|
102 |
## Model description
|
103 |
|
104 |
-
|
105 |
|
106 |
## Intended uses & limitations
|
107 |
|
108 |
-
|
109 |
|
110 |
## Training and evaluation data
|
111 |
|
@@ -150,4 +152,4 @@ The following hyperparameters were used during training:
|
|
150 |
- Transformers 4.46.2
|
151 |
- Pytorch 2.5.1+cu124
|
152 |
- Datasets 3.1.0
|
153 |
-
- Tokenizers 0.20.3
|
|
|
4 |
base_model: HuggingFaceTB/SmolLM2-360M
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- axolotl
|
8 |
+
datasets:
|
9 |
+
- ReDiX/everyday-conversations-ita
|
10 |
+
- ReDiX/DataForge
|
11 |
+
language:
|
12 |
+
- it
|
13 |
+
- en
|
14 |
+
pipeline_tag: text-generation
|
15 |
---
|
16 |
|
|
|
|
|
|
|
17 |
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
18 |
<details><summary>See axolotl config</summary>
|
19 |
|
|
|
103 |
|
104 |
## Model description
|
105 |
|
106 |
+
This model is an experiment to test out the [ReDiX/everyday-conversations-ita](https://huggingface.co/datasets/ReDiX/everyday-conversations-ita) dataset.
|
107 |
|
108 |
## Intended uses & limitations
|
109 |
|
110 |
+
Simple and very basic chat in italian and english
|
111 |
|
112 |
## Training and evaluation data
|
113 |
|
|
|
152 |
- Transformers 4.46.2
|
153 |
- Pytorch 2.5.1+cu124
|
154 |
- Datasets 3.1.0
|
155 |
+
- Tokenizers 0.20.3
|