Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ You can specify which BLANC variation to use via the `blanc_score` parameter: `h
|
|
28 |
```python
|
29 |
from evaluate import load
|
30 |
|
31 |
-
blanc = load("phucdev/
|
32 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
33 |
summaries = ["Jack bought milk and honey."]
|
34 |
results = blanc.compute(documents=documents, summaries=summaries, blanc_score="help")
|
@@ -92,7 +92,7 @@ BLANC-help:
|
|
92 |
```python
|
93 |
from evaluate import load
|
94 |
|
95 |
-
blanc = load("phucdev/
|
96 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
97 |
summaries = ["Jack bought milk and honey."]
|
98 |
results = blanc.compute(documents=documents, summaries=summaries, blanc_score="help")
|
@@ -101,7 +101,7 @@ BLANC-tune:
|
|
101 |
```python
|
102 |
from evaluate import load
|
103 |
|
104 |
-
blanc = load("phucdev/
|
105 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
106 |
summaries = ["Jack bought milk and honey."]
|
107 |
results = blanc.compute(
|
@@ -118,7 +118,7 @@ BLANC-help:
|
|
118 |
```python
|
119 |
from evaluate import load
|
120 |
|
121 |
-
blanc = load("phucdev/
|
122 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
123 |
summaries = ["Jack bought milk and honey."]
|
124 |
results = blanc.compute(
|
@@ -133,7 +133,7 @@ BLANC-tune:
|
|
133 |
```python
|
134 |
from evaluate import load
|
135 |
|
136 |
-
blanc = load("phucdev/
|
137 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
138 |
summaries = ["Jack bought milk and honey."]
|
139 |
results = blanc.compute(
|
|
|
28 |
```python
|
29 |
from evaluate import load
|
30 |
|
31 |
+
blanc = load("phucdev/blanc_score")
|
32 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
33 |
summaries = ["Jack bought milk and honey."]
|
34 |
results = blanc.compute(documents=documents, summaries=summaries, blanc_score="help")
|
|
|
92 |
```python
|
93 |
from evaluate import load
|
94 |
|
95 |
+
blanc = load("phucdev/blanc_score")
|
96 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
97 |
summaries = ["Jack bought milk and honey."]
|
98 |
results = blanc.compute(documents=documents, summaries=summaries, blanc_score="help")
|
|
|
101 |
```python
|
102 |
from evaluate import load
|
103 |
|
104 |
+
blanc = load("phucdev/blanc_score")
|
105 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
106 |
summaries = ["Jack bought milk and honey."]
|
107 |
results = blanc.compute(
|
|
|
118 |
```python
|
119 |
from evaluate import load
|
120 |
|
121 |
+
blanc = load("phucdev/blanc_score")
|
122 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
123 |
summaries = ["Jack bought milk and honey."]
|
124 |
results = blanc.compute(
|
|
|
133 |
```python
|
134 |
from evaluate import load
|
135 |
|
136 |
+
blanc = load("phucdev/blanc_score")
|
137 |
documents = ["Jack drove his minivan to the bazaar to purchase milk and honey for his large family."]
|
138 |
summaries = ["Jack bought milk and honey."]
|
139 |
results = blanc.compute(
|