phucdev commited on
Commit
da42e67
·
1 Parent(s): 16ff08f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -1,14 +1,13 @@
1
- from transformers.models.paligemma.convert_paligemma_weights_to_hf import device---
2
  title: BLANC
3
- datasets:
4
- -
 
 
5
  tags:
6
  - evaluate
7
  - metric
8
  description: "BLANC is a reference-free metric that evaluates the quality of document summaries by measuring how much they improve a pre-trained language model's performance on the document's text. It estimates summary quality without needing human-written references, using two variations: BLANC-help and BLANC-tune."
9
- sdk: gradio
10
- sdk_version: 4.44.1
11
- app_file: app.py
12
  ---
13
 
14
  # Metric Card for BLANC
 
1
+ ---
2
  title: BLANC
3
+ sdk: gradio
4
+ sdk_version: 4.44.1
5
+ app_file: app.py
6
+ pinned: false
7
  tags:
8
  - evaluate
9
  - metric
10
  description: "BLANC is a reference-free metric that evaluates the quality of document summaries by measuring how much they improve a pre-trained language model's performance on the document's text. It estimates summary quality without needing human-written references, using two variations: BLANC-help and BLANC-tune."
 
 
 
11
  ---
12
 
13
  # Metric Card for BLANC