lixnvege
Results
2
issues of
lixnvege
Hi all, I am doing summarization tasks using rouge score which I found in https://huggingface.co/learn/nlp-course/chapter7/5?fw=pt : ``` !pip install rouge_score import evaluate rouge_score = evaluate.load("rouge") scores = rouge_score.compute( predictions=[generated_summary], references=[reference_summary]...
**Googletrans version:** - [x] **4.0.0rc1** - [ ] **3.1.0a0** - [ ] **3.0.0** - [ ] **2.x** **I'm submitting a ...** - [x] bug report - [ ] feature request...