bhaviktheslider nielsr HF Staff commited on
Commit
a30d63b
·
verified ·
1 Parent(s): a199eef

Add text-generation pipeline tag and library name (#2)

Browse files

- Add text-generation pipeline tag and library name (4dbdd399fc57b63713a6c200301398b8e2f66f84)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
- license: apache-2.0
 
3
  language:
4
  - en
5
- base_model:
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
  [![Unsloth](https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png)](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
  [![Unsloth](https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png)](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
+ ```