@huggingface/tasks 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -549,7 +549,7 @@ interface ModelData {
549
549
  base_model_name?: string;
550
550
  task_type?: string;
551
551
  };
552
- tokenizer?: TokenizerConfig;
552
+ tokenizer_config?: TokenizerConfig;
553
553
  };
554
554
  /**
555
555
  * all the model tags
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@huggingface/tasks",
3
3
  "packageManager": "pnpm@8.10.5",
4
- "version": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "description": "List of ML tasks for huggingface.co/tasks",
6
6
  "repository": "https://github.com/huggingface/huggingface.js.git",
7
7
  "publishConfig": {
package/src/model-data.ts CHANGED
@@ -54,7 +54,7 @@ export interface ModelData {
54
54
  base_model_name?: string;
55
55
  task_type?: string;
56
56
  };
57
- tokenizer?: TokenizerConfig;
57
+ tokenizer_config?: TokenizerConfig;
58
58
  };
59
59
  /**
60
60
  * all the model tags