hplisiecki commited on
Commit
44dbbd9
1 Parent(s): c4a77e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ git clone https://huggingface.co/hplisiecki/word2affect_english
42
  Proceed as follows:
43
 
44
  ```python
45
- from word2affect_polish.model_script import CustomModel # importing the custom model class
46
  from transformers import AutoTokenizer
47
 
48
  model_directory = "word2affect_english" # path to the cloned repository
 
42
  Proceed as follows:
43
 
44
  ```python
45
+ from word2affect_english.model_script import CustomModel # importing the custom model class
46
  from transformers import AutoTokenizer
47
 
48
  model_directory = "word2affect_english" # path to the cloned repository