joe123 commited on
Commit
ca710e6
·
1 Parent(s): 62d1ae7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ Welcome to Team 3's Tone Evaluation project! This repository contains the necess
21
  - We convert the pinyin and tone into numerical lables by providing a text file and link each pinyin to a index.
22
 
23
  - **Train File**: [train.py](/path/to/train.py)
24
- - This file contains the code for training our tone evaluation model. We use CTC model for this task.
25
 
26
  - **Test File**: [test.py](/path/to/test.py)
27
  - Use this script to evaluate the performance of our trained model on test data.
 
21
  - We convert the pinyin and tone into numerical lables by providing a text file and link each pinyin to a index.
22
 
23
  - **Train File**: [train.py](/path/to/train.py)
24
+ - This file contains the code for training our tone evaluation model. We use CNN+CTC model for this task.
25
 
26
  - **Test File**: [test.py](/path/to/test.py)
27
  - Use this script to evaluate the performance of our trained model on test data.