Mustafa Mohamed commited on
Commit
37834c8
1 Parent(s): 754268d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,8 +29,8 @@ Each sample in the dataset is structured as follows:
29
  ### Vocabulary and Token-ID Mappings
30
  The dataset includes tokenizer and vocabulary mappings:
31
 
32
- token_to_id: Maps tokens to their corresponding integer IDs.
33
- id_to_token: Maps integer IDs back to their corresponding tokens.
34
 
35
  These mappings allow for efficient encoding and decoding of the climbing sequences.
36
 
 
29
  ### Vocabulary and Token-ID Mappings
30
  The dataset includes tokenizer and vocabulary mappings:
31
 
32
+ - token_to_id: Maps tokens to their corresponding integer IDs.
33
+ - id_to_token: Maps integer IDs back to their corresponding tokens.
34
 
35
  These mappings allow for efficient encoding and decoding of the climbing sequences.
36