Skip to content

Commit

Permalink
Update chapters/ru/chapter2/5.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Khalusova <[email protected]>
  • Loading branch information
artyomboyko and MKhalusova authored Feb 13, 2024
1 parent cd84491 commit 316f484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/ru/chapter2/5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sequence = "I've been waiting for a HuggingFace course my whole life."
tokens = tokenizer.tokenize(sequence)
ids = tokenizer.convert_tokens_to_ids(tokens)
input_ids = tf.constant(ids)
# Эта строка завершится неудачей.
# Эта строка выдаст ошибку.
model(input_ids)
```

Expand Down

0 comments on commit 316f484

Please sign in to comment.