aprender-contrastive-data 0.69.1

Deterministic, leakage-safe contrastive data construction: class buckets, balanced few-shot selection, bounded pair sampling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0624]: associated function `from_jsonl_bytes` is private
  --> tests/ui/split_constructed_directly.rs:18:29
   |
18 |       let _ = Split::<Train>::from_jsonl_bytes(bytes, decl);
   |                               ^^^^^^^^^^^^^^^^ private associated function
   |
  ::: src/split.rs
   |
   | /     pub(crate) fn from_jsonl_bytes(
   | |         bytes: &[u8],
   | |         decl: &SplitDeclaration,
   | |     ) -> Result<Self, ContrastiveDataError> {
   | |___________________________________________- private associated function defined here