Skip to content

Commit f627553

Browse files
mgrange1998facebook-github-bot
authored andcommitted
Remove reference to fairinternal
Differential Revision: D83177138
1 parent 6899139 commit f627553

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

privacy_guard/analysis/extraction/text_inclusion_analysis_node.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ def _clean_text(text: str) -> str:
5252
- Removes punctuation
5353
- Turn newlines and tabs into spaces
5454
- Strips leading and trailing whitespace
55-
56-
Modified from https://github.com/fairinternal/evals/compare/main...llama-4_competitor_speech_qwen2?fbclid=IwZXh0bgNhZW0CMTEAAR3oUDtIVDV8yd78te58ENCL8Z-GG-M-ugqKy3hfYmFq1CZGYix_UJJwsqM_aem_3k3KdFwz7gT2cf763e_7BQ#diff-c04f1fd4b9a8fb2ff76f7f048fb927b376cb9e148d4f04c2f2c8bbfd2ac13d32R79
5755
"""
5856
# Lowercase
5957
text = text.lower()

0 commit comments

Comments
 (0)