Update README.md
Browse files
README.md
CHANGED
|
@@ -109,3 +109,6 @@ def chunk_contains_passage(chunk_text: str, target_passage: str, rouge_threshold
|
|
| 109 |
return rouge_score >= rouge_threshold
|
| 110 |
```
|
| 111 |
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
return rouge_score >= rouge_threshold
|
| 110 |
```
|
| 111 |
|
| 112 |
+
## Licence
|
| 113 |
+
|
| 114 |
+
CC BY-SA
|