-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 856 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 856 Bytes
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
{
"name": "coderevolutionplugins/gpt-3-encoder-php",
"description": "PHP BPE Text Encoder/Decoder for GPT-2 / GPT-3",
"keywords": [
"php",
"encoder",
"decoder",
"gpt-2",
"gpt-2-simple",
"gpt-3",
"gpt-3-prompts",
"gpt-2-text-generation",
"gpt-3-text-generation",
"gpt-3-prompt",
"gpt-3-tokenizer",
"gpt-2-tokenizer",
"gpt3-encoder",
"gpt3-decoder"
],
"license": "MIT",
"authors": [
{
"name": "CodeRevolution",
"homepage": "https://coderevolution.ro/"
}
],
"require": {
"php": ">=5.6"
},
"support": {
"issues": "https://github.com/CodeRevolutionPlugins/GPT-3-Encoder-PHP/issues",
"wiki": "https://github.com/CodeRevolutionPlugins/GPT-3-Encoder-PHP/wiki",
"source": "https://github.com/CodeRevolutionPlugins/GPT-3-Encoder-PHP"
}
}