Maslionok commited on
Commit
3714c26
·
verified ·
1 Parent(s): 51f79b2

Upload Pipeline_One

Browse files
Files changed (1) hide show
  1. config.json +12 -14
config.json CHANGED
@@ -1,20 +1,18 @@
1
  {
2
- "_name_or_path": "Maslionok/pipeline1",
3
- "architectures": [
4
- "Floret"
5
- ],
6
- "num_labels": 3,
7
- "model_type": "floret",
8
  "custom_pipelines": {
9
- "language-detection-gleb": {
10
  "impl": "impresso_langident_wrapper.Pipeline_One",
11
- "pt": "AutoModelForSequenceClassification"
 
 
 
12
  }
13
  },
14
- "repo_id": "Maslionok/pipeline1",
15
- "flename": "LID-40-3-2000000-1-4.bin",
16
- "auto_map": {
17
- "AutoConfig": "configuration_stacked.ImpressoConfig",
18
- "AutoModelForSequenceClassification": "modeling_stacked.ExtendedMultitaskModelForTokenClassification"
19
- }
20
  }
 
1
  {
2
+ "_attn_implementation_autoset": true,
3
+ "auto_map": {
4
+ "AutoConfig": "configuration_stacked.ImpressoConfig"
5
+ },
 
 
6
  "custom_pipelines": {
7
+ "lang-ident": {
8
  "impl": "impresso_langident_wrapper.Pipeline_One",
9
+ "pt": [
10
+ "ExtendedMultitaskModelForTokenClassification"
11
+ ],
12
+ "tf": []
13
  }
14
  },
15
+ "filename": "LID-40-3-2000000-1-4.bin",
16
+ "model_type": "floret",
17
+ "transformers_version": "4.49.0"
 
 
 
18
  }