agentlans commited on
Commit
55bcb00
·
verified ·
1 Parent(s): abd3bb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -20,11 +20,11 @@ Granite 3.3 2B improves writing by reorganizing ideas logically and removing unn
20
 
21
  ## How to Use
22
 
23
- Provide any English non-fiction text with a prompt. The prompt format is flexible and doesn't require the exact same wording.
24
 
25
- ```
26
- Write clearly and coherently:
27
- [TEXT]
28
  ```
29
 
30
  The model outputs the revised text in XML format:
@@ -33,18 +33,20 @@ The model outputs the revised text in XML format:
33
  <output>[REVISED TEXT]</output>
34
  ```
35
 
 
 
36
  <details>
37
  <summary>Click here for example</summary>
38
 
39
  **Input**
40
 
41
- Write more clearly and concisely:
42
 
43
- In today's increasingly complex, multifaceted, and interconnected modern society of the twenty-first century, the absolutely fundamental and critically vital importance of comprehensive education in all its various forms and applications simply cannot and must not be overstated or underestimated in any way, shape, or form, as it truly and genuinely serves as the essential cornerstone, the basic foundational bedrock, and the primary underlying framework upon which each and every successful civilization throughout the entirety of recorded human history has been carefully constructed, methodically built, and systematically established over the course of countless generations. Education, in its many diverse, varied, and multitudinous forms and manifestations that exist across different cultures, societies, and geographical regions around the world, has consistently and continuously played an absolutely crucial, indispensable, and irreplaceable role in actively shaping, molding, and influencing not merely individual minds, thoughts, and personalities on a personal level, but also entire communities, neighborhoods, nations, countries, and global societies as a complete and comprehensive whole unit. From the very earliest days and initial beginnings of ancient human civilization and societal development to the present moment in time that we currently find ourselves living in today, the ongoing pursuit of knowledge, wisdom, learning, and intellectual growth has remained a constant, consistent, unwavering, and perpetual force that continuously drives, propels, and motivates progress, innovation, advancement, and forward movement in virtually every single conceivable field, area, and domain of human endeavor, achievement, and accomplishment that one could possibly imagine or think of in their wildest dreams.
44
 
45
  **Output**
46
 
47
- `<output>In today's complex and interconnected world, the fundamental importance of education cannot be overstated. It serves as the essential foundation upon which successful civilizations have been built throughout history. Education, in its diverse forms, consistently shapes individuals, communities, and nations, influencing personal development and broader societal structures. Throughout human history, the pursuit of knowledge has driven progress, innovation, and advancement across all fields of human endeavor.</output>`
48
 
49
  </details>
50
 
 
20
 
21
  ## How to Use
22
 
23
+ Provide any English non-fiction text as a valid XML string paired with a prompt.
24
 
25
+ ```xml
26
+ Write clearly and concisely:
27
+ <input>[INPUT TEXT]</input>
28
  ```
29
 
30
  The model outputs the revised text in XML format:
 
33
  <output>[REVISED TEXT]</output>
34
  ```
35
 
36
+ If successful, the `[REVISED TEXT]` should also be a valid XML string.
37
+
38
  <details>
39
  <summary>Click here for example</summary>
40
 
41
  **Input**
42
 
43
+ `Write more clearly and concisely:`
44
 
45
+ `<input>In today's increasingly complex, multifaceted, and interconnected modern society of the twenty-first century, the absolutely fundamental and critically vital importance of comprehensive education in all its various forms and applications simply cannot and must not be overstated or underestimated in any way, shape, or form, as it truly and genuinely serves as the essential cornerstone, the basic foundational bedrock, and the primary underlying framework upon which each and every successful civilization throughout the entirety of recorded human history has been carefully constructed, methodically built, and systematically established over the course of countless generations. Education, in its many diverse, varied, and multitudinous forms and manifestations that exist across different cultures, societies, and geographical regions around the world, has consistently and continuously played an absolutely crucial, indispensable, and irreplaceable role in actively shaping, molding, and influencing not merely individual minds, thoughts, and personalities on a personal level, but also entire communities, neighborhoods, nations, countries, and global societies as a complete and comprehensive whole unit. From the very earliest days and initial beginnings of ancient human civilization and societal development to the present moment in time that we currently find ourselves living in today, the ongoing pursuit of knowledge, wisdom, learning, and intellectual growth has remained a constant, consistent, unwavering, and perpetual force that continuously drives, propels, and motivates progress, innovation, advancement, and forward movement in virtually every single conceivable field, area, and domain of human endeavor, achievement, and accomplishment that one could possibly imagine or think of in their wildest dreams.</input>`
46
 
47
  **Output**
48
 
49
+ `<output>In today's complex, interconnected world, the importance of comprehensive education is undeniable. Throughout history, education has served as the foundational bedrock for successful civilizations, shaping individuals, communities, and nations. It consistently drives progress, innovation, and advancement across all fields of human endeavor. The pursuit of knowledge remains a constant force, propelling us forward and fueling our achievements.</output>`
50
 
51
  </details>
52