Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ description: >-
|
|
23 |
```python
|
24 |
>>>import evaluate
|
25 |
>>>metric = evaluate.load("d-matrix/dmxMetric", module_type="metric")
|
26 |
-
>>>results = metric._compute(model="d-matrix/gpt2",revision
|
27 |
>>>print(results)
|
28 |
```
|
29 |
|
|
|
23 |
```python
|
24 |
>>>import evaluate
|
25 |
>>>metric = evaluate.load("d-matrix/dmxMetric", module_type="metric")
|
26 |
+
>>>results = metric._compute(model="d-matrix/gpt2",revision="distilgpt2",tasks="wikitext",dmx_config="BASIC" )
|
27 |
>>>print(results)
|
28 |
```
|
29 |
|