Push model using huggingface_hub.
Browse files- 1_Pooling/config.json +10 -0
- README.md +221 -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,221 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: mini1013/master_domain
|
| 3 |
+
library_name: setfit
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
+
pipeline_tag: text-classification
|
| 7 |
+
tags:
|
| 8 |
+
- setfit
|
| 9 |
+
- sentence-transformers
|
| 10 |
+
- text-classification
|
| 11 |
+
- generated_from_setfit_trainer
|
| 12 |
+
widget:
|
| 13 |
+
- text: '[NEW] 해서린 포어 멜팅 와이드 슈링코팩 4매 옵션없음 휴리빙'
|
| 14 |
+
- text: 썸바이미 레티놀 인텐스 리액티베이팅 마스크 22g [5매입] 옵션없음 (주)페렌벨
|
| 15 |
+
- text: 거즈 옵션없음 국왕컴퍼니
|
| 16 |
+
- text: 아이디 에이지 페이스핏 압박 타이트닝 석고 마스크 석고팩 1박스(4매) 옵션없음 주식회사 케이디와이코스메틱
|
| 17 |
+
- text: 골드 필 오프 마스크 1000g 금 고무팩 모델링 럭셔리 호텔 관리실 피부과 팩도구 옵션없음 뷰티렐라
|
| 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: accuracy
|
| 31 |
+
value: 0.6166365280289331
|
| 32 |
+
name: Accuracy
|
| 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 |
+
| 1.0 | <ul><li>'바이오던스 바이오 콜라겐 리얼 딥 마스크 4매 콜라겐마스크팩 저분자 블망몰'</li><li>'[무료배송] 바세린 시트마스크 팩 10매 2개 (Type 선택)[34514957] NS홈쇼핑'</li><li>'폴리머 수화겔 하이드로겔 마스크 팩세트 35gx4P 주식회사 에이에이앤티'</li></ul> |
|
| 66 |
+
| 6.0 | <ul><li>'네슈라 스킨후리 까만 참숯 코팩 48매(6팩) 블랙헤드 옵션없음 하프웨이'</li><li>'일소 코팩 네추럴 마일드 클리어 노우즈 팩 10매 옵션없음 아비스 몰'</li><li>'장영란 아기코세트 멜팅클리어패드 30매 + 모공앰플 30ml 옵션없음 세일러15'</li></ul> |
|
| 67 |
+
| 5.0 | <ul><li>'비플레인 녹두 포어 클레이 마스크 120ml 1개 옵션없음 주식회사 제이엔씨글로벌'</li><li>'코나피딜 그린박신 옵션없음 미솔피부관리실'</li><li>'브링그린 티트리 시카 포어 클레이 팩 120g 옵션없음 제이오션'</li></ul> |
|
| 68 |
+
| 4.0 | <ul><li>'메노킨 30초 퀵 버블 마스크_브라이트 옵션없음 주식회사 포레스트에비뉴'</li><li>'포에이엠 게솔자 여드름 수면 크림팩 좁쌀 화농성 청소년 성인 50ml 3개 구매하기 용가리형'</li><li>'[빌리프] 슈퍼나이츠 멀티 비타민 마스크 점보 배럴 에디션 120 mL 옵션없음 (주)엘지생활건강'</li></ul> |
|
| 69 |
+
| 7.0 | <ul><li>'1+1 리숨 280콜라겐 펩타이드 딥 팩 70g 명품보습 티원 바르는 콜라겐 72% 콜라겐팩 1개+스파츌라1개 주식회사 케이에스엠월드'</li><li>'쇼핑윈도 오그체 실면도팩 80g 솜털 제거 참숯 필오프팩 옵션없음 주식회사 네슈라화장품'</li><li>'메디필 레드락토 콜��겐 랩핑마스크 70ml 물광 리프팅 팩 옵션없음 웬디스룸'</li></ul> |
|
| 70 |
+
| 2.0 | <ul><li>'아비브 약산성 pH 시트 마스크 어성초 핏 5매 (+1매) (순한진정) 옵션없음 토토리즈'</li><li>'녹차 에센스 마스크팩 100매 네이처바이 대용량팩 녹차 에센스 마스크팩 100매 네이처바이 대용 생활꿀템컴퍼니'</li><li>'13 에어뮤즈 멜라이드 패치스탠다드 아이패치 야외 5매 옵션없음 네이비몰'</li></ul> |
|
| 71 |
+
| 3.0 | <ul><li>'린제이 프리미엄 쿨 티트리 모델링 마스크 고무팩 820g 1022286 옵션없음 굿데이'</li><li>'린제이 프리미엄 쿨 티트리 모델링 마스크 고무팩 820g 1021782 옵션없음 배스테인'</li><li>'데쌍브르 골드 필 오프 모델링팩 1kg 데쌍브르 골드 필 오프 모델링팩 1kg 마가렛스킨'</li></ul> |
|
| 72 |
+
| 0.0 | <ul><li>'마리꼬 인스턴트 수딩 마스크 50ml / 150ml 마마리꼬 인스턴트 수딩 마스크 150ml_마리꼬 튜브형 샘플 3ml (랜덤) 4개 오늘의뷰티'</li><li>'PPC 고주파크림 800ml 1+1 옵션없음 메르헨랩'</li><li>'태국 할아버지 오일 Siang Pure Oil chai 7ml 옵션없음 JOEUN C&C COMPANY LIMITED'</li></ul> |
|
| 73 |
+
|
| 74 |
+
## Evaluation
|
| 75 |
+
|
| 76 |
+
### Metrics
|
| 77 |
+
| Label | Accuracy |
|
| 78 |
+
|:--------|:---------|
|
| 79 |
+
| **all** | 0.6166 |
|
| 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_bt2_test")
|
| 98 |
+
# Run inference
|
| 99 |
+
preds = model("거즈 옵션없음 국왕컴퍼니")
|
| 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.7453 | 23 |
|
| 132 |
+
|
| 133 |
+
| Label | Training Sample Count |
|
| 134 |
+
|:------|:----------------------|
|
| 135 |
+
| 0.0 | 16 |
|
| 136 |
+
| 1.0 | 10 |
|
| 137 |
+
| 2.0 | 42 |
|
| 138 |
+
| 3.0 | 21 |
|
| 139 |
+
| 4.0 | 20 |
|
| 140 |
+
| 5.0 | 19 |
|
| 141 |
+
| 6.0 | 15 |
|
| 142 |
+
| 7.0 | 18 |
|
| 143 |
+
|
| 144 |
+
### Training Hyperparameters
|
| 145 |
+
- batch_size: (512, 512)
|
| 146 |
+
- num_epochs: (40, 40)
|
| 147 |
+
- max_steps: -1
|
| 148 |
+
- sampling_strategy: oversampling
|
| 149 |
+
- num_iterations: 50
|
| 150 |
+
- body_learning_rate: (2e-05, 1e-05)
|
| 151 |
+
- head_learning_rate: 0.01
|
| 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 |
+
- l2_weight: 0.01
|
| 159 |
+
- seed: 42
|
| 160 |
+
- eval_max_steps: -1
|
| 161 |
+
- load_best_model_at_end: False
|
| 162 |
+
|
| 163 |
+
### Training Results
|
| 164 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
| 165 |
+
|:------:|:----:|:-------------:|:---------------:|
|
| 166 |
+
| 0.0625 | 1 | 0.4744 | - |
|
| 167 |
+
| 3.125 | 50 | 0.2863 | - |
|
| 168 |
+
| 6.25 | 100 | 0.0186 | - |
|
| 169 |
+
| 9.375 | 150 | 0.0002 | - |
|
| 170 |
+
| 12.5 | 200 | 0.0001 | - |
|
| 171 |
+
| 15.625 | 250 | 0.0001 | - |
|
| 172 |
+
| 18.75 | 300 | 0.0001 | - |
|
| 173 |
+
| 21.875 | 350 | 0.0001 | - |
|
| 174 |
+
| 25.0 | 400 | 0.0001 | - |
|
| 175 |
+
| 28.125 | 450 | 0.0001 | - |
|
| 176 |
+
| 31.25 | 500 | 0.0001 | - |
|
| 177 |
+
| 34.375 | 550 | 0.0001 | - |
|
| 178 |
+
| 37.5 | 600 | 0.0 | - |
|
| 179 |
+
|
| 180 |
+
### Framework Versions
|
| 181 |
+
- Python: 3.10.12
|
| 182 |
+
- SetFit: 1.1.0
|
| 183 |
+
- Sentence Transformers: 3.3.1
|
| 184 |
+
- Transformers: 4.44.2
|
| 185 |
+
- PyTorch: 2.2.0a0+81ea7a4
|
| 186 |
+
- Datasets: 3.2.0
|
| 187 |
+
- Tokenizers: 0.19.1
|
| 188 |
+
|
| 189 |
+
## Citation
|
| 190 |
+
|
| 191 |
+
### BibTeX
|
| 192 |
+
```bibtex
|
| 193 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
| 194 |
+
doi = {10.48550/ARXIV.2209.11055},
|
| 195 |
+
url = {https://arxiv.org/abs/2209.11055},
|
| 196 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
| 197 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
| 198 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
| 199 |
+
publisher = {arXiv},
|
| 200 |
+
year = {2022},
|
| 201 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
| 202 |
+
}
|
| 203 |
+
```
|
| 204 |
+
|
| 205 |
+
<!--
|
| 206 |
+
## Glossary
|
| 207 |
+
|
| 208 |
+
*Clearly define terms in order to be accessible across audiences.*
|
| 209 |
+
-->
|
| 210 |
+
|
| 211 |
+
<!--
|
| 212 |
+
## Model Card Authors
|
| 213 |
+
|
| 214 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 215 |
+
-->
|
| 216 |
+
|
| 217 |
+
<!--
|
| 218 |
+
## Model Card Contact
|
| 219 |
+
|
| 220 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 221 |
+
-->
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "mini1013/master_item_bt_test",
|
| 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.44.2",
|
| 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.3.1",
|
| 4 |
+
"transformers": "4.44.2",
|
| 5 |
+
"pytorch": "2.2.0a0+81ea7a4"
|
| 6 |
+
},
|
| 7 |
+
"prompts": {},
|
| 8 |
+
"default_prompt_name": null,
|
| 9 |
+
"similarity_fn_name": "cosine"
|
| 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:b88680dddbd1b2f1ec9d045fbf92ee82e9f890232dd9ded74cc03db3f091177c
|
| 3 |
+
size 442494816
|
model_head.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ef017c9f2e1de68043e92b5cc9d6e9fa9f0ff2296f3b161ecea5b939999e1ef
|
| 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
|
|
|