Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,7 @@ output_text = tokenizer.decode(output[0], skip_special_tokens=True)
|
|
65 |
|
66 |
## Evaluation Results
|
67 |
|
|
|
68 |
The following two different evaluations are performed.
|
69 |
|
70 |
|
@@ -103,7 +104,7 @@ results = perplexity.compute(model_id=model_name_or_path,
|
|
103 |
|
104 |
print(round(results["mean_perplexity"], 2))
|
105 |
```
|
106 |
-
|
107 |
|
108 |
|
109 |
|
|
|
65 |
|
66 |
## Evaluation Results
|
67 |
|
68 |
+
<!--
|
69 |
The following two different evaluations are performed.
|
70 |
|
71 |
|
|
|
104 |
|
105 |
print(round(results["mean_perplexity"], 2))
|
106 |
```
|
107 |
+
-->
|
108 |
|
109 |
|
110 |
|