Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
- library_name: peft
3
- license: llama2
4
  language:
5
  - ja
6
- pipeline_tag: text-generation
7
- inference: false
8
  tags:
9
  - llama-2
10
  - pytorch
11
  - facebook
12
  - meta
13
  - text-generation-inference
 
 
 
14
  ---
15
  # doshisha-mil/llama-2-70b-chat-4bit-japanese-v1
16
 
 
1
  ---
 
 
2
  language:
3
  - ja
4
+ license: llama2
5
+ library_name: peft
6
  tags:
7
  - llama-2
8
  - pytorch
9
  - facebook
10
  - meta
11
  - text-generation-inference
12
+ pipeline_tag: text-generation
13
+ inference: false
14
+ base_model: meta-llama/Llama-2-70b-chat-hf
15
  ---
16
  # doshisha-mil/llama-2-70b-chat-4bit-japanese-v1
17