hplisiecki
commited on
Commit
•
efa5b0c
1
Parent(s):
3575e1a
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ git clone https://huggingface.co/hplisiecki/word2affect_german
|
|
37 |
Proceed as follows:
|
38 |
|
39 |
```python
|
40 |
-
from
|
41 |
from transformers import AutoTokenizer
|
42 |
|
43 |
model_directory = "word2affect_german" # path to the cloned repository
|
|
|
37 |
Proceed as follows:
|
38 |
|
39 |
```python
|
40 |
+
from word2affect_german.model_script import CustomModel # importing the custom model class
|
41 |
from transformers import AutoTokenizer
|
42 |
|
43 |
model_directory = "word2affect_german" # path to the cloned repository
|