updating-readme (#3)
Browse files- [DEV]: Updating README file. (c6c4280b5313153400ef3de9a6ccba72cd7db4bb)
README.md
CHANGED
|
@@ -11,13 +11,13 @@ tags:
|
|
| 11 |
license: "mit"
|
| 12 |
---
|
| 13 |
|
| 14 |
-
<p align="
|
| 15 |
<img src="https://github.com/faGH/fa.creative/blob/master/Icons/FrostAura/FA%20Logo/FrostAura.Logo.Complex.png?raw=true" width="75" title="hover text">
|
| 16 |
</p>
|
| 17 |
|
| 18 |
# fa.intelligence.models.generative.novels.fiction
|
| 19 |
## Description
|
| 20 |
-
This FrostAura Intelligence is a fine-tuned version of [EleutherAI/gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b) for fictional text content generation.
|
| 21 |
|
| 22 |
## Getting Started
|
| 23 |
### PIP Installation
|
|
@@ -47,8 +47,8 @@ gen_text = tokenizer.batch_decode(gen_tokens)[0]
|
|
| 47 |
print(f'Result: {gen_text}')
|
| 48 |
```
|
| 49 |
|
| 50 |
-
##
|
| 51 |
-
|
| 52 |
|
| 53 |
## Support
|
| 54 |
If you enjoy FrostAura open-source content and would like to support us in continuous delivery, please consider a donation via a platform of your choice.
|
|
|
|
| 11 |
license: "mit"
|
| 12 |
---
|
| 13 |
|
| 14 |
+
<p align="center">
|
| 15 |
<img src="https://github.com/faGH/fa.creative/blob/master/Icons/FrostAura/FA%20Logo/FrostAura.Logo.Complex.png?raw=true" width="75" title="hover text">
|
| 16 |
</p>
|
| 17 |
|
| 18 |
# fa.intelligence.models.generative.novels.fiction
|
| 19 |
## Description
|
| 20 |
+
This FrostAura Intelligence model is a fine-tuned version of [EleutherAI/gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b) for fictional text content generation.
|
| 21 |
|
| 22 |
## Getting Started
|
| 23 |
### PIP Installation
|
|
|
|
| 47 |
print(f'Result: {gen_text}')
|
| 48 |
```
|
| 49 |
|
| 50 |
+
## Further Fine-Tuning
|
| 51 |
+
`in development`
|
| 52 |
|
| 53 |
## Support
|
| 54 |
If you enjoy FrostAura open-source content and would like to support us in continuous delivery, please consider a donation via a platform of your choice.
|