diwank commited on
Commit
4204e97
1 Parent(s): b576b83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ model.train_model(train_df, eval_df=eval_df)
43
 
44
  - `text_a`: The utterance prior to the utterance being classified. (Say for dialog with turns 1-2-3, if we are trying to find the dialog act for 2, text_a is 1)
45
  - `text_b`: The utterance to be classified
46
- - `label`: Dialog act label (as integer between 0-10, as mapped below)
47
 
48
  ## Labels map
49
 
 
43
 
44
  - `text_a`: The utterance prior to the utterance being classified. (Say for dialog with turns 1-2-3, if we are trying to find the dialog act for 2, text_a is 1)
45
  - `text_b`: The utterance to be classified
46
+ - `labels`: Dialog act label (as integer between 0-10, as mapped below)
47
 
48
  ## Labels map
49