poethera commited on
Commit
decc0b1
·
1 Parent(s): f87fde9
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
-
3
- language:
4
- - lang1
5
- - lang2
6
- license: "any valid license identifier"
7
- task_categories:
8
- - task1
9
- - task2
10
  tags:
11
- - tag_test1
12
- - tag_test2
13
-
 
14
  ---
15
 
 
1
  ---
2
+ language:
3
+ - {lang_0} # Example: fr
4
+ - {lang_1} # Example: en
5
+ license: {license} # Example: apache-2.0 or any license from https://hf.co/docs/hub/repositories-licenses
6
+ license_name: {license_name} # If license = other (license not in https://hf.co/docs/hub/repositories-licenses), specify an id for it here, like `my-license-1.0`.
7
+ license_link: {license_link} # If license = other, specify "LICENSE" or "LICENSE.md" to link to a file of that name inside the repo, or a URL to a remote file.
8
+ license_details: {license_details} # Legacy, textual description of a custom license.
 
9
  tags:
10
+ - {tag_0} # Example: audio
11
+ - {tag_1} # Example: bio
12
+ - {tag_2} # Example: natural-language-understanding
13
+ - {tag_3} # Example: birds-classification
14
  ---
15