Update README.md
Browse files
README.md
CHANGED
@@ -7,5 +7,9 @@ language:
|
|
7 |
base_model:
|
8 |
- openai-community/gpt2
|
9 |
pipeline_tag: text-generation
|
10 |
-
library_name:
|
|
|
|
|
|
|
|
|
11 |
---
|
|
|
7 |
base_model:
|
8 |
- openai-community/gpt2
|
9 |
pipeline_tag: text-generation
|
10 |
+
library_name: espnet
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
+
tags:
|
14 |
+
- text-generation-inference
|
15 |
---
|