mrm8488 commited on
Commit
a5384c5
1 Parent(s): 0e53e89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -5,6 +5,18 @@ tags:
5
  model-index:
6
  - name: bloom-560m-finetuned-the-stack-cobol
7
  results: []
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
5
  model-index:
6
  - name: bloom-560m-finetuned-the-stack-cobol
7
  results: []
8
+
9
+ widget:
10
+ - text: "IDENTIFICATION DIVISION.
11
+ PROGRAM-ID. HELLO.
12
+
13
+ DATA DIVISION.
14
+ WORKING-STORAGE SECTION.
15
+ 01 WS-NAME PIC A(30).
16
+ 01 WS-ID PIC 9(5) VALUE 12345.
17
+
18
+ PROCEDURE DIVISION"
19
+
20
  ---
21
 
22
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You