Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
---
|
2 |
title: Fluency Score
|
3 |
-
emoji: ⏳
|
4 |
-
colorFrom:
|
5 |
colorTo: red
|
6 |
-
tags:
|
7 |
-
- evaluate
|
8 |
-
- metric
|
9 |
-
description: Classify if a given sentence is in Classical Arabic or Not
|
10 |
sdk: gradio
|
11 |
sdk_version: 3.19.1
|
12 |
app_file: app.py
|
13 |
pinned: false
|
14 |
-
|
|
|
|
|
|
|
|
|
15 |
---
|
|
|
1 |
---
|
2 |
title: Fluency Score
|
3 |
+
emoji: ⏳
|
4 |
+
colorFrom: blue
|
5 |
colorTo: red
|
|
|
|
|
|
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.19.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
tags:
|
11 |
+
- evaluate
|
12 |
+
- metric
|
13 |
+
description: >-
|
14 |
+
Fluency Score is a metric designed to distinguish between old eloquent classical Arabic and Modern Standard Arabic. This is done by a text classifier that was finetuned for this task.
|
15 |
---
|