Herelles commited on
Commit
61de029
1 Parent(s): 112f4e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ This is the first corpus in the French language in the fields of urban planning
32
 
33
  Attention: to run this code you need to have intalled `transformers`, `torch` and `numpy`. You can do it with `pip install transformers torch numpy`.
34
 
35
- Load nessesary libraries:
36
  ```
37
  from transformers import CamembertTokenizer, CamembertForSequenceClassification
38
 
 
32
 
33
  Attention: to run this code you need to have intalled `transformers`, `torch` and `numpy`. You can do it with `pip install transformers torch numpy`.
34
 
35
+ Load necessary libraries:
36
  ```
37
  from transformers import CamembertTokenizer, CamembertForSequenceClassification
38