Mahesh-82 commited on
Commit
3590db4
1 Parent(s): 187efc9

Update README.md

Browse files

Extract intent and entities from input text

Files changed (1) hide show
  1. README.md +17 -3
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
+ ---