Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# ZarfixAI Cerdas 1.0
|
| 3 |
**Summary:**
|
|
@@ -61,5 +70,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 61 |
|
| 62 |
## 🙏 Acknowledgements
|
| 63 |
|
| 64 |
-
Special thanks to the developers of `janhq/Jan-v1-4B` for providing a strong open-source foundation.
|
| 65 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- id
|
| 6 |
+
base_model:
|
| 7 |
+
- janhq/Jan-v1-4B
|
| 8 |
+
library_name: transformers
|
| 9 |
+
---
|
| 10 |
|
| 11 |
# ZarfixAI Cerdas 1.0
|
| 12 |
**Summary:**
|
|
|
|
| 70 |
|
| 71 |
## 🙏 Acknowledgements
|
| 72 |
|
| 73 |
+
Special thanks to the developers of `janhq/Jan-v1-4B` for providing a strong open-source foundation.
|
|
|