Question Answering
Adapters
blitznova666 commited on
Commit
a550a2c
verified
1 Parent(s): 0ac9d45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: llama3.1
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ datasets:
4
+ - HuggingFaceTB/everyday-conversations-llama3.1-2k
5
+ - fka/awesome-chatgpt-prompts
6
+ - NousResearch/hermes-function-calling-v1
7
+ metrics:
8
+ - accuracy
9
+ - code_eval
10
+ base_model:
11
+ - meta-llama/Meta-Llama-3.1-8B-Instruct
12
+ - black-forest-labs/FLUX.1-dev
13
+ - microsoft/Phi-3.5-MoE-instruct
14
+ - microsoft/Phi-3.5-vision-instruct
15
+ pipeline_tag: question-answering
16
+ library_name: adapter-transformers
17
+ ---