Suparious commited on
Commit
42a6f95
·
verified ·
1 Parent(s): 974c6d9

Updated and moved existing to merged_models base_model tag in README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
 
2
  language:
3
  - en
4
- tags:
5
- - text-generation
6
  license: mit
7
- base_model:
8
  - EleutherAI/pythia-70m
9
  - microsoft/phi-1_5
10
  - facebook/opt-125m
11
  - gpt2
 
 
12
  ---
13
 
14
  # Test Model 2
 
1
  ---
2
+ base_model: facebook/opt-125m
3
  language:
4
  - en
 
 
5
  license: mit
6
+ merged_models:
7
  - EleutherAI/pythia-70m
8
  - microsoft/phi-1_5
9
  - facebook/opt-125m
10
  - gpt2
11
+ tags:
12
+ - text-generation
13
  ---
14
 
15
  # Test Model 2