Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
license:
|
4 |
base_model: agentlans/Qwen2.5-1.5B-Instruct-drill
|
5 |
tags:
|
6 |
- llama-factory
|
@@ -8,6 +8,10 @@ tags:
|
|
8 |
model-index:
|
9 |
- name: Qwen2.5-1.5B-Instruct-Titler
|
10 |
results: []
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -19,7 +23,7 @@ This model is a fine-tuned version of [agentlans/Qwen2.5-1.5B-Instruct-drill](ht
|
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
This model generates a
|
23 |
|
24 |
Input format:
|
25 |
```text
|
@@ -147,4 +151,4 @@ The following hyperparameters were used during training:
|
|
147 |
- Transformers 4.49.0
|
148 |
- Pytorch 2.6.0+cu124
|
149 |
- Datasets 3.4.1
|
150 |
-
- Tokenizers 0.21.0
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
base_model: agentlans/Qwen2.5-1.5B-Instruct-drill
|
5 |
tags:
|
6 |
- llama-factory
|
|
|
8 |
model-index:
|
9 |
- name: Qwen2.5-1.5B-Instruct-Titler
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- agentlans/finewebedu-annotated
|
13 |
+
language:
|
14 |
+
- en
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
26 |
+
This model generates a title and a subtitle from a piece of text in XML format.
|
27 |
|
28 |
Input format:
|
29 |
```text
|
|
|
151 |
- Transformers 4.49.0
|
152 |
- Pytorch 2.6.0+cu124
|
153 |
- Datasets 3.4.1
|
154 |
+
- Tokenizers 0.21.0
|