Spaces:
Runtime error
Runtime error
taskswithcode
commited on
Commit
•
70d91d0
1
Parent(s):
102b976
Added note for large models
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ model_names = [
|
|
110 |
"fork_url":"https://github.com/taskswithcode/SimCSE",
|
111 |
"orig_author_url":"https://github.com/princeton-nlp",
|
112 |
"orig_author":"Princeton Natural Language Processing",
|
|
|
113 |
"sota_info": {
|
114 |
"task":"Within top 10 in multiple semantic textual similarity tasks",
|
115 |
"sota_link":"https://paperswithcode.com/paper/simcse-simple-contrastive-learning-of"
|
|
|
110 |
"fork_url":"https://github.com/taskswithcode/SimCSE",
|
111 |
"orig_author_url":"https://github.com/princeton-nlp",
|
112 |
"orig_author":"Princeton Natural Language Processing",
|
113 |
+
"Note":"If this large model takes too long or fails to load , try this ",
|
114 |
"sota_info": {
|
115 |
"task":"Within top 10 in multiple semantic textual similarity tasks",
|
116 |
"sota_link":"https://paperswithcode.com/paper/simcse-simple-contrastive-learning-of"
|