Question Answering
PEFT
English

Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
- library_name: peft
 
3
  license: mit
 
4
  datasets:
5
  - timdettmers/openassistant-guanaco
6
  - tatsu-lab/alpaca
7
  - BI55/MedText
8
- language:
9
- - en
10
  pipeline_tag: question-answering
 
11
  ---
12
  Here is a README.md explaining how to run the Archimedes model locally:
13
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
+ library_name: peft
6
  datasets:
7
  - timdettmers/openassistant-guanaco
8
  - tatsu-lab/alpaca
9
  - BI55/MedText
 
 
10
  pipeline_tag: question-answering
11
+ base_model: meta-llama/Llama-2-13b-chat-hf
12
  ---
13
  Here is a README.md explaining how to run the Archimedes model locally:
14