File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 6520
6520
"supports_multiple_generations" : false ,
6521
6521
"mod_time" : " 2024-08-29 13:35:37 +0000"
6522
6522
},
6523
- "generators.huggingface.ConversationalPipeline" : {
6524
- "description" : " Conversational text generation using HuggingFace pipelines" ,
6525
- "DEFAULT_PARAMS" : {
6526
- "max_tokens" : 150 ,
6527
- "temperature" : null ,
6528
- "top_k" : null ,
6529
- "context_len" : null ,
6530
- "hf_args" : {
6531
- "torch_dtype" : " float16" ,
6532
- "do_sample" : true ,
6533
- "device" : null
6534
- }
6535
- },
6536
- "active" : true ,
6537
- "generator_family_name" : " Hugging Face \ud83e\udd17 pipeline for conversations" ,
6538
- "modality" : {
6539
- "in" : [
6540
- " text"
6541
- ],
6542
- "out" : [
6543
- " text"
6544
- ]
6545
- },
6546
- "parallel_capable" : false ,
6547
- "supports_multiple_generations" : true ,
6548
- "mod_time" : " 2024-12-19 16:33:14 +0000"
6549
- },
6550
6523
"generators.huggingface.InferenceAPI" : {
6551
6524
"description" : " Get text generations from Hugging Face Inference API" ,
6552
6525
"DEFAULT_PARAMS" : {
You can’t perform that action at this time.
0 commit comments