LightLord001
commited on
Commit
•
c645269
1
Parent(s):
7071427
v1
Browse files- .idea/.gitignore +8 -0
- README.md +17 -1
.idea/.gitignore
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Default ignored files
|
2 |
+
/shelf/
|
3 |
+
/workspace.xml
|
4 |
+
/misc.xml
|
5 |
+
/modules.xml
|
6 |
+
/pilot-HWR.iml
|
7 |
+
/inspectionProfiles/profiles_settings.xml
|
8 |
+
/vcs.xml
|
README.md
CHANGED
@@ -1,2 +1,18 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- "List of ISO 639-1 code for your language"
|
4 |
+
- lang1
|
5 |
+
- lang2
|
6 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
7 |
+
tags:
|
8 |
+
- tag1
|
9 |
+
- tag2
|
10 |
+
license: "any valid license identifier"
|
11 |
+
datasets:
|
12 |
+
- dataset1
|
13 |
+
- dataset2
|
14 |
+
metrics:
|
15 |
+
- metric1
|
16 |
+
- metric2
|
17 |
+
base_model: "base model Hub identifier"
|
18 |
+
---
|