Text Generation
Transformers
Safetensors
English
llama
sft
text-generation-inference
4-bit precision
TheBloke commited on
Commit
3675a35
1 Parent(s): 936638b

Update base_model formatting

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,17 +1,19 @@
1
  ---
2
- base_model: https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10
 
 
 
 
 
3
  datasets:
4
  - rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
5
  - OpenAssistant/oasst1
6
  - shahules786/orca-best
7
  - argilla/databricks-dolly-15k-curated-multilingual
 
 
8
  inference: false
9
- language:
10
- - en
11
- library_name: transformers
12
- license: llama2
13
  model_creator: OpenAssistant
14
- model_name: Llama2 70B SFT v10
15
  model_type: llama
16
  pipeline_tag: text-generation
17
  prompt_template: '<|im_start|>system
@@ -26,8 +28,6 @@ prompt_template: '<|im_start|>system
26
 
27
  '
28
  quantized_by: TheBloke
29
- tags:
30
- - sft
31
  ---
32
 
33
  <!-- header start -->
 
1
  ---
2
+ language:
3
+ - en
4
+ license: llama2
5
+ library_name: transformers
6
+ tags:
7
+ - sft
8
  datasets:
9
  - rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
10
  - OpenAssistant/oasst1
11
  - shahules786/orca-best
12
  - argilla/databricks-dolly-15k-curated-multilingual
13
+ model_name: Llama2 70B SFT v10
14
+ base_model: OpenAssistant/llama2-70b-oasst-sft-v10
15
  inference: false
 
 
 
 
16
  model_creator: OpenAssistant
 
17
  model_type: llama
18
  pipeline_tag: text-generation
19
  prompt_template: '<|im_start|>system
 
28
 
29
  '
30
  quantized_by: TheBloke
 
 
31
  ---
32
 
33
  <!-- header start -->