madhavsankar commited on
Commit
7f3198e
·
1 Parent(s): 2cc065b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # QCPG++
2
+ ```
3
+ Dataset: ParaBank2.0
4
+ Learning Rate: 1e-4
5
+ ```
6
+
7
+ ## Text Diversity Metrics
8
+ ```
9
+ Semantic Similarity: DocumentSemanticDiversity
10
+ Syntactic Diversity: DependencyDiversity
11
+ Lexical Diversity: Character-level edit distance
12
+ Phonological Diversity: RhythmicDiversity
13
+ Morphological Diversity: POSSequenceDiversity.
14
+ ```
15
+
16
+ ## Results
17
+ ```
18
+ Training Loss: 0.4351
19
+ Dev Loss: 1.0986
20
+ Dev BLEU: 34.3115
21
+ ```