Spaces:
Sleeping
Sleeping
Update Fluency_Score.py
Browse files- Fluency_Score.py +1 -1
Fluency_Score.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
4 |
import torch
|
5 |
|
6 |
_description = """Fluency Score is a metric to score an Arabic sentence based on its "Fluency". That means is it closer to the eloquent classical Arabic (1) or not (0).
|
7 |
-
Examples of the sentences can be found in the evaluation metric's model card (https://huggingface.co/Baleegh/Fluency_Score)
|
8 |
"""
|
9 |
|
10 |
class Fluency_Score(evaluate.Metric):
|
|
|
4 |
import torch
|
5 |
|
6 |
_description = """Fluency Score is a metric to score an Arabic sentence based on its "Fluency". That means is it closer to the eloquent classical Arabic (1) or not (0).
|
7 |
+
Examples of the sentences can be found in the evaluation metric's model card [Here](https://huggingface.co/Baleegh/Fluency_Score).
|
8 |
"""
|
9 |
|
10 |
class Fluency_Score(evaluate.Metric):
|