Spaces:
Runtime error
Runtime error
info: just an about us
Browse files
app.py
CHANGED
|
@@ -210,6 +210,14 @@ additional_inputs=[
|
|
| 210 |
interactive=True,
|
| 211 |
info="Penalize repeated tokens",
|
| 212 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 213 |
]
|
| 214 |
|
| 215 |
CSS = """
|
|
@@ -302,7 +310,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 302 |
with gr.Column():
|
| 303 |
gr.Markdown(
|
| 304 |
"""
|
| 305 |
-
PERSIAN GPT
|
| 306 |
"""
|
| 307 |
)
|
| 308 |
with gr.Row():
|
|
|
|
| 210 |
interactive=True,
|
| 211 |
info="Penalize repeated tokens",
|
| 212 |
),
|
| 213 |
+
gr.Markdown(
|
| 214 |
+
"""
|
| 215 |
+
Contributions:
|
| 216 |
+
- Mojtaba Valipour: Model Design and Pretraining, Data Collection
|
| 217 |
+
- Ali Ghodsi: Advising
|
| 218 |
+
- Amir Mohammad Marshal Pirgheybi: Data Processing
|
| 219 |
+
"""
|
| 220 |
+
)
|
| 221 |
]
|
| 222 |
|
| 223 |
CSS = """
|
|
|
|
| 310 |
with gr.Column():
|
| 311 |
gr.Markdown(
|
| 312 |
"""
|
| 313 |
+
PERSIAN GPT by Data Analytics Lab
|
| 314 |
"""
|
| 315 |
)
|
| 316 |
with gr.Row():
|