DtYXs

Results 3 issues of DtYXs

``` from rouge import Rouge hypothesis="1 2 1 2" reference="1 2 3 4 5 1 2 6" rouge = Rouge() scores = rouge.get_scores(hypothesis, reference) ``` so, what is the right...

Hey, Is there a problem In utils.py, "_def remove_overlapping(sorted_spans):_" function in line 98 ? I think we want to accept "span i" when "si.i1 < sj.i1

For multi-gpu training: `model = accelerator.prepare(model)` I want to save ckpt during training. Then I do this: `model = accelerator.unwrap_model(model)` `pipeline = Pipeline(model=model)` `pipeline.save_pretrained(...)` And I want to continue training....

stale