Update README.md
Browse filesExtract intent and entities from input text
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- openai/MMMLU
|
5 |
+
- fka/awesome-chatgpt-prompts
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
base_model:
|
11 |
+
- stepfun-ai/GOT-OCR2_0
|
12 |
+
- meta-llama/Meta-Llama-3.1-8B-Instruct
|
13 |
+
pipeline_tag: question-answering
|
14 |
+
library_name: fastai
|
15 |
+
tags:
|
16 |
+
- text-generation-inference
|
17 |
+
---
|