kkatodus commited on
Commit
a63cb67
1 Parent(s): a3d3eff

added readme for model

Browse files
Files changed (1) hide show
  1. README.md +3 -9
README.md CHANGED
@@ -15,24 +15,18 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # jp-speech-classifier
17
 
18
- This model is a fine-tuned version of [cl-tohoku/bert-base-japanese-v3](https://huggingface.co/cl-tohoku/bert-base-japanese-v3) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 1.1895
21
  - Accuracy: 0.7053
22
 
23
  ## Model description
24
 
25
- something
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
-
31
- ## Training and evaluation data
32
-
33
- More information needed
34
-
35
- ## Training procedure
36
 
37
  ### Training hyperparameters
38
 
 
15
 
16
  # jp-speech-classifier
17
 
18
+ This model is a fine-tuned version of [cl-tohoku/bert-base-japanese-v3](https://huggingface.co/cl-tohoku/bert-base-japanese-v3) on a dataset created from speech records in the Japanese diet.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 1.1895
21
  - Accuracy: 0.7053
22
 
23
  ## Model description
24
 
25
+ This model classifies Japanese sentences into factual, question, descriptive, opinion based and other sentences.
26
 
27
  ## Intended uses & limitations
28
 
29
+ This model can be used for any purpose that requires sentence categorization of Japanese sentences. The dataset is fairly small but it gets the job done.
 
 
 
 
 
 
30
 
31
  ### Training hyperparameters
32