redrussianarmy
commited on
Commit
•
70346b1
1
Parent(s):
118b024
added tags to model card
Browse files- .gitignore +2 -0
- metadata.json +11 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Pipfile
|
2 |
+
Pipfile.lock
|
metadata.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"tags":[
|
3 |
+
"tr",
|
4 |
+
"turkish",
|
5 |
+
"gpt2-tr",
|
6 |
+
"gpt2-turkish"
|
7 |
+
],
|
8 |
+
"languages":[
|
9 |
+
"tr"
|
10 |
+
]
|
11 |
+
}
|