chore: create readme file
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# distilbert-base-multilingual-cased-vietnamese-topicifier
|
2 |
+
|
3 |
+
## About
|
4 |
+
|
5 |
+
Fine-tuning from `distilbert-base-multilingual-cased` with a tiny dataset about Vietnamese topics.
|
6 |
+
|
7 |
+
## Usage
|
8 |
+
|
9 |
+
Try entering a message to predict what topic is being discussed. For example:
|
10 |
+
|
11 |
+
```
|
12 |
+
# Photography
|
13 |
+
Tôi ước mình sẽ trở thành một nhiếp ảnh gia
|
14 |
+
|
15 |
+
# World War I
|
16 |
+
Bạn đã từng nghe về cuộc đại thế chiến ?
|
17 |
+
```
|
18 |
+
|
19 |
+
## Other
|
20 |
+
|
21 |
+
The model was fine-tuning with a tiny dataset, don't use it for a product.
|