Push model using huggingface_hub.
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: pxia
|
| 3 |
tags:
|
| 4 |
-
-
|
| 5 |
- model_hub_mixin
|
| 6 |
- pxia
|
| 7 |
- pytorch_model_hub_mixin
|
|
@@ -19,13 +19,10 @@ pip install pxia
|
|
| 19 |
|
| 20 |
```python
|
| 21 |
from pxia import GPT2
|
| 22 |
-
model = GPT2.from_pretrained("phxia/
|
| 23 |
```
|
| 24 |
|
| 25 |
## Contributions
|
| 26 |
-
Any contributions are welcome at https://github.com/not-lain/pxia
|
| 27 |
-
|
| 28 |
-
## Myth
|
| 29 |
-
A phoenix is a legendary creature that was part of the ancient Phoenician empire, known for its barbarian warriors who with their general Hannibal fought against the Roman empire.
|
| 30 |
|
| 31 |
<img src="https://huggingface.co/spaces/phxia/README/resolve/main/logo.png"/>
|
|
|
|
| 1 |
---
|
| 2 |
library_name: pxia
|
| 3 |
tags:
|
| 4 |
+
- gpt2
|
| 5 |
- model_hub_mixin
|
| 6 |
- pxia
|
| 7 |
- pytorch_model_hub_mixin
|
|
|
|
| 19 |
|
| 20 |
```python
|
| 21 |
from pxia import GPT2
|
| 22 |
+
model = GPT2.from_pretrained("phxia/gpt2")
|
| 23 |
```
|
| 24 |
|
| 25 |
## Contributions
|
| 26 |
+
Any contributions are welcome at https://github.com/not-lain/pxia
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
<img src="https://huggingface.co/spaces/phxia/README/resolve/main/logo.png"/>
|