Safetensors
English
granite
agentlans commited on
Commit
9651e81
·
verified ·
1 Parent(s): 68f75fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: apache-2.0
3
  datasets:
4
  - agentlans/high-quality-summary
 
5
  language:
6
  - en
7
  base_model:
@@ -9,8 +10,24 @@ base_model:
9
  ---
10
  # Granite 3.3 2B Summarizer
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ## Examples
13
 
 
 
 
14
  <details>
15
  <summary>Battle of Arkansas Post</summary>
16
 
 
2
  license: apache-2.0
3
  datasets:
4
  - agentlans/high-quality-summary
5
+ - agentlans/high-quality-summary-v2
6
  language:
7
  - en
8
  base_model:
 
10
  ---
11
  # Granite 3.3 2B Summarizer
12
 
13
+ Input format:
14
+
15
+ ```xml
16
+ Write a concise summary.
17
+ <text>[TEXT TO BE SUMMARIZED]</text>
18
+ ```
19
+
20
+ Output format:
21
+
22
+ ```xml
23
+ <summary>[SUMMARY OF THE INPUT TEXT]</summary>
24
+ ```
25
+
26
  ## Examples
27
 
28
+ > [!NOTE]
29
+ > These examples are for a previous version of the model. This README should be updated later with the complete information.
30
+
31
  <details>
32
  <summary>Battle of Arkansas Post</summary>
33