Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ With more to come shortly.
|
|
| 29 |
| `pos` |string | Base-pair position (hg38 coordinate system) |
|
| 30 |
| `ref_UKB` | string | Reference allele (A, C, G, T) |
|
| 31 |
| `alt_UKB` | string | Alternate allele (A, C, G, T) |
|
| 32 |
-
| `embedding` | list[float]| Embedding vector (dimension 3072,
|
| 33 |
|
| 34 |
### Dataset Schema (Qwen qwen3-embedding-0.6B)
|
| 35 |
|
|
@@ -39,4 +39,4 @@ With more to come shortly.
|
|
| 39 |
| `pos` |string | Base-pair position (hg38 coordinate system) |
|
| 40 |
| `ref_UKB` | string | Reference allele (A, C, G, T) |
|
| 41 |
| `alt_UKB` | string | Alternate allele (A, C, G, T) |
|
| 42 |
-
| `embedding` | list[float]| Embedding vector (dimension 1024,
|
|
|
|
| 29 |
| `pos` |string | Base-pair position (hg38 coordinate system) |
|
| 30 |
| `ref_UKB` | string | Reference allele (A, C, G, T) |
|
| 31 |
| `alt_UKB` | string | Alternate allele (A, C, G, T) |
|
| 32 |
+
| `embedding` | list[float]| Embedding vector (dimension 3072, float) |
|
| 33 |
|
| 34 |
### Dataset Schema (Qwen qwen3-embedding-0.6B)
|
| 35 |
|
|
|
|
| 39 |
| `pos` |string | Base-pair position (hg38 coordinate system) |
|
| 40 |
| `ref_UKB` | string | Reference allele (A, C, G, T) |
|
| 41 |
| `alt_UKB` | string | Alternate allele (A, C, G, T) |
|
| 42 |
+
| `embedding` | list[float]| Embedding vector (dimension 1024, float) |
|