deshanksuman commited on
Commit
18a94c7
·
verified ·
1 Parent(s): 024a426

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -20,11 +20,10 @@ This tagging system allows models to focus on the specific ambiguous words durin
20
 
21
  ## Data Format
22
 
23
- The dataset is organized as a dictionary structure where:
24
- - Keys are sense IDs
25
- - Values are the corresponding definitions
26
-
27
- Each entry in the original dataset was processed from the `senses.txt` file, which contained entries separated by empty lines. Each entry included multiple fields, from which we extracted the sense IDs and definitions.
28
 
29
  ## Usage
30
 
 
20
 
21
  ## Data Format
22
 
23
+ The dataset is organized to suit for the alpaca_prompt:
24
+ - Instruction
25
+ - Input
26
+ - Output
 
27
 
28
  ## Usage
29