Add text-generation pipeline tag and library name
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
|
| 6 |
-
- >-
|
| 7 |
-
MasterControlAIML/DeepSeek-R1-Strategy-Qwen-2.5-1.5b-Unstructured-To-Structured
|
| 8 |
tags:
|
| 9 |
- DeepSeek
|
| 10 |
- R1
|
|
@@ -13,8 +12,11 @@ tags:
|
|
| 13 |
- JSON
|
| 14 |
- Unstructured
|
| 15 |
- Structured
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
|
|
|
| 18 |
# MasterControlAIML R1-Qwen2.5-1.5b SFT R1 JSON Unstructured-To-Structured Model
|
| 19 |
|
| 20 |
[](https://github.com/unslothai/unsloth)
|
|
@@ -332,7 +334,7 @@ You are an expert data extractor specializing in mapping hierarchical text data
|
|
| 332 |
|
| 333 |
### STRICT RULES FOR GENERATING OUTPUT:
|
| 334 |
1. **Both Tags Required:**
|
| 335 |
-
- Always provide both the `<think>` and `<answer>` sections.
|
| 336 |
- If reasoning is minimal, state: "Direct mapping from text to schema."
|
| 337 |
2. **JSON Schema Mapping:**
|
| 338 |
- Strictly map the text data to the given JSON Schema without modification or omissions.
|
|
@@ -688,4 +690,5 @@ This project is licensed under the [Apache-2.0 License](LICENSE).
|
|
| 688 |
|
| 689 |
---
|
| 690 |
|
| 691 |
-
Enjoy using the model and these examples as a reference for building your own prompt-driven applications! Happy coding!
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- MasterControlAIML/DeepSeek-R1-Strategy-Qwen-2.5-1.5b-Unstructured-To-Structured
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: apache-2.0
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- DeepSeek
|
| 9 |
- R1
|
|
|
|
| 12 |
- JSON
|
| 13 |
- Unstructured
|
| 14 |
- Structured
|
| 15 |
+
pipeline_tag: text-generation
|
| 16 |
+
library_name: transformers
|
| 17 |
---
|
| 18 |
|
| 19 |
+
```markdown
|
| 20 |
# MasterControlAIML R1-Qwen2.5-1.5b SFT R1 JSON Unstructured-To-Structured Model
|
| 21 |
|
| 22 |
[](https://github.com/unslothai/unsloth)
|
|
|
|
| 334 |
|
| 335 |
### STRICT RULES FOR GENERATING OUTPUT:
|
| 336 |
1. **Both Tags Required:**
|
| 337 |
+
- Always provide both the `<think>` and the `<answer>` sections.
|
| 338 |
- If reasoning is minimal, state: "Direct mapping from text to schema."
|
| 339 |
2. **JSON Schema Mapping:**
|
| 340 |
- Strictly map the text data to the given JSON Schema without modification or omissions.
|
|
|
|
| 690 |
|
| 691 |
---
|
| 692 |
|
| 693 |
+
Enjoy using the model and these examples as a reference for building your own prompt-driven applications! Happy coding!
|
| 694 |
+
```
|