lamhieu commited on
Commit
65a2dd1
1 Parent(s): 05a9594

chore: create readme file

Browse files
Files changed (1) hide show
  1. README.md +21 -0
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.