Spaces:
Runtime error
Runtime error
ruanchaves
commited on
Commit
•
60d9f98
1
Parent(s):
4bc73f1
feat: add model list
Browse files
README.md
CHANGED
@@ -9,7 +9,11 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
datasets: [ruanchaves/porsimplessent]
|
12 |
-
models: [
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
datasets: [ruanchaves/porsimplessent]
|
12 |
+
models: [
|
13 |
+
"ruanchaves/mdeberta-v3-base-porsimplessent",
|
14 |
+
"ruanchaves/bert-base-portuguese-cased-porsimplessent",
|
15 |
+
"microsoft/deberta-v3-base",
|
16 |
+
"neuralmind/bert-base-portuguese-cased"]
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|