Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ This is a tiny random gpt2 model. It was uploaded by IPEXModelForCausalLM.
|
|
| 11 |
from optimum.intel import IPEXModelForCausalLM
|
| 12 |
|
| 13 |
model = IPEXModelForCausalLM.from_pretrained("Intel/tiny_random_gpt2")
|
| 14 |
-
model.push_to_hub("Intel/
|
| 15 |
```
|
| 16 |
|
| 17 |
This is useful for functional testing (not quality generation, since its weights are random)
|
|
|
|
| 11 |
from optimum.intel import IPEXModelForCausalLM
|
| 12 |
|
| 13 |
model = IPEXModelForCausalLM.from_pretrained("Intel/tiny_random_gpt2")
|
| 14 |
+
model.push_to_hub("Intel/tiny-random-gpt2_ipex_model")
|
| 15 |
```
|
| 16 |
|
| 17 |
This is useful for functional testing (not quality generation, since its weights are random)
|