Add new SentenceTransformer model.
Browse files- 1_Pooling/config.json +10 -0
- README.md +567 -0
- added_tokens.json +3 -0
- bpe.codes +0 -0
- config.json +28 -0
- config_sentence_transformers.json +10 -0
- model.safetensors +3 -0
- modules.json +14 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer_config.json +54 -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,567 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: vinai/phobert-base-v2
|
3 |
+
datasets: []
|
4 |
+
language: []
|
5 |
+
library_name: sentence-transformers
|
6 |
+
metrics:
|
7 |
+
- pearson_cosine
|
8 |
+
- spearman_cosine
|
9 |
+
- pearson_manhattan
|
10 |
+
- spearman_manhattan
|
11 |
+
- pearson_euclidean
|
12 |
+
- spearman_euclidean
|
13 |
+
- pearson_dot
|
14 |
+
- spearman_dot
|
15 |
+
- pearson_max
|
16 |
+
- spearman_max
|
17 |
+
pipeline_tag: sentence-similarity
|
18 |
+
tags:
|
19 |
+
- sentence-transformers
|
20 |
+
- sentence-similarity
|
21 |
+
- feature-extraction
|
22 |
+
- generated_from_trainer
|
23 |
+
- dataset_size:102178
|
24 |
+
- loss:TripletLoss
|
25 |
+
widget:
|
26 |
+
- source_sentence: Bàn cho thấy các thiết_kế và sản_xuất kiến_thức cần_thiết để thực_hiện
|
27 |
+
nhiều quyết_định thông_báo hơn .
|
28 |
+
sentences:
|
29 |
+
- Nixon quyết_định rằng hồ chí minh có_thể ở lại miền nam Việt_Nam .
|
30 |
+
- Không có gì cần_thiết để đưa ra một quyết_định thông_tin .
|
31 |
+
- Bảng Hiển_thị thiết_kế và sản_xuất thông_tin cần_thiết để đưa ra quyết_định .
|
32 |
+
- source_sentence: 95 gói nước_tiểu miễn_phí trong túi của họ .
|
33 |
+
sentences:
|
34 |
+
- Tây_ban nha trượt từ vị_trí quyền_lực của họ .
|
35 |
+
- Đội đã bước vào phòng thí_nghiệm mang theo tổng_cộng 99 đơn_vị trong_sạch , thử_nghiệm
|
36 |
+
thân_thiện .
|
37 |
+
- Túi được yêu_cầu cho nhà toàn_bộ 95 đơn_vị phục_vụ trong_sạch nước_tiểu giữa các
|
38 |
+
nhà cung_cấp các sản_phẩm .
|
39 |
+
- source_sentence: Tuyển một chiếc xe rất đắt tiền , và những gì có để xem_thường
|
40 |
+
là gần những con đường chính .
|
41 |
+
sentences:
|
42 |
+
- Thuê một chiếc xe rất rẻ nhưng có_thể không đáng_giá_như những cảnh_sát ở xa con
|
43 |
+
đường .
|
44 |
+
- Có một nhà_thờ hình_tròn ở orangerie ở Paris .
|
45 |
+
- Thuê một chiếc xe đến với chi_phí lớn và hầu_hết các điểm đến đều gần đường .
|
46 |
+
- source_sentence: Người da đen là 12 phần_trăm dân_số .
|
47 |
+
sentences:
|
48 |
+
- Người da đen tạo ra 50 % tổng_số dân_số .
|
49 |
+
- Người Mỹ Châu_Phi là một nhóm_thiểu_số .
|
50 |
+
- Tôi đoán là barney fife .
|
51 |
+
- source_sentence: Báo đen đã editorialized chống lại những cuộc viếng_thăm của farrakhan
|
52 |
+
với các nhà độc_tài châu phi .
|
53 |
+
sentences:
|
54 |
+
- Báo đen đã viết về quá_khứ của farrakhan .
|
55 |
+
- Khi bạn đi đến radda , bạn nên kiểm_tra piccolo bảo del chianti .
|
56 |
+
- Báo đen từ_chối yểm_trợ cho farrakhan .
|
57 |
+
model-index:
|
58 |
+
- name: SentenceTransformer based on vinai/phobert-base-v2
|
59 |
+
results:
|
60 |
+
- task:
|
61 |
+
type: semantic-similarity
|
62 |
+
name: Semantic Similarity
|
63 |
+
dataset:
|
64 |
+
name: sts dev
|
65 |
+
type: sts-dev
|
66 |
+
metrics:
|
67 |
+
- type: pearson_cosine
|
68 |
+
value: 0.42030854811305457
|
69 |
+
name: Pearson Cosine
|
70 |
+
- type: spearman_cosine
|
71 |
+
value: 0.5147968030818376
|
72 |
+
name: Spearman Cosine
|
73 |
+
- type: pearson_manhattan
|
74 |
+
value: 0.5605026901702432
|
75 |
+
name: Pearson Manhattan
|
76 |
+
- type: spearman_manhattan
|
77 |
+
value: 0.5792048311109484
|
78 |
+
name: Spearman Manhattan
|
79 |
+
- type: pearson_euclidean
|
80 |
+
value: 0.4710386131519505
|
81 |
+
name: Pearson Euclidean
|
82 |
+
- type: spearman_euclidean
|
83 |
+
value: 0.5087153254455983
|
84 |
+
name: Spearman Euclidean
|
85 |
+
- type: pearson_dot
|
86 |
+
value: 0.3923969498466928
|
87 |
+
name: Pearson Dot
|
88 |
+
- type: spearman_dot
|
89 |
+
value: 0.4338097270757405
|
90 |
+
name: Spearman Dot
|
91 |
+
- type: pearson_max
|
92 |
+
value: 0.5605026901702432
|
93 |
+
name: Pearson Max
|
94 |
+
- type: spearman_max
|
95 |
+
value: 0.5792048311109484
|
96 |
+
name: Spearman Max
|
97 |
+
---
|
98 |
+
|
99 |
+
# SentenceTransformer based on vinai/phobert-base-v2
|
100 |
+
|
101 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [vinai/phobert-base-v2](https://huggingface.co/vinai/phobert-base-v2). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
102 |
+
|
103 |
+
## Model Details
|
104 |
+
|
105 |
+
### Model Description
|
106 |
+
- **Model Type:** Sentence Transformer
|
107 |
+
- **Base model:** [vinai/phobert-base-v2](https://huggingface.co/vinai/phobert-base-v2) <!-- at revision 2b51e367d92093c9688112098510e6a58bab67cd -->
|
108 |
+
- **Maximum Sequence Length:** 512 tokens
|
109 |
+
- **Output Dimensionality:** 768 tokens
|
110 |
+
- **Similarity Function:** Cosine Similarity
|
111 |
+
<!-- - **Training Dataset:** Unknown -->
|
112 |
+
<!-- - **Language:** Unknown -->
|
113 |
+
<!-- - **License:** Unknown -->
|
114 |
+
|
115 |
+
### Model Sources
|
116 |
+
|
117 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
118 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
119 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
120 |
+
|
121 |
+
### Full Model Architecture
|
122 |
+
|
123 |
+
```
|
124 |
+
SentenceTransformer(
|
125 |
+
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: RobertaModel
|
126 |
+
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
127 |
+
)
|
128 |
+
```
|
129 |
+
|
130 |
+
## Usage
|
131 |
+
|
132 |
+
### Direct Usage (Sentence Transformers)
|
133 |
+
|
134 |
+
First install the Sentence Transformers library:
|
135 |
+
|
136 |
+
```bash
|
137 |
+
pip install -U sentence-transformers
|
138 |
+
```
|
139 |
+
|
140 |
+
Then you can load this model and run inference.
|
141 |
+
```python
|
142 |
+
from sentence_transformers import SentenceTransformer
|
143 |
+
|
144 |
+
# Download from the 🤗 Hub
|
145 |
+
model = SentenceTransformer("huudan123/stage1")
|
146 |
+
# Run inference
|
147 |
+
sentences = [
|
148 |
+
'Báo đen đã editorialized chống lại những cuộc viếng_thăm của farrakhan với các nhà độc_tài châu phi .',
|
149 |
+
'Báo đen đã viết về quá_khứ của farrakhan .',
|
150 |
+
'Báo đen từ_chối yểm_trợ cho farrakhan .',
|
151 |
+
]
|
152 |
+
embeddings = model.encode(sentences)
|
153 |
+
print(embeddings.shape)
|
154 |
+
# [3, 768]
|
155 |
+
|
156 |
+
# Get the similarity scores for the embeddings
|
157 |
+
similarities = model.similarity(embeddings, embeddings)
|
158 |
+
print(similarities.shape)
|
159 |
+
# [3, 3]
|
160 |
+
```
|
161 |
+
|
162 |
+
<!--
|
163 |
+
### Direct Usage (Transformers)
|
164 |
+
|
165 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
166 |
+
|
167 |
+
</details>
|
168 |
+
-->
|
169 |
+
|
170 |
+
<!--
|
171 |
+
### Downstream Usage (Sentence Transformers)
|
172 |
+
|
173 |
+
You can finetune this model on your own dataset.
|
174 |
+
|
175 |
+
<details><summary>Click to expand</summary>
|
176 |
+
|
177 |
+
</details>
|
178 |
+
-->
|
179 |
+
|
180 |
+
<!--
|
181 |
+
### Out-of-Scope Use
|
182 |
+
|
183 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
184 |
+
-->
|
185 |
+
|
186 |
+
## Evaluation
|
187 |
+
|
188 |
+
### Metrics
|
189 |
+
|
190 |
+
#### Semantic Similarity
|
191 |
+
* Dataset: `sts-dev`
|
192 |
+
* Evaluated with [<code>EmbeddingSimilarityEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.EmbeddingSimilarityEvaluator)
|
193 |
+
|
194 |
+
| Metric | Value |
|
195 |
+
|:--------------------|:-----------|
|
196 |
+
| pearson_cosine | 0.4203 |
|
197 |
+
| **spearman_cosine** | **0.5148** |
|
198 |
+
| pearson_manhattan | 0.5605 |
|
199 |
+
| spearman_manhattan | 0.5792 |
|
200 |
+
| pearson_euclidean | 0.471 |
|
201 |
+
| spearman_euclidean | 0.5087 |
|
202 |
+
| pearson_dot | 0.3924 |
|
203 |
+
| spearman_dot | 0.4338 |
|
204 |
+
| pearson_max | 0.5605 |
|
205 |
+
| spearman_max | 0.5792 |
|
206 |
+
|
207 |
+
<!--
|
208 |
+
## Bias, Risks and Limitations
|
209 |
+
|
210 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
211 |
+
-->
|
212 |
+
|
213 |
+
<!--
|
214 |
+
### Recommendations
|
215 |
+
|
216 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
217 |
+
-->
|
218 |
+
|
219 |
+
## Training Details
|
220 |
+
|
221 |
+
### Training Dataset
|
222 |
+
|
223 |
+
#### Unnamed Dataset
|
224 |
+
|
225 |
+
|
226 |
+
* Size: 102,178 training samples
|
227 |
+
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
228 |
+
* Approximate statistics based on the first 1000 samples:
|
229 |
+
| | anchor | positive | negative |
|
230 |
+
|:--------|:-----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
|
231 |
+
| type | string | string | string |
|
232 |
+
| details | <ul><li>min: 4 tokens</li><li>mean: 27.28 tokens</li><li>max: 147 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 14.99 tokens</li><li>max: 44 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 14.34 tokens</li><li>max: 34 tokens</li></ul> |
|
233 |
+
* Samples:
|
234 |
+
| anchor | positive | negative |
|
235 |
+
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------|
|
236 |
+
| <code>Tem đầy màu_sắc của madeira , cũng như tiền xu , ghi_chép ngân_hàng , và các mặt_hàng khác như bưu_thiếp là mối quan_tâm đến nhiều nhà sưu_tập .</code> | <code>Các nhà sưu_tập sẽ thích ghé thăm madeira bởi_vì những phân_chia lớn của tem , ghi_chép ngân_hàng , bưu_thiếp , và nhiều mặt_hàng khác họ có_thể đọc được .</code> | <code>Mọi người quan_tâm đến việc bắt_đầu bộ sưu_tập mới nên thoát madeira và đi du_lịch phía bắc , nơi họ có khả_năng tìm thấy các cửa_hàng tốt .</code> |
|
237 |
+
| <code>Cẩn_thận đấy , ông inglethorp . Poirot bị bồn_chồn .</code> | <code>Hãy chăm_sóc ông inglethorp .</code> | <code>Không cần phải cẩn_thận với anh ta .</code> |
|
238 |
+
| <code>Phải có một_chút hoài_nghi về trải nghiệm cá_nhân của sperling với trò_chơi .</code> | <code>Hãy suy_nghĩ về những tác_động khi nhìn vào kinh_nghiệm của anh ấy .</code> | <code>Một người có_thể lấy trải nghiệm cá_nhân của sperling với giá_trị mặt .</code> |
|
239 |
+
* Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
|
240 |
+
```json
|
241 |
+
{
|
242 |
+
"distance_metric": "TripletDistanceMetric.EUCLIDEAN",
|
243 |
+
"triplet_margin": 5
|
244 |
+
}
|
245 |
+
```
|
246 |
+
|
247 |
+
### Evaluation Dataset
|
248 |
+
|
249 |
+
#### Unnamed Dataset
|
250 |
+
|
251 |
+
|
252 |
+
* Size: 12,772 evaluation samples
|
253 |
+
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
254 |
+
* Approximate statistics based on the first 1000 samples:
|
255 |
+
| | anchor | positive | negative |
|
256 |
+
|:--------|:-----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|
|
257 |
+
| type | string | string | string |
|
258 |
+
| details | <ul><li>min: 4 tokens</li><li>mean: 27.81 tokens</li><li>max: 164 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 14.94 tokens</li><li>max: 42 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 14.4 tokens</li><li>max: 39 tokens</li></ul> |
|
259 |
+
* Samples:
|
260 |
+
| anchor | positive | negative |
|
261 |
+
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------|
|
262 |
+
| <code>Tình_yêu , anh có muốn em trở_thành kassandra lubbock của anh không ?</code> | <code>Tôi có_thể là kassandra lubbock của anh .</code> | <code>Tôi từ_chối trở_thành kassandra lubbock của anh .</code> |
|
263 |
+
| <code>Ví_dụ , trong mùa thu năm 1997 , ủy ban điều_trị hạt_nhân ( nrc ) văn_phòng thanh_tra tướng liệu nrc để có được quan_điểm của họ trên văn_hóa an_toàn của đại_lý .</code> | <code>Nhân_viên nrc đã được hỏi về quan_điểm của họ trên văn_hóa an_toàn của đại_lý .</code> | <code>Các nhân_viên không bao_giờ quan_sát về quan_điểm của họ về văn_hóa an_toàn của đại_lý trong mùa thu năm 1997 .</code> |
|
264 |
+
| <code>Mỗi năm kem của trẻ nghệ và comedic tài_năng làm cho nó đường đến edinburgh , và fringe đã lớn lên trong việc huấn_luyện lớn nhất trong khung_cảnh lớn nhất cho các diễn_viên phát_triển trên thế_giới .</code> | <code>Tài_năng mới đến edinburgh .</code> | <code>Tài_năng mới đến dublin .</code> |
|
265 |
+
* Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
|
266 |
+
```json
|
267 |
+
{
|
268 |
+
"distance_metric": "TripletDistanceMetric.EUCLIDEAN",
|
269 |
+
"triplet_margin": 5
|
270 |
+
}
|
271 |
+
```
|
272 |
+
|
273 |
+
### Training Hyperparameters
|
274 |
+
#### Non-Default Hyperparameters
|
275 |
+
|
276 |
+
- `overwrite_output_dir`: True
|
277 |
+
- `eval_strategy`: epoch
|
278 |
+
- `per_device_train_batch_size`: 128
|
279 |
+
- `per_device_eval_batch_size`: 128
|
280 |
+
- `num_train_epochs`: 20
|
281 |
+
- `lr_scheduler_type`: cosine
|
282 |
+
- `warmup_ratio`: 0.05
|
283 |
+
- `fp16`: True
|
284 |
+
- `load_best_model_at_end`: True
|
285 |
+
- `gradient_checkpointing`: True
|
286 |
+
|
287 |
+
#### All Hyperparameters
|
288 |
+
<details><summary>Click to expand</summary>
|
289 |
+
|
290 |
+
- `overwrite_output_dir`: True
|
291 |
+
- `do_predict`: False
|
292 |
+
- `eval_strategy`: epoch
|
293 |
+
- `prediction_loss_only`: True
|
294 |
+
- `per_device_train_batch_size`: 128
|
295 |
+
- `per_device_eval_batch_size`: 128
|
296 |
+
- `per_gpu_train_batch_size`: None
|
297 |
+
- `per_gpu_eval_batch_size`: None
|
298 |
+
- `gradient_accumulation_steps`: 1
|
299 |
+
- `eval_accumulation_steps`: None
|
300 |
+
- `learning_rate`: 5e-05
|
301 |
+
- `weight_decay`: 0.0
|
302 |
+
- `adam_beta1`: 0.9
|
303 |
+
- `adam_beta2`: 0.999
|
304 |
+
- `adam_epsilon`: 1e-08
|
305 |
+
- `max_grad_norm`: 1.0
|
306 |
+
- `num_train_epochs`: 20
|
307 |
+
- `max_steps`: -1
|
308 |
+
- `lr_scheduler_type`: cosine
|
309 |
+
- `lr_scheduler_kwargs`: {}
|
310 |
+
- `warmup_ratio`: 0.05
|
311 |
+
- `warmup_steps`: 0
|
312 |
+
- `log_level`: passive
|
313 |
+
- `log_level_replica`: warning
|
314 |
+
- `log_on_each_node`: True
|
315 |
+
- `logging_nan_inf_filter`: True
|
316 |
+
- `save_safetensors`: True
|
317 |
+
- `save_on_each_node`: False
|
318 |
+
- `save_only_model`: False
|
319 |
+
- `restore_callback_states_from_checkpoint`: False
|
320 |
+
- `no_cuda`: False
|
321 |
+
- `use_cpu`: False
|
322 |
+
- `use_mps_device`: False
|
323 |
+
- `seed`: 42
|
324 |
+
- `data_seed`: None
|
325 |
+
- `jit_mode_eval`: False
|
326 |
+
- `use_ipex`: False
|
327 |
+
- `bf16`: False
|
328 |
+
- `fp16`: True
|
329 |
+
- `fp16_opt_level`: O1
|
330 |
+
- `half_precision_backend`: auto
|
331 |
+
- `bf16_full_eval`: False
|
332 |
+
- `fp16_full_eval`: False
|
333 |
+
- `tf32`: None
|
334 |
+
- `local_rank`: 0
|
335 |
+
- `ddp_backend`: None
|
336 |
+
- `tpu_num_cores`: None
|
337 |
+
- `tpu_metrics_debug`: False
|
338 |
+
- `debug`: []
|
339 |
+
- `dataloader_drop_last`: False
|
340 |
+
- `dataloader_num_workers`: 0
|
341 |
+
- `dataloader_prefetch_factor`: None
|
342 |
+
- `past_index`: -1
|
343 |
+
- `disable_tqdm`: False
|
344 |
+
- `remove_unused_columns`: True
|
345 |
+
- `label_names`: None
|
346 |
+
- `load_best_model_at_end`: True
|
347 |
+
- `ignore_data_skip`: False
|
348 |
+
- `fsdp`: []
|
349 |
+
- `fsdp_min_num_params`: 0
|
350 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
351 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
352 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
353 |
+
- `deepspeed`: None
|
354 |
+
- `label_smoothing_factor`: 0.0
|
355 |
+
- `optim`: adamw_torch
|
356 |
+
- `optim_args`: None
|
357 |
+
- `adafactor`: False
|
358 |
+
- `group_by_length`: False
|
359 |
+
- `length_column_name`: length
|
360 |
+
- `ddp_find_unused_parameters`: None
|
361 |
+
- `ddp_bucket_cap_mb`: None
|
362 |
+
- `ddp_broadcast_buffers`: False
|
363 |
+
- `dataloader_pin_memory`: True
|
364 |
+
- `dataloader_persistent_workers`: False
|
365 |
+
- `skip_memory_metrics`: True
|
366 |
+
- `use_legacy_prediction_loop`: False
|
367 |
+
- `push_to_hub`: False
|
368 |
+
- `resume_from_checkpoint`: None
|
369 |
+
- `hub_model_id`: None
|
370 |
+
- `hub_strategy`: every_save
|
371 |
+
- `hub_private_repo`: False
|
372 |
+
- `hub_always_push`: False
|
373 |
+
- `gradient_checkpointing`: True
|
374 |
+
- `gradient_checkpointing_kwargs`: None
|
375 |
+
- `include_inputs_for_metrics`: False
|
376 |
+
- `eval_do_concat_batches`: True
|
377 |
+
- `fp16_backend`: auto
|
378 |
+
- `push_to_hub_model_id`: None
|
379 |
+
- `push_to_hub_organization`: None
|
380 |
+
- `mp_parameters`:
|
381 |
+
- `auto_find_batch_size`: False
|
382 |
+
- `full_determinism`: False
|
383 |
+
- `torchdynamo`: None
|
384 |
+
- `ray_scope`: last
|
385 |
+
- `ddp_timeout`: 1800
|
386 |
+
- `torch_compile`: False
|
387 |
+
- `torch_compile_backend`: None
|
388 |
+
- `torch_compile_mode`: None
|
389 |
+
- `dispatch_batches`: None
|
390 |
+
- `split_batches`: None
|
391 |
+
- `include_tokens_per_second`: False
|
392 |
+
- `include_num_input_tokens_seen`: False
|
393 |
+
- `neftune_noise_alpha`: None
|
394 |
+
- `optim_target_modules`: None
|
395 |
+
- `batch_eval_metrics`: False
|
396 |
+
- `eval_on_start`: False
|
397 |
+
- `batch_sampler`: batch_sampler
|
398 |
+
- `multi_dataset_batch_sampler`: proportional
|
399 |
+
|
400 |
+
</details>
|
401 |
+
|
402 |
+
### Training Logs
|
403 |
+
<details><summary>Click to expand</summary>
|
404 |
+
|
405 |
+
| Epoch | Step | Training Loss | loss | sts-dev_spearman_cosine |
|
406 |
+
|:-------:|:--------:|:-------------:|:----------:|:-----------------------:|
|
407 |
+
| 0 | 0 | - | - | 0.6643 |
|
408 |
+
| 0.0626 | 50 | 4.6946 | - | - |
|
409 |
+
| 0.1252 | 100 | 4.031 | - | - |
|
410 |
+
| 0.1877 | 150 | 2.7654 | - | - |
|
411 |
+
| 0.2503 | 200 | 2.4176 | - | - |
|
412 |
+
| 0.3129 | 250 | 2.1111 | - | - |
|
413 |
+
| 0.3755 | 300 | 2.0263 | - | - |
|
414 |
+
| 0.4380 | 350 | 1.9296 | - | - |
|
415 |
+
| 0.5006 | 400 | 1.7793 | - | - |
|
416 |
+
| 0.5632 | 450 | 1.7903 | - | - |
|
417 |
+
| 0.6258 | 500 | 1.7638 | - | - |
|
418 |
+
| 0.6884 | 550 | 1.7042 | - | - |
|
419 |
+
| 0.7509 | 600 | 1.7038 | - | - |
|
420 |
+
| 0.8135 | 650 | 1.6221 | - | - |
|
421 |
+
| 0.8761 | 700 | 1.6172 | - | - |
|
422 |
+
| 0.9387 | 750 | 1.6227 | - | - |
|
423 |
+
| 1.0 | 799 | - | 1.5275 | 0.5219 |
|
424 |
+
| 1.0013 | 800 | 1.6264 | - | - |
|
425 |
+
| 1.0638 | 850 | 1.364 | - | - |
|
426 |
+
| 1.1264 | 900 | 1.4447 | - | - |
|
427 |
+
| 1.1890 | 950 | 1.4161 | - | - |
|
428 |
+
| 1.2516 | 1000 | 1.3575 | - | - |
|
429 |
+
| 1.3141 | 1050 | 1.3554 | - | - |
|
430 |
+
| 1.3767 | 1100 | 1.378 | - | - |
|
431 |
+
| 1.4393 | 1150 | 1.3806 | - | - |
|
432 |
+
| 1.5019 | 1200 | 1.3089 | - | - |
|
433 |
+
| 1.5645 | 1250 | 1.4314 | - | - |
|
434 |
+
| 1.6270 | 1300 | 1.3672 | - | - |
|
435 |
+
| 1.6896 | 1350 | 1.3777 | - | - |
|
436 |
+
| 1.7522 | 1400 | 1.3282 | - | - |
|
437 |
+
| 1.8148 | 1450 | 1.3432 | - | - |
|
438 |
+
| 1.8773 | 1500 | 1.3101 | - | - |
|
439 |
+
| 1.9399 | 1550 | 1.2919 | - | - |
|
440 |
+
| 2.0 | 1598 | - | 1.3643 | 0.5667 |
|
441 |
+
| 2.0025 | 1600 | 1.2969 | - | - |
|
442 |
+
| 2.0651 | 1650 | 0.9629 | - | - |
|
443 |
+
| 2.1277 | 1700 | 0.9878 | - | - |
|
444 |
+
| 2.1902 | 1750 | 0.9437 | - | - |
|
445 |
+
| 2.2528 | 1800 | 0.9832 | - | - |
|
446 |
+
| 2.3154 | 1850 | 0.9584 | - | - |
|
447 |
+
| 2.3780 | 1900 | 1.0689 | - | - |
|
448 |
+
| 2.4406 | 1950 | 1.0579 | - | - |
|
449 |
+
| 2.5031 | 2000 | 0.9888 | - | - |
|
450 |
+
| 2.5657 | 2050 | 0.9452 | - | - |
|
451 |
+
| 2.6283 | 2100 | 0.9378 | - | - |
|
452 |
+
| 2.6909 | 2150 | 0.9553 | - | - |
|
453 |
+
| 2.7534 | 2200 | 0.9337 | - | - |
|
454 |
+
| 2.8160 | 2250 | 1.0184 | - | - |
|
455 |
+
| 2.8786 | 2300 | 0.9663 | - | - |
|
456 |
+
| 2.9412 | 2350 | 0.9686 | - | - |
|
457 |
+
| 3.0 | 2397 | - | 1.3488 | 0.5442 |
|
458 |
+
| 3.0038 | 2400 | 0.9618 | - | - |
|
459 |
+
| 3.0663 | 2450 | 0.6878 | - | - |
|
460 |
+
| 3.1289 | 2500 | 0.6883 | - | - |
|
461 |
+
| 3.1915 | 2550 | 0.6498 | - | - |
|
462 |
+
| 3.2541 | 2600 | 0.6651 | - | - |
|
463 |
+
| 3.3166 | 2650 | 0.6554 | - | - |
|
464 |
+
| 3.3792 | 2700 | 0.7033 | - | - |
|
465 |
+
| 3.4418 | 2750 | 0.6416 | - | - |
|
466 |
+
| 3.5044 | 2800 | 0.7068 | - | - |
|
467 |
+
| 3.5670 | 2850 | 0.6834 | - | - |
|
468 |
+
| 3.6295 | 2900 | 0.7099 | - | - |
|
469 |
+
| 3.6921 | 2950 | 0.7306 | - | - |
|
470 |
+
| 3.7547 | 3000 | 0.7105 | - | - |
|
471 |
+
| 3.8173 | 3050 | 0.7072 | - | - |
|
472 |
+
| 3.8798 | 3100 | 0.7248 | - | - |
|
473 |
+
| 3.9424 | 3150 | 0.7216 | - | - |
|
474 |
+
| **4.0** | **3196** | **-** | **1.3358** | **0.5307** |
|
475 |
+
| 4.0050 | 3200 | 0.693 | - | - |
|
476 |
+
| 4.0676 | 3250 | 0.4741 | - | - |
|
477 |
+
| 4.1302 | 3300 | 0.4593 | - | - |
|
478 |
+
| 4.1927 | 3350 | 0.449 | - | - |
|
479 |
+
| 4.2553 | 3400 | 0.4326 | - | - |
|
480 |
+
| 4.3179 | 3450 | 0.4488 | - | - |
|
481 |
+
| 4.3805 | 3500 | 0.4762 | - | - |
|
482 |
+
| 4.4431 | 3550 | 0.4723 | - | - |
|
483 |
+
| 4.5056 | 3600 | 0.4713 | - | - |
|
484 |
+
| 4.5682 | 3650 | 0.4612 | - | - |
|
485 |
+
| 4.6308 | 3700 | 0.4537 | - | - |
|
486 |
+
| 4.6934 | 3750 | 0.4928 | - | - |
|
487 |
+
| 4.7559 | 3800 | 0.4568 | - | - |
|
488 |
+
| 4.8185 | 3850 | 0.4771 | - | - |
|
489 |
+
| 4.8811 | 3900 | 0.4688 | - | - |
|
490 |
+
| 4.9437 | 3950 | 0.4549 | - | - |
|
491 |
+
| 5.0 | 3995 | - | 1.4027 | 0.5360 |
|
492 |
+
| 5.0063 | 4000 | 0.5048 | - | - |
|
493 |
+
| 5.0688 | 4050 | 0.2822 | - | - |
|
494 |
+
| 5.1314 | 4100 | 0.3069 | - | - |
|
495 |
+
| 5.1940 | 4150 | 0.2971 | - | - |
|
496 |
+
| 5.2566 | 4200 | 0.3191 | - | - |
|
497 |
+
| 5.3191 | 4250 | 0.3023 | - | - |
|
498 |
+
| 5.3817 | 4300 | 0.3224 | - | - |
|
499 |
+
| 5.4443 | 4350 | 0.3114 | - | - |
|
500 |
+
| 5.5069 | 4400 | 0.3098 | - | - |
|
501 |
+
| 5.5695 | 4450 | 0.3071 | - | - |
|
502 |
+
| 5.6320 | 4500 | 0.3478 | - | - |
|
503 |
+
| 5.6946 | 4550 | 0.3288 | - | - |
|
504 |
+
| 5.7572 | 4600 | 0.3373 | - | - |
|
505 |
+
| 5.8198 | 4650 | 0.3577 | - | - |
|
506 |
+
| 5.8824 | 4700 | 0.331 | - | - |
|
507 |
+
| 5.9449 | 4750 | 0.3132 | - | - |
|
508 |
+
| 6.0 | 4794 | - | 1.4036 | 0.5148 |
|
509 |
+
|
510 |
+
* The bold row denotes the saved checkpoint.
|
511 |
+
</details>
|
512 |
+
|
513 |
+
### Framework Versions
|
514 |
+
- Python: 3.10.12
|
515 |
+
- Sentence Transformers: 3.0.1
|
516 |
+
- Transformers: 4.42.4
|
517 |
+
- PyTorch: 2.3.1+cu121
|
518 |
+
- Accelerate: 0.32.1
|
519 |
+
- Datasets: 2.20.0
|
520 |
+
- Tokenizers: 0.19.1
|
521 |
+
|
522 |
+
## Citation
|
523 |
+
|
524 |
+
### BibTeX
|
525 |
+
|
526 |
+
#### Sentence Transformers
|
527 |
+
```bibtex
|
528 |
+
@inproceedings{reimers-2019-sentence-bert,
|
529 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
530 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
531 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
532 |
+
month = "11",
|
533 |
+
year = "2019",
|
534 |
+
publisher = "Association for Computational Linguistics",
|
535 |
+
url = "https://arxiv.org/abs/1908.10084",
|
536 |
+
}
|
537 |
+
```
|
538 |
+
|
539 |
+
#### TripletLoss
|
540 |
+
```bibtex
|
541 |
+
@misc{hermans2017defense,
|
542 |
+
title={In Defense of the Triplet Loss for Person Re-Identification},
|
543 |
+
author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
|
544 |
+
year={2017},
|
545 |
+
eprint={1703.07737},
|
546 |
+
archivePrefix={arXiv},
|
547 |
+
primaryClass={cs.CV}
|
548 |
+
}
|
549 |
+
```
|
550 |
+
|
551 |
+
<!--
|
552 |
+
## Glossary
|
553 |
+
|
554 |
+
*Clearly define terms in order to be accessible across audiences.*
|
555 |
+
-->
|
556 |
+
|
557 |
+
<!--
|
558 |
+
## Model Card Authors
|
559 |
+
|
560 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
561 |
+
-->
|
562 |
+
|
563 |
+
<!--
|
564 |
+
## Model Card Contact
|
565 |
+
|
566 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
567 |
+
-->
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<mask>": 64000
|
3 |
+
}
|
bpe.codes
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./output/final_model",
|
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 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 258,
|
17 |
+
"model_type": "roberta",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"position_embedding_type": "absolute",
|
22 |
+
"tokenizer_class": "PhobertTokenizer",
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.42.4",
|
25 |
+
"type_vocab_size": 1,
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 64001
|
28 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.0.1",
|
4 |
+
"transformers": "4.42.4",
|
5 |
+
"pytorch": "2.3.1+cu121"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": null
|
10 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f92ba052740e275797fe236e0746b886268222b27eeb0855d9e3375f6aac118
|
3 |
+
size 540015464
|
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": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
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": "</s>",
|
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_config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<s>",
|
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": "</s>",
|
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 |
+
"64000": {
|
36 |
+
"content": "<mask>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "<s>",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "<s>",
|
47 |
+
"eos_token": "</s>",
|
48 |
+
"mask_token": "<mask>",
|
49 |
+
"model_max_length": 512,
|
50 |
+
"pad_token": "<pad>",
|
51 |
+
"sep_token": "</s>",
|
52 |
+
"tokenizer_class": "PhobertTokenizer",
|
53 |
+
"unk_token": "<unk>"
|
54 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|