Spaces:
Running
Running
Commit ·
0046182
1
Parent(s): 3a9080f
Add BERT model file to repository for production bias analysis
Browse files- .gitignore +2 -2
- bert_babe.pt +3 -0
.gitignore
CHANGED
|
@@ -8,12 +8,12 @@ __pycache__/
|
|
| 8 |
venv/
|
| 9 |
env/
|
| 10 |
.env
|
| 11 |
-
*.pt
|
| 12 |
*.bin
|
| 13 |
**/models/
|
| 14 |
**/data/model_cache/
|
| 15 |
node_modules/
|
| 16 |
dist/
|
| 17 |
build/
|
| 18 |
-
bias_module/
|
| 19 |
.streamlit_config/
|
|
|
|
| 8 |
venv/
|
| 9 |
env/
|
| 10 |
.env
|
| 11 |
+
# *.pt - Removing this to allow BERT model push
|
| 12 |
*.bin
|
| 13 |
**/models/
|
| 14 |
**/data/model_cache/
|
| 15 |
node_modules/
|
| 16 |
dist/
|
| 17 |
build/
|
| 18 |
+
# bias_module/ - Removing this to allow BERT model push
|
| 19 |
.streamlit_config/
|
bert_babe.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f23123761e5c1f82cd79173cf6af7e5578a9af4cdbe7424987b07ac0f9c1102
|
| 3 |
+
size 438014731
|