Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# SatCom Chunk Collection
|
|
@@ -83,4 +84,4 @@ Documents were split using **hierarchical chunking**, which preserves the logica
|
|
| 83 |
|
| 84 |
## Score Details
|
| 85 |
|
| 86 |
-
The `score` column is a domain relevance score computed using [UltraRM-13b](https://huggingface.co/openbmb/UltraRM-13b), a reward model developed by OpenBMB. Each chunk was scored based on how closely its content aligns with the satellite communication domain. Scores are negative floats where values closer to zero indicate higher relevance to SatCom.
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
+
- config_name: chunks
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: chunks/*.parquet
|
| 7 |
+
default: true
|
| 8 |
+
- config_name: embeddings
|
| 9 |
+
data_files:
|
| 10 |
+
- split: train
|
| 11 |
+
path: embeddings/*.parquet
|
| 12 |
+
license: cc-by-sa-4.0
|
| 13 |
---
|
| 14 |
|
| 15 |
# SatCom Chunk Collection
|
|
|
|
| 84 |
|
| 85 |
## Score Details
|
| 86 |
|
| 87 |
+
The `score` column is a domain relevance score computed using [UltraRM-13b](https://huggingface.co/openbmb/UltraRM-13b), a reward model developed by OpenBMB. Each chunk was scored based on how closely its content aligns with the satellite communication domain. Scores are negative floats where values closer to zero indicate higher relevance to SatCom.
|