Update README.md
Browse files
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 |
|