Spaces:
Running
on
Zero
Running
on
Zero
adding application
Browse files- app/.gitattributes β .gitattributes +0 -0
- app/README.md β README.md +0 -0
- app/app.py β app.py +1 -1
- app/utils/procrustes/__init__.py +0 -0
- app/processor.py β processor.py +0 -0
- app/requirements.txt β requirements.txt +0 -0
- {app β utils}/__init__.py +0 -0
- {app/utils β utils}/calibration_utils.py +0 -0
- {app/utils β utils}/data_utils.py +0 -0
- {app/utils β utils}/enums.py +0 -0
- {app/utils β utils}/eval_utils.py +0 -0
- {app/utils β utils}/file_utils.py +0 -0
- {app/utils β utils}/logit_lens.py +0 -0
- {app/utils β utils}/model_utils.py +0 -0
- {app/utils β utils/procrustes}/__init__.py +0 -0
- {app/utils β utils}/procrustes/orthogonal.py +0 -0
- {app/utils β utils}/procrustes/utils.py +0 -0
- app/word_retriever.py β word_retriever.py +0 -0
app/.gitattributes β .gitattributes
RENAMED
File without changes
|
app/README.md β README.md
RENAMED
File without changes
|
app/app.py β app.py
RENAMED
@@ -9,7 +9,7 @@ from functools import lru_cache
|
|
9 |
# from the Tokens2Words paper (https://github.com/schwartz-lab-NLP/Tokens2Words)
|
10 |
# ----------------------------------------------------------------------
|
11 |
try:
|
12 |
-
from .word_retriever import PatchscopesRetriever # pip install tokens2words
|
13 |
except ImportError:
|
14 |
PatchscopesRetriever = None
|
15 |
|
|
|
9 |
# from the Tokens2Words paper (https://github.com/schwartz-lab-NLP/Tokens2Words)
|
10 |
# ----------------------------------------------------------------------
|
11 |
try:
|
12 |
+
from inner_lexicon.word_retriever import PatchscopesRetriever # pip install tokens2words
|
13 |
except ImportError:
|
14 |
PatchscopesRetriever = None
|
15 |
|
app/utils/procrustes/__init__.py
DELETED
File without changes
|
app/processor.py β processor.py
RENAMED
File without changes
|
app/requirements.txt β requirements.txt
RENAMED
File without changes
|
{app β utils}/__init__.py
RENAMED
File without changes
|
{app/utils β utils}/calibration_utils.py
RENAMED
File without changes
|
{app/utils β utils}/data_utils.py
RENAMED
File without changes
|
{app/utils β utils}/enums.py
RENAMED
File without changes
|
{app/utils β utils}/eval_utils.py
RENAMED
File without changes
|
{app/utils β utils}/file_utils.py
RENAMED
File without changes
|
{app/utils β utils}/logit_lens.py
RENAMED
File without changes
|
{app/utils β utils}/model_utils.py
RENAMED
File without changes
|
{app/utils β utils/procrustes}/__init__.py
RENAMED
File without changes
|
{app/utils β utils}/procrustes/orthogonal.py
RENAMED
File without changes
|
{app/utils β utils}/procrustes/utils.py
RENAMED
File without changes
|
app/word_retriever.py β word_retriever.py
RENAMED
File without changes
|