debajyotimaz
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -41,5 +43,4 @@ print(prediction.logits)
|
|
41 |
#### Metrics
|
42 |
|
43 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
44 |
-
We use the F1 score of positive class as the evaluation metric for training of our model because it takes into account the Acc, Pre and Rec values.
|
45 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- hi
|
6 |
---
|
7 |
|
8 |
# Model Card for Model ID
|
|
|
43 |
#### Metrics
|
44 |
|
45 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
46 |
+
We use the F1 score of positive class as the evaluation metric for training of our model because it takes into account the Acc, Pre and Rec values.
|
|