tiansz commited on
Commit
10988d9
1 Parent(s): 106d882

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -22,8 +22,17 @@ It achieves the following results on the evaluation set:
22
  - F1: 0.8396
23
 
24
  ## Model description
 
 
 
 
 
 
 
 
 
 
25
 
26
- More information needed
27
 
28
  ## Intended uses & limitations
29
 
 
22
  - F1: 0.8396
23
 
24
  ## Model description
25
+ The model is a fine-tuned version on the disaster dataset on Kaggle. You can enter the following statement to see if the label changes:
26
+ ```txt
27
+ Forest fire near La Ronge Sask. Canada
28
+
29
+ Just happened a terrible car crash
30
+
31
+ What's up man?
32
+
33
+ Summer is lovely
34
+ ```
35
 
 
36
 
37
  ## Intended uses & limitations
38