Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
ACC Z3ta o1 2024 Legacy Edition
|
| 5 |
|
|
@@ -43,8 +48,9 @@ Compatible with Transformers.
|
|
| 43 |
Compatible with the original Z3ta codebase.
|
| 44 |
Usage with Transformers
|
| 45 |
Ensure you have Transformers >= 4.45.0 and update your installation using:
|
| 46 |
-
pip install gradio_client
|
| 47 |
Here’s a quick usage example via API:
|
|
|
|
| 48 |
from gradio_client import Client
|
| 49 |
|
| 50 |
client = Client("TejAndrewsACC/Z3ta")
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-generation
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
---
|
| 9 |
ACC Z3ta o1 2024 Legacy Edition
|
| 10 |
|
|
|
|
| 48 |
Compatible with the original Z3ta codebase.
|
| 49 |
Usage with Transformers
|
| 50 |
Ensure you have Transformers >= 4.45.0 and update your installation using:
|
| 51 |
+
pip install gradio_client transformers
|
| 52 |
Here’s a quick usage example via API:
|
| 53 |
+
|
| 54 |
from gradio_client import Client
|
| 55 |
|
| 56 |
client = Client("TejAndrewsACC/Z3ta")
|