gauneg commited on
Commit
e6fd930
·
verified ·
1 Parent(s): e370cad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,7 +35,7 @@ sys.path.append(bert_gts_pretrained.rsplit("/", 1)[0])
35
  sys.path.append(post.rsplit("/", 1)[0])
36
 
37
 
38
- from bert_gts_pretrained import BertGTSOpinionTriple
39
  from post import DecodeAndEvaluate
40
 
41
 
@@ -51,7 +51,7 @@ test_sentence = "The Dell Inspiron 14 Plus is the most well-rounded laptop with
51
 
52
 
53
  # prediction
54
- print(dec_and_infer.decode_predict_string_one(test_sentence, model))
55
 
56
  ```
57
  Expected output
 
35
  sys.path.append(post.rsplit("/", 1)[0])
36
 
37
 
38
+ from bert_opinion import BertGTSOpinionTriple
39
  from post import DecodeAndEvaluate
40
 
41
 
 
51
 
52
 
53
  # prediction
54
+ print(dec_and_infer.decode_predict_string_one(test_sentence, model, max_len=128))
55
 
56
  ```
57
  Expected output