HyzeAI commited on
Commit
e3a5b69
·
verified ·
1 Parent(s): 48089af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -17
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  <h1 align="center">HyzeMini</h1>
17
 
18
  <p align="center">
19
- A quantized lightweight text-generation model by <b>Hyze AI</b>
20
  </p>
21
 
22
  <p align="center">
@@ -80,19 +80,3 @@ HyzeMini focuses on **speed, coherence, and domain knowledge** rather than raw r
80
  - **Efficiency:** HyzeMini ≈ TinyLlama > GPT-Neo
81
 
82
  > Benchmarks are based on internal qualitative testing and comparisons.
83
-
84
- ---
85
-
86
- ## 🧪 Usage
87
-
88
- ### Transformers (Python)
89
-
90
- ```python
91
- from transformers import pipeline
92
-
93
- generator = pipeline(
94
- "text-generation",
95
- model="HyzeAI/HyzeMini"
96
- )
97
-
98
- print(generator("Tell me a cool space fact:"))
 
16
  <h1 align="center">HyzeMini</h1>
17
 
18
  <p align="center">
19
+ A lightweight text-generation model by <b>Hyze AI</b>
20
  </p>
21
 
22
  <p align="center">
 
80
  - **Efficiency:** HyzeMini ≈ TinyLlama > GPT-Neo
81
 
82
  > Benchmarks are based on internal qualitative testing and comparisons.