Spaces:
Runtime error
Runtime error
Update Space (evaluate main: e179b5b8)
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: MAUVE
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
@@ -8,25 +8,10 @@ sdk_version: 3.0.2
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
-
|
12 |
-
|
13 |
-
description: >-
|
14 |
-
MAUVE is a library built on PyTorch and HuggingFace Transformers to measure
|
15 |
-
the gap between neural text and human text with the eponymous MAUVE measure.
|
16 |
-
|
17 |
-
|
18 |
-
MAUVE summarizes both Type I and Type II errors measured softly using
|
19 |
-
Kullback–Leibler (KL) divergences.
|
20 |
-
|
21 |
-
|
22 |
-
For details, see the MAUVE paper: https://arxiv.org/abs/2102.01454 (Neurips,
|
23 |
-
2021).
|
24 |
-
|
25 |
-
|
26 |
-
This metrics is a wrapper around the official implementation of MAUVE:
|
27 |
-
|
28 |
-
https://github.com/krishnap25/mauve
|
29 |
---
|
|
|
30 |
# Metric Card for MAUVE
|
31 |
|
32 |
## Metric description
|
|
|
1 |
---
|
2 |
title: MAUVE
|
3 |
+
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
+
- evaluate
|
12 |
+
- metric
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
+
|
15 |
# Metric Card for MAUVE
|
16 |
|
17 |
## Metric description
|