Update README.md
Browse files
README.md
CHANGED
@@ -53,11 +53,12 @@ print(tokenizer.batch_decode(outputs, skip_special_tokens=True))
|
|
53 |
|
54 |
|
55 |
## Benchmarks
|
|
|
56 |
| Benchmark | Score |
|
57 |
|--------------|:-----:|
|
58 |
-
| BLEU |
|
59 |
-
| chr-F |
|
60 |
-
| chr-F++ |
|
61 |
|
62 |
|
63 |
## License
|
|
|
53 |
|
54 |
|
55 |
## Benchmarks
|
56 |
+
You can replicate our benchmark scores [here](https://github.com/AssistantsLab/AssistantsLab-Replication/tree/main/evaluation) without writing any code yourself.
|
57 |
| Benchmark | Score |
|
58 |
|--------------|:-----:|
|
59 |
+
| BLEU | 43.63% |
|
60 |
+
| chr-F | 62.25% |
|
61 |
+
| chr-F++ | 61.87% |
|
62 |
|
63 |
|
64 |
## License
|