Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ license: apache-2.0
|
|
| 4 |
base_model: agentlans/Qwen2.5-1.5B-Instruct-drill
|
| 5 |
tags:
|
| 6 |
- llama-factory
|
| 7 |
-
- lora
|
| 8 |
- generated_from_trainer
|
| 9 |
model-index:
|
| 10 |
- name: Qwen2.5-1.5B-Instruct-Summarizer
|
|
@@ -37,8 +36,10 @@ Summary
|
|
| 37 |
|
| 38 |
### Example
|
| 39 |
|
|
|
|
|
|
|
| 40 |
<details>
|
| 41 |
-
<summary>Click here
|
| 42 |
|
| 43 |
From Wikisource contributors. ["Sophocles' King Oedipus."](https://en.wikisource.org/wiki/Sophocles%27_King_Oedipus) Wikisource . Wikisource , 13 Mar. 2025. Web. 19 Apr. 2025.
|
| 44 |
|
|
@@ -104,7 +105,10 @@ Priest. May Phoebus, sender of the oracle, come with it and be our saviour and d
|
|
| 104 |
|
| 105 |
Output:
|
| 106 |
```xml
|
| 107 |
-
<summary>Oedipus seeks divine guidance to rescue Thebes from
|
|
|
|
|
|
|
|
|
|
| 108 |
```
|
| 109 |
|
| 110 |
## Intended uses & limitations
|
|
@@ -140,4 +144,4 @@ The following hyperparameters were used during training:
|
|
| 140 |
- Transformers 4.49.0
|
| 141 |
- Pytorch 2.6.0+cu124
|
| 142 |
- Datasets 3.4.1
|
| 143 |
-
- Tokenizers 0.21.0
|
|
|
|
| 4 |
base_model: agentlans/Qwen2.5-1.5B-Instruct-drill
|
| 5 |
tags:
|
| 6 |
- llama-factory
|
|
|
|
| 7 |
- generated_from_trainer
|
| 8 |
model-index:
|
| 9 |
- name: Qwen2.5-1.5B-Instruct-Summarizer
|
|
|
|
| 36 |
|
| 37 |
### Example
|
| 38 |
|
| 39 |
+
Input:
|
| 40 |
+
|
| 41 |
<details>
|
| 42 |
+
<summary>Click here</summary>
|
| 43 |
|
| 44 |
From Wikisource contributors. ["Sophocles' King Oedipus."](https://en.wikisource.org/wiki/Sophocles%27_King_Oedipus) Wikisource . Wikisource , 13 Mar. 2025. Web. 19 Apr. 2025.
|
| 45 |
|
|
|
|
| 105 |
|
| 106 |
Output:
|
| 107 |
```xml
|
| 108 |
+
<summary>Oedipus seeks divine guidance to rescue Thebes from
|
| 109 |
+
plague, sending Creon to consult the Oracle at Delphi, where
|
| 110 |
+
he learns of the murder of King Laius and the impending
|
| 111 |
+
vengeance of the gods.</summary>
|
| 112 |
```
|
| 113 |
|
| 114 |
## Intended uses & limitations
|
|
|
|
| 144 |
- Transformers 4.49.0
|
| 145 |
- Pytorch 2.6.0+cu124
|
| 146 |
- Datasets 3.4.1
|
| 147 |
+
- Tokenizers 0.21.0
|