pmeyhoefer
commited on
Commit
•
fe93fc5
1
Parent(s):
feed047
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Trained with JobRouter dataset.
|
|
|
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 |
+
|
19 |
Trained with JobRouter dataset.
|