hplisiecki commited on
Commit
1c72acf
·
verified ·
1 Parent(s): 9af29fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ git clone https://huggingface.co/hplisiecki/word2affect_french
36
  Proceed as follows:
37
 
38
  ```python
39
- from word2affect_polish.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
 
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