Add new SentenceTransformer model.
Browse files- .gitattributes +1 -0
- 1_Pooling/config.json +10 -0
- README.md +366 -0
- config.json +28 -0
- config_sentence_transformers.json +10 -0
- model.safetensors +3 -0
- modules.json +20 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer.json +3 -0
- tokenizer_config.json +61 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 1024,
|
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,366 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: []
|
3 |
+
library_name: sentence-transformers
|
4 |
+
tags:
|
5 |
+
- sentence-transformers
|
6 |
+
- sentence-similarity
|
7 |
+
- feature-extraction
|
8 |
+
- dataset_size:1K<n<10K
|
9 |
+
- loss:MultipleNegativesRankingLoss
|
10 |
+
base_model: intfloat/multilingual-e5-large
|
11 |
+
widget:
|
12 |
+
- source_sentence: a) Đảm bảo quyền lợi của cổ đông, nhà đầu tư
|
13 |
+
sentences:
|
14 |
+
- a) 5%
|
15 |
+
- Làm thế nào để cổ đông có thể tham gia Đại hội đồng cổ đông năm 2022 của Tập đoàn?
|
16 |
+
- Trong Ban Kiểm soát FPT, ai là Trưởng Ban Kiểm soát và đã đảm nhiệm vị trí này
|
17 |
+
từ năm nào đến năm nào?
|
18 |
+
- source_sentence: Vốn điều lệ của công ty là bao nhiêu VNĐ?
|
19 |
+
sentences:
|
20 |
+
- Tổng vốn đầu tư của công ty FPT là bao nhiêu?
|
21 |
+
- Tính tổng số CP mà cả hai Đỗ Cao Bảo và Bùi Quang Ngọc đã nhận từ cả hai nguồn
|
22 |
+
trên.
|
23 |
+
- FPT đã thực hiện chế độ làm việc 'thời chiến' như thế nào để thích ứng với tình
|
24 |
+
hình Covid-19?
|
25 |
+
- source_sentence: FPT Corporation được thành lập vào ngày nào?
|
26 |
+
sentences:
|
27 |
+
- Ngày thành lập của FPT là khi nào và tại địa chỉ nào?
|
28 |
+
- Các công ty nào đã được đề cập là đối tác hợp tác của FPT trong việc chuyển đổi
|
29 |
+
số?
|
30 |
+
- Khối Viễn thông đã đạt được những kết quả nào vượt kế hoạch trong doanh thu và
|
31 |
+
LNTT?
|
32 |
+
- source_sentence: Ông Võ Đặng Phát gia nhập FPT từ năm nào?
|
33 |
+
sentences:
|
34 |
+
- Ông Võ Đặng Phát được bổ nhiệm vào vị trí nào trong FPT từ tháng 07/2022?
|
35 |
+
- Tại sao FPT định hướng mua bán và sáp nhập (M&A) để tăng cường số lượng chuyên
|
36 |
+
gia?
|
37 |
+
- Động lực tăng trưởng mới mà Ban Lãnh đạo Tập đoàn FPT đã xác định bao gồm những
|
38 |
+
yếu tố nào?
|
39 |
+
- source_sentence: Chương trình hành động của FPT nhằm mục đích gì?
|
40 |
+
sentences:
|
41 |
+
- FPT tham chiếu với những mục tiêu nào khi xác lập các chương trình hành động?
|
42 |
+
- FPT đã hình thành được bao nhiêu hệ sinh thái và giải pháp chuyển đổi số toàn
|
43 |
+
diện?
|
44 |
+
- 'Câu hỏi: Tại sao việc tuân thủ nguyên tắc an ninh trong quản trị dữ liệu là quan
|
45 |
+
trọng?'
|
46 |
+
pipeline_tag: sentence-similarity
|
47 |
+
---
|
48 |
+
|
49 |
+
# SentenceTransformer based on intfloat/multilingual-e5-large
|
50 |
+
|
51 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [intfloat/multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
52 |
+
|
53 |
+
## Model Details
|
54 |
+
|
55 |
+
### Model Description
|
56 |
+
- **Model Type:** Sentence Transformer
|
57 |
+
- **Base model:** [intfloat/multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large) <!-- at revision ab10c1a7f42e74530fe7ae5be82e6d4f11a719eb -->
|
58 |
+
- **Maximum Sequence Length:** 512 tokens
|
59 |
+
- **Output Dimensionality:** 1024 tokens
|
60 |
+
- **Similarity Function:** Cosine Similarity
|
61 |
+
<!-- - **Training Dataset:** Unknown -->
|
62 |
+
<!-- - **Language:** Unknown -->
|
63 |
+
<!-- - **License:** Unknown -->
|
64 |
+
|
65 |
+
### Model Sources
|
66 |
+
|
67 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
68 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
69 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
70 |
+
|
71 |
+
### Full Model Architecture
|
72 |
+
|
73 |
+
```
|
74 |
+
SentenceTransformer(
|
75 |
+
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: XLMRobertaModel
|
76 |
+
(1): Pooling({'word_embedding_dimension': 1024, '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})
|
77 |
+
(2): Normalize()
|
78 |
+
)
|
79 |
+
```
|
80 |
+
|
81 |
+
## Usage
|
82 |
+
|
83 |
+
### Direct Usage (Sentence Transformers)
|
84 |
+
|
85 |
+
First install the Sentence Transformers library:
|
86 |
+
|
87 |
+
```bash
|
88 |
+
pip install -U sentence-transformers
|
89 |
+
```
|
90 |
+
|
91 |
+
Then you can load this model and run inference.
|
92 |
+
```python
|
93 |
+
from sentence_transformers import SentenceTransformer
|
94 |
+
|
95 |
+
# Download from the 🤗 Hub
|
96 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
97 |
+
# Run inference
|
98 |
+
sentences = [
|
99 |
+
'Chương trình hành động của FPT nhằm mục đích gì?',
|
100 |
+
'FPT tham chiếu với những mục tiêu nào khi xác lập các chương trình hành động?',
|
101 |
+
'FPT đã hình thành được bao nhiêu hệ sinh thái và giải pháp chuyển đổi số toàn diện?',
|
102 |
+
]
|
103 |
+
embeddings = model.encode(sentences)
|
104 |
+
print(embeddings.shape)
|
105 |
+
# [3, 1024]
|
106 |
+
|
107 |
+
# Get the similarity scores for the embeddings
|
108 |
+
similarities = model.similarity(embeddings, embeddings)
|
109 |
+
print(similarities.shape)
|
110 |
+
# [3, 3]
|
111 |
+
```
|
112 |
+
|
113 |
+
<!--
|
114 |
+
### Direct Usage (Transformers)
|
115 |
+
|
116 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
117 |
+
|
118 |
+
</details>
|
119 |
+
-->
|
120 |
+
|
121 |
+
<!--
|
122 |
+
### Downstream Usage (Sentence Transformers)
|
123 |
+
|
124 |
+
You can finetune this model on your own dataset.
|
125 |
+
|
126 |
+
<details><summary>Click to expand</summary>
|
127 |
+
|
128 |
+
</details>
|
129 |
+
-->
|
130 |
+
|
131 |
+
<!--
|
132 |
+
### Out-of-Scope Use
|
133 |
+
|
134 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
135 |
+
-->
|
136 |
+
|
137 |
+
<!--
|
138 |
+
## Bias, Risks and Limitations
|
139 |
+
|
140 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
141 |
+
-->
|
142 |
+
|
143 |
+
<!--
|
144 |
+
### Recommendations
|
145 |
+
|
146 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
147 |
+
-->
|
148 |
+
|
149 |
+
## Training Details
|
150 |
+
|
151 |
+
### Training Dataset
|
152 |
+
|
153 |
+
#### Unnamed Dataset
|
154 |
+
|
155 |
+
|
156 |
+
* Size: 3,516 training samples
|
157 |
+
* Columns: <code>sentence_0</code> and <code>sentence_1</code>
|
158 |
+
* Approximate statistics based on the first 1000 samples:
|
159 |
+
| | sentence_0 | sentence_1 |
|
160 |
+
|:--------|:----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
|
161 |
+
| type | string | string |
|
162 |
+
| details | <ul><li>min: 5 tokens</li><li>mean: 27.61 tokens</li><li>max: 68 tokens</li></ul> | <ul><li>min: 81 tokens</li><li>mean: 415.23 tokens</li><li>max: 512 tokens</li></ul> |
|
163 |
+
* Samples:
|
164 |
+
| sentence_0 | sentence_1 |
|
165 |
+
|:-------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
166 |
+
| <code>Câu hỏi: FPT tập trung hoạt động trên những lĩnh vực nào trong năm 2018 và có những chỉ số tài chính nổi bật nào?</code> | <code>1 <br> I. DẤU ẤN FPT 30 NĂM <br>1. Các ch ỉ số cơ bản và gi ải thư ởng nổi bật năm 2018 <br>1.1. Các chỉ số cơ bản <br>Năm 2018, FPT t ập trung ho ạt động trên 03 lĩnh v ực: Công ngh ệ, Viễn thông và Giáo d ục đào t ạo sau khi <br>thoái v ốn tại lĩnh v ực Phân ph ối và Bán l ẻ. Các ch ỉ số tài chính tiêu bi ểu của FPT như sau: <br>- Doanh thu <br>✓ Tổng doanh thu: 23.214 t ỷ đồng, tăng 17,4% <br>✓ Doanh thu t ừ thị trường nư ớc ngoài: 9.109 t ỷ đồng, tăng 26,5% <br>- Lợi nhu ận LNTT <br>✓ Tổng LNTT: 3. 858 tỷ đồng, tăng 30, 6% <br>✓ Tổng LNTT t ừ thị trường nư ớc ngoài: 1.492 t ỷ đồng, tăng 23,6% <br>- Tỷ trọng doanh thu <br>✓ Doanh thu kh ối công ngh ệ/tổng doanh thu: 57,7% <br>✓ Doanh thu chuy ển đổi số/tổng doanh thu xu ất khẩu phần mềm: 20% <br>- Tỷ suất LNTT: 16,6%, g ấp 1,7 l ần năm 2017 <br>- Quy mô nhân l ực (*) <br>✓ Tổng nhân l ực: 27. 843 người <br>✓ Số kỹ sư, lập trình viên, chuyên gia công ngh ệ: 16.3 23 ngư ời <br>(*): Do trong năm 2018, FPT Retail và Synnex FPT không còn là công ty con trong T ập đoàn nên t ổng <br>nhân l ực của Tập đoàn không bao g ồm nhân l ực tại hai công ty này. <br>1.2. Giải thưởng <br>- Top 10 Công ty tư nhân l ớn nhất Việt Nam <br>- Top 40 Thương hi ệu công ty giá tr ị nhất Việt Nam <br>- Top 50 Công ty niêm y ết tốt nhất Việt Nam <br>- Top 50 Công ty kinh doanh hi ệu quả nhất Việt Nam <br>- Đối tác tư v ấn cấp cao đ ầu tiên t ại khu v ực ASEAN - AWS Premier Consulting Partner <br>- Top 130 công ty có môi trư ờng làm vi ệc tốt nhất khu v ực châu Á <br>- Tổ chức đào t ạo CNTT xu ất sắc (ASOCIO + BrandLaureate) <br>2. Hoạt động nổi bật năm 2018 <br>2.1. Lần đầu tiên doanh nghiệp Việt Nam mua một công ty tư vấn công nghệ Mỹ <br>Với mục tiêu cung c ấp những giá tr ị cao hơn cho khách hàng trên ph ạm vi toàn c ầu và m ở rộng hơn n ữa <br>quy mô ho ạt động tại thị trường M ỹ, FPT tr ở thành công ty CNTT đ ầu tiên c ủa Việt Nam mua 90% c ổ phần <br>của công ty tư v ấn Mỹ - Intellinet.</code> |
|
167 |
+
| <code>Tại sao FPT quyết định mua công ty tư vấn công nghệ Intellinet của Mỹ?</code> | <code>Hoạt động nổi bật năm 2018 <br>2.1. Lần đầu tiên doanh nghiệp Việt Nam mua một công ty tư vấn công nghệ Mỹ <br>Với mục tiêu cung c ấp những giá tr ị cao hơn cho khách hàng trên ph ạm vi toàn c ầu và m ở rộng hơn n ữa <br>quy mô ho ạt động tại thị trường M ỹ, FPT tr ở thành công ty CNTT đ ầu tiên c ủa Việt Nam mua 90% c ổ phần <br>của công ty tư v ấn Mỹ - Intellinet. Đây là m ột trong nh ững công ty tư v ấn công ngh ệ có tốc độ tăng trư ởng <br>nhanh nh ất tại Mỹ. <br>Thương v ụ này giúp FPT nâng t ầm vị thế công ngh ệ, trở thành đ ối tác cung c ấp các d ịch vụ công ngh ệ tổng <br>thể với giá tr ị cao hơn và toàn di ện hơn cho khách hàng, t ừ khâu tư v ấn chi ến lược, thi ết kế đến triển khai,</code> |
|
168 |
+
| <code>Theo bạn, việc FPT mua Intellinet sẽ ảnh hưởng như thế nào đến quy mô hoạt động của FPT tại thị trường Mỹ?</code> | <code>Hoạt động nổi bật năm 2018 <br>2.1. Lần đầu tiên doanh nghiệp Việt Nam mua một công ty tư vấn công nghệ Mỹ <br>Với mục tiêu cung c ấp những giá tr ị cao hơn cho khách hàng trên ph ạm vi toàn c ầu và m ở rộng hơn n ữa <br>quy mô ho ạt động tại thị trường M ỹ, FPT tr ở thành công ty CNTT đ ầu tiên c ủa Việt Nam mua 90% c ổ phần <br>của công ty tư v ấn Mỹ - Intellinet. Đây là m ột trong nh ững công ty tư v ấn công ngh ệ có tốc độ tăng trư ởng <br>nhanh nh ất tại Mỹ. <br>Thương v ụ này giúp FPT nâng t ầm vị thế công ngh ệ, trở thành đ ối tác cung c ấp các d ịch vụ công ngh ệ tổng <br>thể với giá tr ị cao hơn và toàn di ện hơn cho khách hàng, t ừ khâu tư v ấn chi ến lược, thi ết kế đến triển khai,</code> |
|
169 |
+
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
170 |
+
```json
|
171 |
+
{
|
172 |
+
"scale": 20.0,
|
173 |
+
"similarity_fct": "cos_sim"
|
174 |
+
}
|
175 |
+
```
|
176 |
+
|
177 |
+
### Training Hyperparameters
|
178 |
+
#### Non-Default Hyperparameters
|
179 |
+
|
180 |
+
- `per_device_train_batch_size`: 4
|
181 |
+
- `per_device_eval_batch_size`: 4
|
182 |
+
- `num_train_epochs`: 5
|
183 |
+
- `multi_dataset_batch_sampler`: round_robin
|
184 |
+
|
185 |
+
#### All Hyperparameters
|
186 |
+
<details><summary>Click to expand</summary>
|
187 |
+
|
188 |
+
- `overwrite_output_dir`: False
|
189 |
+
- `do_predict`: False
|
190 |
+
- `eval_strategy`: no
|
191 |
+
- `prediction_loss_only`: True
|
192 |
+
- `per_device_train_batch_size`: 4
|
193 |
+
- `per_device_eval_batch_size`: 4
|
194 |
+
- `per_gpu_train_batch_size`: None
|
195 |
+
- `per_gpu_eval_batch_size`: None
|
196 |
+
- `gradient_accumulation_steps`: 1
|
197 |
+
- `eval_accumulation_steps`: None
|
198 |
+
- `learning_rate`: 5e-05
|
199 |
+
- `weight_decay`: 0.0
|
200 |
+
- `adam_beta1`: 0.9
|
201 |
+
- `adam_beta2`: 0.999
|
202 |
+
- `adam_epsilon`: 1e-08
|
203 |
+
- `max_grad_norm`: 1
|
204 |
+
- `num_train_epochs`: 5
|
205 |
+
- `max_steps`: -1
|
206 |
+
- `lr_scheduler_type`: linear
|
207 |
+
- `lr_scheduler_kwargs`: {}
|
208 |
+
- `warmup_ratio`: 0.0
|
209 |
+
- `warmup_steps`: 0
|
210 |
+
- `log_level`: passive
|
211 |
+
- `log_level_replica`: warning
|
212 |
+
- `log_on_each_node`: True
|
213 |
+
- `logging_nan_inf_filter`: True
|
214 |
+
- `save_safetensors`: True
|
215 |
+
- `save_on_each_node`: False
|
216 |
+
- `save_only_model`: False
|
217 |
+
- `restore_callback_states_from_checkpoint`: False
|
218 |
+
- `no_cuda`: False
|
219 |
+
- `use_cpu`: False
|
220 |
+
- `use_mps_device`: False
|
221 |
+
- `seed`: 42
|
222 |
+
- `data_seed`: None
|
223 |
+
- `jit_mode_eval`: False
|
224 |
+
- `use_ipex`: False
|
225 |
+
- `bf16`: False
|
226 |
+
- `fp16`: False
|
227 |
+
- `fp16_opt_level`: O1
|
228 |
+
- `half_precision_backend`: auto
|
229 |
+
- `bf16_full_eval`: False
|
230 |
+
- `fp16_full_eval`: False
|
231 |
+
- `tf32`: None
|
232 |
+
- `local_rank`: 0
|
233 |
+
- `ddp_backend`: None
|
234 |
+
- `tpu_num_cores`: None
|
235 |
+
- `tpu_metrics_debug`: False
|
236 |
+
- `debug`: []
|
237 |
+
- `dataloader_drop_last`: False
|
238 |
+
- `dataloader_num_workers`: 0
|
239 |
+
- `dataloader_prefetch_factor`: None
|
240 |
+
- `past_index`: -1
|
241 |
+
- `disable_tqdm`: False
|
242 |
+
- `remove_unused_columns`: True
|
243 |
+
- `label_names`: None
|
244 |
+
- `load_best_model_at_end`: False
|
245 |
+
- `ignore_data_skip`: False
|
246 |
+
- `fsdp`: []
|
247 |
+
- `fsdp_min_num_params`: 0
|
248 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
249 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
250 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
251 |
+
- `deepspeed`: None
|
252 |
+
- `label_smoothing_factor`: 0.0
|
253 |
+
- `optim`: adamw_torch
|
254 |
+
- `optim_args`: None
|
255 |
+
- `adafactor`: False
|
256 |
+
- `group_by_length`: False
|
257 |
+
- `length_column_name`: length
|
258 |
+
- `ddp_find_unused_parameters`: None
|
259 |
+
- `ddp_bucket_cap_mb`: None
|
260 |
+
- `ddp_broadcast_buffers`: False
|
261 |
+
- `dataloader_pin_memory`: True
|
262 |
+
- `dataloader_persistent_workers`: False
|
263 |
+
- `skip_memory_metrics`: True
|
264 |
+
- `use_legacy_prediction_loop`: False
|
265 |
+
- `push_to_hub`: False
|
266 |
+
- `resume_from_checkpoint`: None
|
267 |
+
- `hub_model_id`: None
|
268 |
+
- `hub_strategy`: every_save
|
269 |
+
- `hub_private_repo`: False
|
270 |
+
- `hub_always_push`: False
|
271 |
+
- `gradient_checkpointing`: False
|
272 |
+
- `gradient_checkpointing_kwargs`: None
|
273 |
+
- `include_inputs_for_metrics`: False
|
274 |
+
- `eval_do_concat_batches`: True
|
275 |
+
- `fp16_backend`: auto
|
276 |
+
- `push_to_hub_model_id`: None
|
277 |
+
- `push_to_hub_organization`: None
|
278 |
+
- `mp_parameters`:
|
279 |
+
- `auto_find_batch_size`: False
|
280 |
+
- `full_determinism`: False
|
281 |
+
- `torchdynamo`: None
|
282 |
+
- `ray_scope`: last
|
283 |
+
- `ddp_timeout`: 1800
|
284 |
+
- `torch_compile`: False
|
285 |
+
- `torch_compile_backend`: None
|
286 |
+
- `torch_compile_mode`: None
|
287 |
+
- `dispatch_batches`: None
|
288 |
+
- `split_batches`: None
|
289 |
+
- `include_tokens_per_second`: False
|
290 |
+
- `include_num_input_tokens_seen`: False
|
291 |
+
- `neftune_noise_alpha`: None
|
292 |
+
- `optim_target_modules`: None
|
293 |
+
- `batch_eval_metrics`: False
|
294 |
+
- `batch_sampler`: batch_sampler
|
295 |
+
- `multi_dataset_batch_sampler`: round_robin
|
296 |
+
|
297 |
+
</details>
|
298 |
+
|
299 |
+
### Training Logs
|
300 |
+
| Epoch | Step | Training Loss |
|
301 |
+
|:------:|:----:|:-------------:|
|
302 |
+
| 0.5688 | 500 | 0.2547 |
|
303 |
+
| 1.1377 | 1000 | 0.1518 |
|
304 |
+
| 1.7065 | 1500 | 0.0559 |
|
305 |
+
| 2.2753 | 2000 | 0.0285 |
|
306 |
+
| 2.8441 | 2500 | 0.0163 |
|
307 |
+
| 3.4130 | 3000 | 0.0062 |
|
308 |
+
| 3.9818 | 3500 | 0.0038 |
|
309 |
+
| 4.5506 | 4000 | 0.0026 |
|
310 |
+
|
311 |
+
|
312 |
+
### Framework Versions
|
313 |
+
- Python: 3.10.14
|
314 |
+
- Sentence Transformers: 3.0.0
|
315 |
+
- Transformers: 4.41.1
|
316 |
+
- PyTorch: 2.3.0+cu118
|
317 |
+
- Accelerate: 0.31.0
|
318 |
+
- Datasets: 2.19.1
|
319 |
+
- Tokenizers: 0.19.1
|
320 |
+
|
321 |
+
## Citation
|
322 |
+
|
323 |
+
### BibTeX
|
324 |
+
|
325 |
+
#### Sentence Transformers
|
326 |
+
```bibtex
|
327 |
+
@inproceedings{reimers-2019-sentence-bert,
|
328 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
329 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
330 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
331 |
+
month = "11",
|
332 |
+
year = "2019",
|
333 |
+
publisher = "Association for Computational Linguistics",
|
334 |
+
url = "https://arxiv.org/abs/1908.10084",
|
335 |
+
}
|
336 |
+
```
|
337 |
+
|
338 |
+
#### MultipleNegativesRankingLoss
|
339 |
+
```bibtex
|
340 |
+
@misc{henderson2017efficient,
|
341 |
+
title={Efficient Natural Language Response Suggestion for Smart Reply},
|
342 |
+
author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
|
343 |
+
year={2017},
|
344 |
+
eprint={1705.00652},
|
345 |
+
archivePrefix={arXiv},
|
346 |
+
primaryClass={cs.CL}
|
347 |
+
}
|
348 |
+
```
|
349 |
+
|
350 |
+
<!--
|
351 |
+
## Glossary
|
352 |
+
|
353 |
+
*Clearly define terms in order to be accessible across audiences.*
|
354 |
+
-->
|
355 |
+
|
356 |
+
<!--
|
357 |
+
## Model Card Authors
|
358 |
+
|
359 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
360 |
+
-->
|
361 |
+
|
362 |
+
<!--
|
363 |
+
## Model Card Contact
|
364 |
+
|
365 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
366 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/root/minhnq88/DATN/dense_embedding/bctn/exp_finetune",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaModel"
|
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": 1024,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 4096,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 514,
|
17 |
+
"model_type": "xlm-roberta",
|
18 |
+
"num_attention_heads": 16,
|
19 |
+
"num_hidden_layers": 24,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.41.1",
|
25 |
+
"type_vocab_size": 1,
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 250002
|
28 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.0.0",
|
4 |
+
"transformers": "4.41.1",
|
5 |
+
"pytorch": "2.3.0+cu118"
|
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:b1f303e764405af57252f5fe9195a6a6bd114167788387549e7c66ae7b511a40
|
3 |
+
size 2239607176
|
modules.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
{
|
15 |
+
"idx": 2,
|
16 |
+
"name": "2",
|
17 |
+
"path": "2_Normalize",
|
18 |
+
"type": "sentence_transformers.models.Normalize"
|
19 |
+
}
|
20 |
+
]
|
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": true,
|
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.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:883b037111086fd4dfebbbc9b7cee11e1517b5e0c0514879478661440f137085
|
3 |
+
size 17082987
|
tokenizer_config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"250001": {
|
36 |
+
"content": "<mask>",
|
37 |
+
"lstrip": true,
|
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 |
+
"max_length": 512,
|
50 |
+
"model_max_length": 512,
|
51 |
+
"pad_to_multiple_of": null,
|
52 |
+
"pad_token": "<pad>",
|
53 |
+
"pad_token_type_id": 0,
|
54 |
+
"padding_side": "right",
|
55 |
+
"sep_token": "</s>",
|
56 |
+
"stride": 0,
|
57 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
58 |
+
"truncation_side": "right",
|
59 |
+
"truncation_strategy": "longest_first",
|
60 |
+
"unk_token": "<unk>"
|
61 |
+
}
|