HachiML commited on
Commit
31cdb25
1 Parent(s): f8dac98

Upload processor

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. preprocessor_config.json +8 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- license: apache-2.0
3
  base_model: HachiML/Mists-7B-v01-not-trained
 
4
  tags:
5
  - trl
6
  - sft
 
1
  ---
 
2
  base_model: HachiML/Mists-7B-v01-not-trained
3
+ license: apache-2.0
4
  tags:
5
  - trl
6
  - sft
preprocessor_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoFeatureExtractor": "HachiML/MOMENT-1-large-embedding-v0.1--feature_extraction_moment.MomentFeatureExtractor",
4
+ "AutoProcessor": "HachiML/Mists-7B-v01-not-trained--processing_mists.MistsProcessor"
5
+ },
6
+ "feature_extractor_type": "MomentFeatureExtractor",
7
+ "processor_class": "MistsProcessor"
8
+ }