poethera commited on
Commit
40865ff
·
1 Parent(s): decc0b1
Files changed (1) hide show
  1. README.md +5 -10
README.md CHANGED
@@ -1,15 +1,10 @@
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
 
 
1
  ---
2
  language:
3
+ - fr # Example: fr
4
+ - en # Example: en
5
+ license: other # Example: apache-2.0 or any license from https://hf.co/docs/hub/repositories-licenses
6
+ license_name: my-test-0.1 # 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
  tags:
8
+ - other # Example: audio
 
 
 
9
  ---
10