-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
76 lines (76 loc) · 3.99 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<<<<<<< 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.",
"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"
}
}
=======
{
"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)
}