Push model using huggingface_hub.
Browse files- 1_Pooling/config.json +10 -0
- README.md +233 -0
- config.json +29 -0
- config_sentence_transformers.json +10 -0
- config_setfit.json +4 -0
- model.safetensors +3 -0
- model_head.pkl +3 -0
- modules.json +14 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +66 -0
- vocab.txt +0 -0
1_Pooling/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"word_embedding_dimension": 768,
|
| 3 |
+
"pooling_mode_cls_token": false,
|
| 4 |
+
"pooling_mode_mean_tokens": true,
|
| 5 |
+
"pooling_mode_max_tokens": false,
|
| 6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
| 7 |
+
"pooling_mode_weightedmean_tokens": false,
|
| 8 |
+
"pooling_mode_lasttoken": false,
|
| 9 |
+
"include_prompt": true
|
| 10 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,233 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: mini1013/master_domain
|
| 3 |
+
library_name: setfit
|
| 4 |
+
metrics:
|
| 5 |
+
- metric
|
| 6 |
+
pipeline_tag: text-classification
|
| 7 |
+
tags:
|
| 8 |
+
- setfit
|
| 9 |
+
- sentence-transformers
|
| 10 |
+
- text-classification
|
| 11 |
+
- generated_from_setfit_trainer
|
| 12 |
+
widget:
|
| 13 |
+
- text: (시흥점)루이까또즈 여성 3단 반지갑 SP3HT03IV 아이보리_ONE SIZE 신세계프리미엄아울렛
|
| 14 |
+
- text: 닥스 악세서리 남성 22FW populet 로고패턴 소가죽 반지갑 WBWA2F729BK 정품(Best Quality)스토어
|
| 15 |
+
- text: '베노베로 (23FW) 알렉스 소프트 엠보 소가죽 미니중지갑 BJF1ACP1201K1-BS 블랙(선물아님) '
|
| 16 |
+
- text: '[갤러리아] [헤지스ACC] HIHO2F602G2 [LEENA] 그레이 배색 가죽 목걸이카드홀더(한화갤러리아㈜ 센터시티) 한화갤러리아(주)'
|
| 17 |
+
- text: '[롯데백화점]라코스테 24SS (여성) 데일리 라이프스타일 지퍼 반지갑 [NF4375D54G 000 YDP] 롯데백화점_'
|
| 18 |
+
inference: true
|
| 19 |
+
model-index:
|
| 20 |
+
- name: SetFit with mini1013/master_domain
|
| 21 |
+
results:
|
| 22 |
+
- task:
|
| 23 |
+
type: text-classification
|
| 24 |
+
name: Text Classification
|
| 25 |
+
dataset:
|
| 26 |
+
name: Unknown
|
| 27 |
+
type: unknown
|
| 28 |
+
split: test
|
| 29 |
+
metrics:
|
| 30 |
+
- type: metric
|
| 31 |
+
value: 0.7924514420247204
|
| 32 |
+
name: Metric
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
# SetFit with mini1013/master_domain
|
| 36 |
+
|
| 37 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [mini1013/master_domain](https://huggingface.co/mini1013/master_domain) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
|
| 38 |
+
|
| 39 |
+
The model has been trained using an efficient few-shot learning technique that involves:
|
| 40 |
+
|
| 41 |
+
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
| 42 |
+
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
| 43 |
+
|
| 44 |
+
## Model Details
|
| 45 |
+
|
| 46 |
+
### Model Description
|
| 47 |
+
- **Model Type:** SetFit
|
| 48 |
+
- **Sentence Transformer body:** [mini1013/master_domain](https://huggingface.co/mini1013/master_domain)
|
| 49 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
| 50 |
+
- **Maximum Sequence Length:** 512 tokens
|
| 51 |
+
- **Number of Classes:** 8 classes
|
| 52 |
+
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
|
| 53 |
+
<!-- - **Language:** Unknown -->
|
| 54 |
+
<!-- - **License:** Unknown -->
|
| 55 |
+
|
| 56 |
+
### Model Sources
|
| 57 |
+
|
| 58 |
+
- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
|
| 59 |
+
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
| 60 |
+
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
| 61 |
+
|
| 62 |
+
### Model Labels
|
| 63 |
+
| Label | Examples |
|
| 64 |
+
|:------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 65 |
+
| 6.0 | <ul><li>'해킹방지 카본 카드지갑 RFID 도난방지 자석오토지갑 블랙 화인트레이드'</li><li>'[라코스테](천안아산점)더 블렌드 포켓 오거나이저(NH4134L54GH45) 신세계백화점'</li><li>'닥스_핸드백 (선물포장)(DAKS X DISNEY) 미키마우스 가죽배색 체크 여성 카드 롯데백화점2관'</li></ul> |
|
| 66 |
+
| 1.0 | <ul><li>'이케아 KNOLIG 크뇔리그 동전지갑 소품 가방 주머니 참 인테리어 색상_옐로우 호랑이스토어5'</li><li>'레오파드 미니 동전지갑 캐리어파우치 폰토스(Pontos)'</li><li>'[비비안웨스트우드][비비안 웨스트우드] 조르단 더블 프레임 동전지갑 52020041 L001J N403(김해점) ONE SIZE 신세계백화점'</li></ul> |
|
| 67 |
+
| 5.0 | <ul><li>'BEANPOLE] 빈폴 ACC 스트랩 파우치/카드 SET 블랙/핑크(BE04A4W995) 블랙 메가 세일'</li><li>'지갑& 벨트01G1295Z8K외5종/피에르가르뎅_핸드백 01G1295Z8K 롯데쇼핑(주)'</li><li>'[빈폴 ACC] 스트랩 파우치/카드 SET 블랙 (BE04A4W995) 블랙_one size 윈아이'</li></ul> |
|
| 68 |
+
| 4.0 | <ul><li>'[헤지스ACC]HJHO3F332W2/[23FW] 브라운 로고패턴 가죽 키링 에이케이에스앤디 (주) AK인터넷쇼핑몰'</li><li>'[롯데백화점]닥스ACC [선물포장/쇼핑백동봉] 블랙 로고패턴 가죽 키링 DBHO4E138 롯데백화점_'</li><li>'[선물포장] HJHO3E281BK_남성 블랙 퍼피로고 체크배색 키링/헤지스ACC 롯데쇼핑(주)'</li></ul> |
|
| 69 |
+
| 0.0 | <ul><li>'타미힐피거 타미힐피거 남성반지갑 31TL22X046 블랙 네이비 네이비 SK스토아모바일'</li><li>'[선물포장] DBWA3F717W3 브라운 악어가죽/닥스ACC 롯데쇼핑(주)'</li><li>'[헤지스 액세서리] [24SS] HJWA4E906BK Online 한정판BASIC 블랙 솔리드 퍼피로고 소 XXX '</li></ul> |
|
| 70 |
+
| 3.0 | <ul><li>'여성반지갑 SL3AL04BL/루이까또즈 BLACK 롯데쇼핑(주)'</li><li>'MINI POCKET - BLACK 주식회사 이코컴퍼니'</li><li>'[롯데백화점]닥스ACC [선물포장/쇼핑백동봉]브라운 체크 가죽 핸드폰케이스 DCHO2F328W2 롯데백화점_'</li></ul> |
|
| 71 |
+
| 7.0 | <ul><li>'동지갑 베트남 환전 통장 여행 슬림 파우치 다낭 해외 지퍼 여권 03. 블랙 동쯔몰'</li><li>'도장 가방 인감 스탬프 케이스 수납 문서 보관 통장 V번 인감 수납가방 홍마켓(hong)'</li><li>'여행용 여권 파우치 목걸이 수납 휴대용 보호커버 블루 나이스쇼핑'</li></ul> |
|
| 72 |
+
| 2.0 | <ul><li>'[갤러리아] 8059461 MS CHASE GC9 B2871 ONE SIZE 한화갤러리아(주)'</li><li>'국내발송 MATIN KIM 마땡킴 GLOSSY CAMP WALLET IN WHITE MK2311WL001M0WH FREE 말로스'</li><li>'[헤지스](신세계본점)[HAZZYS ACC] [GOLDEN LANE] 블랙 로고패턴 소가죽 반지갑 HJWA1F562BK 주식회사 에스에스지닷컴'</li></ul> |
|
| 73 |
+
|
| 74 |
+
## Evaluation
|
| 75 |
+
|
| 76 |
+
### Metrics
|
| 77 |
+
| Label | Metric |
|
| 78 |
+
|:--------|:-------|
|
| 79 |
+
| **all** | 0.7925 |
|
| 80 |
+
|
| 81 |
+
## Uses
|
| 82 |
+
|
| 83 |
+
### Direct Use for Inference
|
| 84 |
+
|
| 85 |
+
First install the SetFit library:
|
| 86 |
+
|
| 87 |
+
```bash
|
| 88 |
+
pip install setfit
|
| 89 |
+
```
|
| 90 |
+
|
| 91 |
+
Then you can load this model and run inference.
|
| 92 |
+
|
| 93 |
+
```python
|
| 94 |
+
from setfit import SetFitModel
|
| 95 |
+
|
| 96 |
+
# Download from the 🤗 Hub
|
| 97 |
+
model = SetFitModel.from_pretrained("mini1013/master_cate_ac14")
|
| 98 |
+
# Run inference
|
| 99 |
+
preds = model("(시흥점)루이까또즈 여성 3단 반지갑 SP3HT03IV 아이보리_ONE SIZE 신세계프리미엄아울렛")
|
| 100 |
+
```
|
| 101 |
+
|
| 102 |
+
<!--
|
| 103 |
+
### Downstream Use
|
| 104 |
+
|
| 105 |
+
*List how someone could finetune this model on their own dataset.*
|
| 106 |
+
-->
|
| 107 |
+
|
| 108 |
+
<!--
|
| 109 |
+
### Out-of-Scope Use
|
| 110 |
+
|
| 111 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 112 |
+
-->
|
| 113 |
+
|
| 114 |
+
<!--
|
| 115 |
+
## Bias, Risks and Limitations
|
| 116 |
+
|
| 117 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
| 118 |
+
-->
|
| 119 |
+
|
| 120 |
+
<!--
|
| 121 |
+
### Recommendations
|
| 122 |
+
|
| 123 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
| 124 |
+
-->
|
| 125 |
+
|
| 126 |
+
## Training Details
|
| 127 |
+
|
| 128 |
+
### Training Set Metrics
|
| 129 |
+
| Training set | Min | Median | Max |
|
| 130 |
+
|:-------------|:----|:-------|:----|
|
| 131 |
+
| Word count | 3 | 9.21 | 19 |
|
| 132 |
+
|
| 133 |
+
| Label | Training Sample Count |
|
| 134 |
+
|:------|:----------------------|
|
| 135 |
+
| 0.0 | 50 |
|
| 136 |
+
| 1.0 | 50 |
|
| 137 |
+
| 2.0 | 50 |
|
| 138 |
+
| 3.0 | 50 |
|
| 139 |
+
| 4.0 | 50 |
|
| 140 |
+
| 5.0 | 50 |
|
| 141 |
+
| 6.0 | 50 |
|
| 142 |
+
| 7.0 | 50 |
|
| 143 |
+
|
| 144 |
+
### Training Hyperparameters
|
| 145 |
+
- batch_size: (512, 512)
|
| 146 |
+
- num_epochs: (20, 20)
|
| 147 |
+
- max_steps: -1
|
| 148 |
+
- sampling_strategy: oversampling
|
| 149 |
+
- num_iterations: 40
|
| 150 |
+
- body_learning_rate: (2e-05, 2e-05)
|
| 151 |
+
- head_learning_rate: 2e-05
|
| 152 |
+
- loss: CosineSimilarityLoss
|
| 153 |
+
- distance_metric: cosine_distance
|
| 154 |
+
- margin: 0.25
|
| 155 |
+
- end_to_end: False
|
| 156 |
+
- use_amp: False
|
| 157 |
+
- warmup_proportion: 0.1
|
| 158 |
+
- seed: 42
|
| 159 |
+
- eval_max_steps: -1
|
| 160 |
+
- load_best_model_at_end: False
|
| 161 |
+
|
| 162 |
+
### Training Results
|
| 163 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
| 164 |
+
|:-------:|:----:|:-------------:|:---------------:|
|
| 165 |
+
| 0.0159 | 1 | 0.3853 | - |
|
| 166 |
+
| 0.7937 | 50 | 0.2743 | - |
|
| 167 |
+
| 1.5873 | 100 | 0.1039 | - |
|
| 168 |
+
| 2.3810 | 150 | 0.0564 | - |
|
| 169 |
+
| 3.1746 | 200 | 0.0306 | - |
|
| 170 |
+
| 3.9683 | 250 | 0.0124 | - |
|
| 171 |
+
| 4.7619 | 300 | 0.0146 | - |
|
| 172 |
+
| 5.5556 | 350 | 0.0008 | - |
|
| 173 |
+
| 6.3492 | 400 | 0.0007 | - |
|
| 174 |
+
| 7.1429 | 450 | 0.0001 | - |
|
| 175 |
+
| 7.9365 | 500 | 0.0001 | - |
|
| 176 |
+
| 8.7302 | 550 | 0.0001 | - |
|
| 177 |
+
| 9.5238 | 600 | 0.0001 | - |
|
| 178 |
+
| 10.3175 | 650 | 0.0001 | - |
|
| 179 |
+
| 11.1111 | 700 | 0.0001 | - |
|
| 180 |
+
| 11.9048 | 750 | 0.0001 | - |
|
| 181 |
+
| 12.6984 | 800 | 0.0001 | - |
|
| 182 |
+
| 13.4921 | 850 | 0.0001 | - |
|
| 183 |
+
| 14.2857 | 900 | 0.0001 | - |
|
| 184 |
+
| 15.0794 | 950 | 0.0 | - |
|
| 185 |
+
| 15.8730 | 1000 | 0.0001 | - |
|
| 186 |
+
| 16.6667 | 1050 | 0.0 | - |
|
| 187 |
+
| 17.4603 | 1100 | 0.0 | - |
|
| 188 |
+
| 18.2540 | 1150 | 0.0 | - |
|
| 189 |
+
| 19.0476 | 1200 | 0.0 | - |
|
| 190 |
+
| 19.8413 | 1250 | 0.0 | - |
|
| 191 |
+
|
| 192 |
+
### Framework Versions
|
| 193 |
+
- Python: 3.10.12
|
| 194 |
+
- SetFit: 1.1.0.dev0
|
| 195 |
+
- Sentence Transformers: 3.1.1
|
| 196 |
+
- Transformers: 4.46.1
|
| 197 |
+
- PyTorch: 2.4.0+cu121
|
| 198 |
+
- Datasets: 2.20.0
|
| 199 |
+
- Tokenizers: 0.20.0
|
| 200 |
+
|
| 201 |
+
## Citation
|
| 202 |
+
|
| 203 |
+
### BibTeX
|
| 204 |
+
```bibtex
|
| 205 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
| 206 |
+
doi = {10.48550/ARXIV.2209.11055},
|
| 207 |
+
url = {https://arxiv.org/abs/2209.11055},
|
| 208 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
| 209 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
| 210 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
| 211 |
+
publisher = {arXiv},
|
| 212 |
+
year = {2022},
|
| 213 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
| 214 |
+
}
|
| 215 |
+
```
|
| 216 |
+
|
| 217 |
+
<!--
|
| 218 |
+
## Glossary
|
| 219 |
+
|
| 220 |
+
*Clearly define terms in order to be accessible across audiences.*
|
| 221 |
+
-->
|
| 222 |
+
|
| 223 |
+
<!--
|
| 224 |
+
## Model Card Authors
|
| 225 |
+
|
| 226 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 227 |
+
-->
|
| 228 |
+
|
| 229 |
+
<!--
|
| 230 |
+
## Model Card Contact
|
| 231 |
+
|
| 232 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 233 |
+
-->
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "mini1013/master_item_ac",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaModel"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"gradient_checkpointing": false,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 3072,
|
| 16 |
+
"layer_norm_eps": 1e-05,
|
| 17 |
+
"max_position_embeddings": 514,
|
| 18 |
+
"model_type": "roberta",
|
| 19 |
+
"num_attention_heads": 12,
|
| 20 |
+
"num_hidden_layers": 12,
|
| 21 |
+
"pad_token_id": 1,
|
| 22 |
+
"position_embedding_type": "absolute",
|
| 23 |
+
"tokenizer_class": "BertTokenizer",
|
| 24 |
+
"torch_dtype": "float32",
|
| 25 |
+
"transformers_version": "4.46.1",
|
| 26 |
+
"type_vocab_size": 1,
|
| 27 |
+
"use_cache": true,
|
| 28 |
+
"vocab_size": 32000
|
| 29 |
+
}
|
config_sentence_transformers.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__version__": {
|
| 3 |
+
"sentence_transformers": "3.1.1",
|
| 4 |
+
"transformers": "4.46.1",
|
| 5 |
+
"pytorch": "2.4.0+cu121"
|
| 6 |
+
},
|
| 7 |
+
"prompts": {},
|
| 8 |
+
"default_prompt_name": null,
|
| 9 |
+
"similarity_fn_name": null
|
| 10 |
+
}
|
config_setfit.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels": null,
|
| 3 |
+
"normalize_embeddings": false
|
| 4 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c64042b482fffada65f1aa1901942a492b4f352a20781b246a60ee4687f6acf
|
| 3 |
+
size 442494816
|
model_head.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbde64de8fd1005e8d42d2911ea129b5abacf84c2d3ff26387af3e9b93c414dc
|
| 3 |
+
size 50087
|
modules.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"idx": 0,
|
| 4 |
+
"name": "0",
|
| 5 |
+
"path": "",
|
| 6 |
+
"type": "sentence_transformers.models.Transformer"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"idx": 1,
|
| 10 |
+
"name": "1",
|
| 11 |
+
"path": "1_Pooling",
|
| 12 |
+
"type": "sentence_transformers.models.Pooling"
|
| 13 |
+
}
|
| 14 |
+
]
|
sentence_bert_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_seq_length": 512,
|
| 3 |
+
"do_lower_case": false
|
| 4 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "[CLS]",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"cls_token": {
|
| 10 |
+
"content": "[CLS]",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"eos_token": {
|
| 17 |
+
"content": "[SEP]",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"mask_token": {
|
| 24 |
+
"content": "[MASK]",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
},
|
| 30 |
+
"pad_token": {
|
| 31 |
+
"content": "[PAD]",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false
|
| 36 |
+
},
|
| 37 |
+
"sep_token": {
|
| 38 |
+
"content": "[SEP]",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false
|
| 43 |
+
},
|
| 44 |
+
"unk_token": {
|
| 45 |
+
"content": "[UNK]",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false
|
| 50 |
+
}
|
| 51 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "[CLS]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "[PAD]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "[SEP]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"3": {
|
| 28 |
+
"content": "[UNK]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"4": {
|
| 36 |
+
"content": "[MASK]",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"bos_token": "[CLS]",
|
| 45 |
+
"clean_up_tokenization_spaces": false,
|
| 46 |
+
"cls_token": "[CLS]",
|
| 47 |
+
"do_basic_tokenize": true,
|
| 48 |
+
"do_lower_case": false,
|
| 49 |
+
"eos_token": "[SEP]",
|
| 50 |
+
"mask_token": "[MASK]",
|
| 51 |
+
"max_length": 512,
|
| 52 |
+
"model_max_length": 512,
|
| 53 |
+
"never_split": null,
|
| 54 |
+
"pad_to_multiple_of": null,
|
| 55 |
+
"pad_token": "[PAD]",
|
| 56 |
+
"pad_token_type_id": 0,
|
| 57 |
+
"padding_side": "right",
|
| 58 |
+
"sep_token": "[SEP]",
|
| 59 |
+
"stride": 0,
|
| 60 |
+
"strip_accents": null,
|
| 61 |
+
"tokenize_chinese_chars": true,
|
| 62 |
+
"tokenizer_class": "BertTokenizer",
|
| 63 |
+
"truncation_side": "right",
|
| 64 |
+
"truncation_strategy": "longest_first",
|
| 65 |
+
"unk_token": "[UNK]"
|
| 66 |
+
}
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|