Andrilko commited on
Commit
bf06f4c
1 Parent(s): 7ec519c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -32,8 +32,7 @@ tokenizer = AutoTokenizer.from_pretrained(reward_name)
32
 
33
 
34
  #Sentences that we want to score:
35
- sentences = ['Человек: Что такое QR-код? Ассистент: QR-код - это тип матричного штрих-кода.',
36
- 'Человек: Что такое QR-код? Ассистент: Это двумерный штрих-код.Человек читает его сканером штрих-кода и видит текст в браузере.']
37
 
38
  #Compute token embeddings
39
  inputs = tokenizer(sentences[0], sentences[1], return_tensors='pt')
 
32
 
33
 
34
  #Sentences that we want to score:
35
+ sentences = ['Человек: Что такое QR-код?','Ассистент: QR-код - это тип матричного штрих-кода.']
 
36
 
37
  #Compute token embeddings
38
  inputs = tokenizer(sentences[0], sentences[1], return_tensors='pt')