bconsolvo commited on
Commit
3dd913c
·
1 Parent(s): 5d9ec6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -38,7 +38,6 @@ Here is an example of how to import this model in Python:
38
  ```python
39
 
40
  import transformers
41
- import model_compression_research as model_comp
42
 
43
  model = transformers.AutoModelForQuestionAnswering.from_pretrained('Intel/bert-base-uncased-sparse-90-unstructured-pruneofa')
44
 
 
38
  ```python
39
 
40
  import transformers
 
41
 
42
  model = transformers.AutoModelForQuestionAnswering.from_pretrained('Intel/bert-base-uncased-sparse-90-unstructured-pruneofa')
43