Skip to content

Commit

Permalink
Detect invalid content (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed May 31, 2024
1 parent 4aa2a96 commit b051d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -5710,7 +5710,8 @@ view.ModelFactoryService = class {
{ name: 'Trace Event data', tags: ['[].pid', '[].ph'] },
{ name: 'Diffusers configuration', tags: ['_class_name', '_diffusers_version'] },
{ name: 'Transformers configuration', tags: ['architectures', 'model_type'] }, // https://huggingface.co/docs/transformers/en/create_a_model
{ name: 'Transformers configuration', tags: ['transformers_version'] },
{ name: 'Transformers generation configuration', tags: ['transformers_version'] },
{ name: 'Transformers tokenizer configuration', tags: ['tokenizer_class'] },
{ name: 'Kaggle credentials', tags: ['username','key'] }
];
const match = (obj, tag) => {
Expand Down

0 comments on commit b051d35

Please sign in to comment.