Skip to content

Commit

Permalink
Revert "..."
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms authored Feb 14, 2024
1 parent a7b1f4b commit 57185ba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 144 deletions.
40 changes: 0 additions & 40 deletions config.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<<<<<<< HEAD
<<<<<<< HEAD
[Config]
AppName = CursedGPT
Description = CursedGPT 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.
Expand All @@ -17,41 +15,3 @@ TransformerScript = transformer.py
TextToSpeechScript = transformer-t2s.py
SpeechToTextToSpeechScript = transformer-s2t2s.py
WebcamScript = transformer-webcam.py
=======
[Config]
AppName = CursedGPT
Description = CursedGPT 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.

[ProjectStructure]
MainScript = main.py
TransformerScript = scripts/transformer.py
Transformer-t2s-Script = scripts/transformer-t2s.py
Transformer-s2t2s-Script = scripts/transformer-s2t2s.py
Transforemer-WebcamScript = scripts/transformer-WebcamScript.py
AppScript = app.py

[Scripts]
TransformerScript = transformer.py
TextToSpeechScript = transformer-t2s.py
SpeechToTextToSpeechScript = transformer-s2t2s.py
WebcamScript = transformer-webcam.py
>>>>>>> parent of f3be308 (Merge pull request #2 from SynthWomb/_dev)
=======
[Config]
AppName = CursedGPT
Description = CursedGPT 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.

[ProjectStructure]
MainScript = main.py
TransformerScript = scripts/transformer.py
Transformer-t2s-Script = scripts/transformer-t2s.py
Transformer-s2t2s-Script = scripts/transformer-s2t2s.py
Transforemer-WebcamScript = scripts/transformer-WebcamScript.py
AppScript = app.py

[Scripts]
TransformerScript = transformer.py
TextToSpeechScript = transformer-t2s.py
SpeechToTextToSpeechScript = transformer-s2t2s.py
WebcamScript = transformer-webcam.py
>>>>>>> parent of f3be308 (Merge pull request #2 from SynthWomb/_dev)
52 changes: 0 additions & 52 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<<<<<<< HEAD
<<<<<<< HEAD
{
"Config": {
"AppName": "CursedGPT",
Expand All @@ -23,54 +21,4 @@
"AppScript": "app.py"
}
}
=======
{
"Config": {
"AppName": "CursedGPT",
"Description": "CursedGPT 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.",
"ProjectStructure": {
"MainScript": "main.py",
"TransformerScript": "scripts/transformer.py",
"Transformer-t2s-Script": "scripts/transformer-t2s.py",
"Transformer-s2t2s-Script": "scripts/transformer-s2t2s.py",
"Transforemer-WebcamScript": "scripts/transformer-WebcamScript.py",
"DependenciesScript": "scripts/install-dependencies.py",
"AppScript": "app.py"
},
"Scripts": {
"MainScript": "main.py",
"TransformerScript": "scripts/transformer.py",
"Transformer-t2s-Script": "scripts/transformer-t2s.py",
"Transformer-s2t2s-Script": "scripts/transformer-s2t2s.py",
"Transforemer-WebcamScript": "scripts/transformer-WebcamScript.py",
"DependenciesScript": "scripts/install-dependencies.py",
"AppScript": "app.py"
}
}
>>>>>>> parent of f3be308 (Merge pull request #2 from SynthWomb/_dev)
=======
{
"Config": {
"AppName": "CursedGPT",
"Description": "CursedGPT 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.",
"ProjectStructure": {
"MainScript": "main.py",
"TransformerScript": "scripts/transformer.py",
"Transformer-t2s-Script": "scripts/transformer-t2s.py",
"Transformer-s2t2s-Script": "scripts/transformer-s2t2s.py",
"Transforemer-WebcamScript": "scripts/transformer-WebcamScript.py",
"DependenciesScript": "scripts/install-dependencies.py",
"AppScript": "app.py"
},
"Scripts": {
"MainScript": "main.py",
"TransformerScript": "scripts/transformer.py",
"Transformer-t2s-Script": "scripts/transformer-t2s.py",
"Transformer-s2t2s-Script": "scripts/transformer-s2t2s.py",
"Transforemer-WebcamScript": "scripts/transformer-WebcamScript.py",
"DependenciesScript": "scripts/install-dependencies.py",
"AppScript": "app.py"
}
}
>>>>>>> parent of f3be308 (Merge pull request #2 from SynthWomb/_dev)
}
52 changes: 0 additions & 52 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<<<<<<< HEAD
<<<<<<< HEAD
<Config>
<AppName>CursedGPT</AppName>
<Description>
Expand All @@ -23,53 +21,3 @@
<WebcamScript>transformer-webcam.py</WebcamScript>
</Scripts>
</Config>
=======
<Config>
<AppName>CursedGPT</AppName>
<Description>
CursedGPT 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.
</Description>
<ProjectStructure>
<MainScript>main.py</MainScript>
<TransformerScript>scripts/transformer.py</TransformerScript>
<Transformer-t2s-Script>scripts/transformer-t2s.py</Transformer-t2s-Script>
<Transformer-s2t2s-Script>scripts/transformer-s2t2s.py</Transformer-s2t2s-Script>
<Transforemer-WebcamScript>scripts/transformer-WebcamScript.py</Transforemer-WebcamScript>
<AppScript>app.py</AppScript>
</ProjectStructure>
<Scripts>
<TransformerScript>transformer.py</TransformerScript>
<TextToSpeechScript>transformer-t2s.py</TextToSpeechScript>
<SpeechToTextToSpeechScript>transformer-s2t2s.py</SpeechToTextToSpeechScript>
<WebcamScript>transformer-webcam.py</WebcamScript>
</Scripts>
</Config>
>>>>>>> parent of f3be308 (Merge pull request #2 from SynthWomb/_dev)
=======
<Config>
<AppName>CursedGPT</AppName>
<Description>
CursedGPT 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.
</Description>
<ProjectStructure>
<MainScript>main.py</MainScript>
<TransformerScript>scripts/transformer.py</TransformerScript>
<Transformer-t2s-Script>scripts/transformer-t2s.py</Transformer-t2s-Script>
<Transformer-s2t2s-Script>scripts/transformer-s2t2s.py</Transformer-s2t2s-Script>
<Transforemer-WebcamScript>scripts/transformer-WebcamScript.py</Transforemer-WebcamScript>
<AppScript>app.py</AppScript>
</ProjectStructure>
<Scripts>
<TransformerScript>transformer.py</TransformerScript>
<TextToSpeechScript>transformer-t2s.py</TextToSpeechScript>
<SpeechToTextToSpeechScript>transformer-s2t2s.py</SpeechToTextToSpeechScript>
<WebcamScript>transformer-webcam.py</WebcamScript>
</Scripts>
</Config>
>>>>>>> parent of f3be308 (Merge pull request #2 from SynthWomb/_dev)

0 comments on commit 57185ba

Please sign in to comment.