Update README.md
Browse files
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
|
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 |
|