Raychanan commited on
Commit
6e2f116
1 Parent(s): fee9e41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,4 +1,3 @@
1
- conv_text = '\n'.join([utt.text for utt in conv.get_chronological_utterance_list()])
2
  ---
3
  license: apache-2.0
4
  tags:
@@ -18,6 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # bert-bert-cased-first512-Conflict
20
 
 
 
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.6932
 
 
1
  ---
2
  license: apache-2.0
3
  tags:
 
17
 
18
  # bert-bert-cased-first512-Conflict
19
 
20
+ `conv_text = '\n'.join([utt.text for utt in conv.get_chronological_utterance_list()])`
21
+
22
+
23
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.6932