hong-niu commited on
Commit
809d2c0
·
verified ·
1 Parent(s): 8cb2479

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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, float32) |
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, float32) |
 
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) |