Xinyi Zhao
commited on
Commit
•
5082037
1
Parent(s):
b2c75d5
initialize
Browse files- .gitignore +1 -0
- README.md +8 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.DS_Store
|
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: ja
|
3 |
+
|
4 |
+
tags:
|
5 |
+
- distilbert
|
6 |
+
|
7 |
+
license: cc-by-nc-4.0
|
8 |
+
---
|