pmeyhoefer commited on
Commit
079efd3
1 Parent(s): fe93fc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -12
README.md CHANGED
@@ -1,18 +1,12 @@
1
  ---
2
- # Example metadata to be added to a model card.
3
- # Full model card template at https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md
4
  language:
5
- - {de} # Example: fr
6
- - {en} # Example: en
7
- license: {apache-2.0} # Example: apache-2.0 or any license from https://hf.co/docs/hub/repositories-licenses
8
- tags:
9
- - {tag_0} # Example: audio
10
- - {tag_1} # Example: automatic-speech-recognition
11
- - {tag_2} # Example: speech
12
- - {tag_3} # Example to specify a library: allennlp
13
  datasets:
14
- - {pmeyhoefer/jobrouter} # Example: common_voice. Use dataset id from https://hf.co/datasets
15
- base_model: {unsloth/mistral-7b-v0.2} # Example: stabilityai/stable-diffusion-xl-base-1.0. Can also be a list (for merges)
 
16
 
17
 
18
 
 
1
  ---
 
 
2
  language:
3
+ - de # Example: fr
4
+ - en # Example: en
5
+ license: apache-2.0 # Example: apache-2.0 or any license from https://hf.co/docs/hub/repositories-licenses
 
 
 
 
 
6
  datasets:
7
+ - pmeyhoefer/jobrouter # Example: common_voice. Use dataset id from https://hf.co/datasets
8
+ base_model: unsloth/mistral-7b-v0.2 # Example: stabilityai/stable-diffusion-xl-base-1.0. Can also be a list (for merges)
9
+ ---
10
 
11
 
12