Spaces:
Runtime error
Runtime error
update hf space readme
Browse files- README.md +3 -3
- requirements.txt +1 -1
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
title: Legal Entity
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
7 |
-
pinned:
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Legal Entity NER - Transformers
|
3 |
emoji: π
|
4 |
+
colorFrom: green
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
7 |
+
pinned: true
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
transformers[torch]==4.36.1
|
2 |
numpy==1.26.3
|
3 |
#scikit-learn==1.3.2
|
4 |
-
matplotlib==3.8.2
|
5 |
datasets==2.16.1
|
6 |
evaluate==0.4.1
|
7 |
accelerate==0.25.0
|
|
|
1 |
transformers[torch]==4.36.1
|
2 |
numpy==1.26.3
|
3 |
#scikit-learn==1.3.2
|
4 |
+
#matplotlib==3.8.2
|
5 |
datasets==2.16.1
|
6 |
evaluate==0.4.1
|
7 |
accelerate==0.25.0
|