test
Browse files
README.md
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
-
|
4 |
-
-
|
5 |
-
license:
|
6 |
-
license_name:
|
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 |
-
-
|
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 |
|