Spaces:
Runtime error
Runtime error
Fix version in environment
Browse files- README.md +1 -1
- environment.yml +1 -1
README.md
CHANGED
@@ -3,6 +3,6 @@
|
|
3 |
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
4 |
|
5 |
## Description
|
6 |
-
This repository contains the visualization component from exBERT and a minimalized server that does not support
|
7 |
|
8 |
The performance of this app will exceed that of exBERT on a slower internet connection as signifcantly less information (like that of the embeddings and results from FAISS searches) is needed to be sent over the REST API.
|
|
|
3 |
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
4 |
|
5 |
## Description
|
6 |
+
This repository contains the attention visualization component from exBERT and a minimalized server that does not support corpus indexing or search by embedding.
|
7 |
|
8 |
The performance of this app will exceed that of exBERT on a slower internet connection as signifcantly less information (like that of the embeddings and results from FAISS searches) is needed to be sent over the REST API.
|
environment.yml
CHANGED
@@ -15,4 +15,4 @@ dependencies:
|
|
15 |
- numpy
|
16 |
- pytorch
|
17 |
- torchvision
|
18 |
-
- transformers
|
|
|
15 |
- numpy
|
16 |
- pytorch
|
17 |
- torchvision
|
18 |
+
- transformers>=2.4.1
|