Spaces:
Running
Running
miesnerjacob
commited on
Commit
Β·
9a06d85
1
Parent(s):
4cb6bc6
changed welcome page text
Browse files
app.py
CHANGED
@@ -123,10 +123,7 @@ if page == "Welcome!":
|
|
123 |
|
124 |
[Jacob Miesner's Website](https://www.jacobmiesner.com)
|
125 |
|
126 |
-
* The prediction justification for some of the tasks are printed as the model views them. For this reason the text
|
127 |
-
may contain special tokens like [CLS] or [SEP] or even hashtags splitting words. If you are knowledgeable about
|
128 |
-
language models and how they work these will be familiar, if you do not have prior experience with language models
|
129 |
-
you can ignore these characters.
|
130 |
"""
|
131 |
)
|
132 |
|
|
|
123 |
|
124 |
[Jacob Miesner's Website](https://www.jacobmiesner.com)
|
125 |
|
126 |
+
* The prediction justification for some of the tasks are printed as the model views them. For this reason the text may contain special tokens like [CLS] or [SEP] or even hashtags splitting words. If you are knowledgeable about language models and how they work these will be familiar, if you do not have prior experience with language models you can ignore these characters.
|
|
|
|
|
|
|
127 |
"""
|
128 |
)
|
129 |
|