Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
src/explain_service/explainer.py
CHANGED
|
@@ -4,7 +4,7 @@ import re
|
|
| 4 |
import numpy as np
|
| 5 |
from sentence_transformers import SentenceTransformer
|
| 6 |
from google import genai
|
| 7 |
-
|
| 8 |
STOPWORDS = set("""
|
| 9 |
a an the and or but if while with without for on in into by to from of is are was were be been being as it this that these those
|
| 10 |
""".split())
|
|
|
|
| 4 |
import numpy as np
|
| 5 |
from sentence_transformers import SentenceTransformer
|
| 6 |
from google import genai
|
| 7 |
+
import os
|
| 8 |
STOPWORDS = set("""
|
| 9 |
a an the and or but if while with without for on in into by to from of is are was were be been being as it this that these those
|
| 10 |
""".split())
|