commit files to HF hub
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -8,7 +8,7 @@
|
|
8 |
"bos_token_id": 50256,
|
9 |
"custom_pipelines": {
|
10 |
"indri-tts": {
|
11 |
-
"impl": "tts_pipeline.IndriTTSPipeline",
|
12 |
"pt": [
|
13 |
"AutoModelForCausalLM"
|
14 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "11mlabs/indri-0.1-350m-tts",
|
3 |
"activation_function": "gelu",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
8 |
"bos_token_id": 50256,
|
9 |
"custom_pipelines": {
|
10 |
"indri-tts": {
|
11 |
+
"impl": "11mlabs/indri-0.1-350m-tts--tts_pipeline.IndriTTSPipeline",
|
12 |
"pt": [
|
13 |
"AutoModelForCausalLM"
|
14 |
],
|