dsrestrepo
commited on
Commit
•
81339c3
1
Parent(s):
4e73d85
Update README.md
Browse files
README.md
CHANGED
@@ -31,9 +31,9 @@ Normalization and Binning:
|
|
31 |
|
32 |
### Token Construction:
|
33 |
|
34 |
-
Format: `<<
|
35 |
|
36 |
-
Example: For a lab value of type 'Bic' with a normalized value in bin 'C', the token might be Bic
|
37 |
Columns Used: 'Bic', 'Crt', 'Pot', 'Sod', 'Ure', 'Hgb', 'Plt', 'Wbc'.
|
38 |
|
39 |
### Training Data Preprocessing
|
|
|
31 |
|
32 |
### Token Construction:
|
33 |
|
34 |
+
Format: `<<lab_id_token>> <<lab_id_token>><<lab_value_bin>>`
|
35 |
|
36 |
+
Example: For a lab value of type 'Bic' with a normalized value in bin 'C', the token might be Bic BicC.
|
37 |
Columns Used: 'Bic', 'Crt', 'Pot', 'Sod', 'Ure', 'Hgb', 'Plt', 'Wbc'.
|
38 |
|
39 |
### Training Data Preprocessing
|