Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms committed Feb 15, 2024
1 parent 3f3c393 commit 89bfc75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
* TextMesh Pro/
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
<br>

SynthiaGPT leverages the Hugging Face Transformers library to interact with a pre-trained GPT-2 model. It employs TensorFlow for model management and AutoTokenizer for efficient tokenization. The script enables users to input prompts interactively, generating text responses from the GPT-2 model. To improve the user experience, unnecessary warning messages related to the transformers library are effectively suppressed.
SynthiaGPT utilizes the Hugging Face Transformers library to seamlessly interact with a pre-trained GPT-2 model. Leveraging TensorFlow for efficient model management and AutoTokenizer for streamlined tokenization, this script empowers users to input prompts interactively and receive coherent text responses from the GPT-2 model. Additionally, the integration of the gemini library enhances the user experience by incorporating advanced generative capabilities. To ensure a smoother experience, unnecessary warning messages associated with the transformers library are effectively suppressed.

## Scripts:

Expand Down
1 change: 1 addition & 0 deletions Assets/Resources/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ pydub==0.25.1
beautifulsoup4==4.10.0
SpeechRecognition==3.10.1
pygame==2.5.2
google-generativeai==0.3.2

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pydub==0.25.1
beautifulsoup4==4.10.0
SpeechRecognition==3.10.1
pygame==2.5.2
google-generativeai==0.3.2
```
## How to Run:
```bash
Expand Down

0 comments on commit 89bfc75

Please sign in to comment.