Spaces:
Runtime error
Runtime error
Commit
Β·
6a93c1a
1
Parent(s):
2e4274a
fix space emoji
Browse files
README.md
CHANGED
@@ -1,12 +1,19 @@
|
|
1 |
---
|
2 |
title: Exploring Intelligent Writing Assistance with Text Style Transfer
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.10.0
|
8 |
app_file: apps/app.py
|
9 |
-
models:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
pinned: true
|
11 |
license: apache-2.0
|
12 |
---
|
|
|
1 |
---
|
2 |
title: Exploring Intelligent Writing Assistance with Text Style Transfer
|
3 |
+
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.10.0
|
8 |
app_file: apps/app.py
|
9 |
+
models:
|
10 |
+
[
|
11 |
+
"sentence-transformers/all-MiniLM-L6-v2",
|
12 |
+
"cffl/bert-base-styleclassification-subjective-neutral",
|
13 |
+
"cffl/bart-base-styletransfer-subjective-to-neutral",
|
14 |
+
"cointegrated/roberta-base-formality",
|
15 |
+
"prithivida/informal_to_formal_styletransfer",
|
16 |
+
]
|
17 |
pinned: true
|
18 |
license: apache-2.0
|
19 |
---
|