Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,12 @@ language:
|
|
7 |
base_model:
|
8 |
- microsoft/mdeberta-v3-base
|
9 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
# GordonAI
|
12 |
|
|
|
7 |
base_model:
|
8 |
- microsoft/mdeberta-v3-base
|
9 |
pipeline_tag: text-classification
|
10 |
+
metrics:
|
11 |
+
- accuracy
|
12 |
+
library_name: transformers
|
13 |
+
tags:
|
14 |
+
- fact-checking
|
15 |
+
- text-classification
|
16 |
---
|
17 |
# GordonAI
|
18 |
|