not-lain commited on
Commit
5623abe
1 Parent(s): b8e8b5b

Push model using huggingface_hub.

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: pxia
3
  tags:
4
- - hannibal
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/GPT2")
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"/>