hplisiecki
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ git clone https://huggingface.co/hplisiecki/word2affect_french
|
|
36 |
Proceed as follows:
|
37 |
|
38 |
```python
|
39 |
-
from
|
40 |
from transformers import AutoTokenizer
|
41 |
|
42 |
model_directory = "word2affect_french" # path to the cloned repository
|
|
|
36 |
Proceed as follows:
|
37 |
|
38 |
```python
|
39 |
+
from word2affect_french.model_script import CustomModel # importing the custom model class
|
40 |
from transformers import AutoTokenizer
|
41 |
|
42 |
model_directory = "word2affect_french" # path to the cloned repository
|