winderfeld
commited on
Commit
•
a6f6b89
1
Parent(s):
a25392a
Upload folder using huggingface_hub
Browse files- 1_Pooling/config.json +10 -0
- README.md +703 -0
- config.json +24 -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.json +0 -0
- tokenizer_config.json +72 -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": true,
|
4 |
+
"pooling_mode_mean_tokens": false,
|
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,703 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: sentence-transformers/multi-qa-mpnet-base-dot-v1
|
3 |
+
library_name: sentence-transformers
|
4 |
+
metrics:
|
5 |
+
- cosine_accuracy@1
|
6 |
+
- cosine_accuracy@3
|
7 |
+
- cosine_accuracy@5
|
8 |
+
- cosine_accuracy@10
|
9 |
+
- cosine_precision@1
|
10 |
+
- cosine_precision@3
|
11 |
+
- cosine_precision@5
|
12 |
+
- cosine_precision@10
|
13 |
+
- cosine_recall@1
|
14 |
+
- cosine_recall@3
|
15 |
+
- cosine_recall@5
|
16 |
+
- cosine_recall@10
|
17 |
+
- cosine_ndcg@10
|
18 |
+
- cosine_mrr@10
|
19 |
+
- cosine_map@100
|
20 |
+
- dot_accuracy@1
|
21 |
+
- dot_accuracy@3
|
22 |
+
- dot_accuracy@5
|
23 |
+
- dot_accuracy@10
|
24 |
+
- dot_precision@1
|
25 |
+
- dot_precision@3
|
26 |
+
- dot_precision@5
|
27 |
+
- dot_precision@10
|
28 |
+
- dot_recall@1
|
29 |
+
- dot_recall@3
|
30 |
+
- dot_recall@5
|
31 |
+
- dot_recall@10
|
32 |
+
- dot_ndcg@10
|
33 |
+
- dot_mrr@10
|
34 |
+
- dot_map@100
|
35 |
+
pipeline_tag: sentence-similarity
|
36 |
+
tags:
|
37 |
+
- sentence-transformers
|
38 |
+
- sentence-similarity
|
39 |
+
- feature-extraction
|
40 |
+
- generated_from_trainer
|
41 |
+
- dataset_size:2012
|
42 |
+
- loss:MatryoshkaLoss
|
43 |
+
- loss:MultipleNegativesRankingLoss
|
44 |
+
widget:
|
45 |
+
- source_sentence: O que são os principais temas abordados na disciplina de Redes
|
46 |
+
de Computadores, de acordo com sua ementa?
|
47 |
+
sentences:
|
48 |
+
- '| Código | COMPONENTE CURRICULAR | Créditos | Horas |
|
49 |
+
|
50 |
+
|---|---|---|---|
|
51 |
+
|
52 |
+
| Código | COMPONENTE CURRICULAR | Créditos | Horas |
|
53 |
+
|
54 |
+
| | ESTRUTURAS DE DADOS I | 04 | 60 |
|
55 |
+
|
56 |
+
| EMENTA | | | |
|
57 |
+
|
58 |
+
| Funções recursivas. Ponteiros. Alocação dinâmica de memória. Tipos Abstratos
|
59 |
+
de Dados. Listas lineares: listas encadeadas, pilhas, filas. Árvores: representação,
|
60 |
+
operações e percursos. Árvores binárias de busca. Heaps. | | | |
|
61 |
+
|
62 |
+
| OBJETIVO | | | |
|
63 |
+
|
64 |
+
| Aplicar estruturas de dados básicas e avançadas para a solução de problemas
|
65 |
+
computacionais. | | | |
|
66 |
+
|
67 |
+
| REFERÊNCIAS BÁSICAS | | | |
|
68 |
+
|
69 |
+
| CORMEN, T.; RIVEST, R.; STEIN, C.; LEISERSON, C. Algoritmos: Teoria e Prática.
|
70 |
+
Elsevier - Campus, 2012. | | | |
|
71 |
+
|
72 |
+
'
|
73 |
+
- '| Código | COMPONENTE CURRICULAR | Créditos | Horas |
|
74 |
+
|
75 |
+
|---|---|---|---|
|
76 |
+
|
77 |
+
| Código | COMPONENTE CURRICULAR | Créditos | Horas |
|
78 |
+
|
79 |
+
| | REDES DE COMPUTADORES | 04 | 60 |
|
80 |
+
|
81 |
+
| EMENTA | | | |
|
82 |
+
|
83 |
+
| Fundamentos de sistemas de comunicação de dados. Arquiteturas de redes: modelos
|
84 |
+
OSI e TCP/IP. Protocolos de comunicação na Internet: camadas de aplicação, transporte,
|
85 |
+
rede e enlace. Avaliação de desempenho. | | | |
|
86 |
+
|
87 |
+
| OBJETIVO | | | |
|
88 |
+
|
89 |
+
'
|
90 |
+
- '| Código | COMPONENTE CURRICULAR | Créditos | Horas |
|
91 |
+
|
92 |
+
|---|---|---|---|
|
93 |
+
|
94 |
+
| Código | COMPONENTE CURRICULAR | Créditos | Horas |
|
95 |
+
|
96 |
+
| GCS239 | DIREITOS E CIDADANIA | 04 | 60 |
|
97 |
+
|
98 |
+
| EMENTA | | | |
|
99 |
+
|
100 |
+
| Origens históricas e teóricas da noção de cidadania. O processo moderno de constituição
|
101 |
+
dos direitos civis, políticos, sociais e culturais. Políticas de reconhecimento
|
102 |
+
e promoção da cidadania. Direitos e cidadania no Brasil. | | | |
|
103 |
+
|
104 |
+
| OBJETIVO | | | |
|
105 |
+
|
106 |
+
'
|
107 |
+
- source_sentence: 'Em que editora foram publicados os livros "Conceitos de Linguagens
|
108 |
+
de Programação" e "Programming Languages: Principles And Practices", como indicado
|
109 |
+
no contexto?'
|
110 |
+
sentences:
|
111 |
+
- "A carga horária dos componentes curriculares do Domínio Conexo é de 420 horas\
|
112 |
+
\ e <br><br>representa 13,12% das 3200 horas necessárias à integralização do Curso\
|
113 |
+
\ de Ciência da <br><br>Computação. <br><br>Nos componentes idênticos e obrigatórios\
|
114 |
+
\ a articulação acontece na medida em que os \nDRAFT <br><br>discentes transitam\
|
115 |
+
\ entre os cursos, otimizando a oferta destes componentes e a troca de <br><br>experiências.\
|
116 |
+
\ Já os componentes não idênticos exigirão do corpo docente, na medida em que\
|
117 |
+
\ <br><br>houver reformulação dos demais PPCs, a construção de atividades conjuntas.\
|
118 |
+
\ Para isso, a <br><br>interação entre os NDEs se fará necessária. "
|
119 |
+
- '1130 **Lei n° 12.764, de 27 de dezembro de 2012 –**institui a Política Nacional
|
120 |
+
de Proteção dos <br><br>Direitos da Pessoa com Transtorno do Espectro Autista,
|
121 |
+
e altera o § 3o do art. 98 da Lei no <br><br>Projeto Pedagógico do Curso de Ciência
|
122 |
+
Da Computação,*Campus*Chapecó. <br><br>42 '
|
123 |
+
- "SEBESTA, R. W.**Conceitos de Linguagens de Programação.**11. ed. Porto Alegre:\
|
124 |
+
\ \nBookman, 2018. \nLOUDEN, K. C.; LAMBERT, K. A.**Programming Languages:**Principles\
|
125 |
+
\ And Practices. \n3. ed. Hardcover, 2011. \nPRATT, T. W.; ZELKOWITZ, M. V. \n\
|
126 |
+
Implementation. 4. ed. Prentice-Hall, 2000. <br><br>**Programming Languages:**Design\
|
127 |
+
\ and "
|
128 |
+
- source_sentence: Qual é o objetivo do componente curricular "Introdução à Computação"
|
129 |
+
no plano de estudos?
|
130 |
+
sentences:
|
131 |
+
- 'desenvolvimento de habilidades de trabalho em grupo e de comunicação e <br><br>expressão;
|
132 |
+
<br><br> preocupação constante com a atualização tecnológica e com o estado
|
133 |
+
da arte; <br><br>Projeto Pedagógico do Curso de Ciência Da Computação,*Campus*Chapecó.
|
134 |
+
<br><br>31 '
|
135 |
+
- "REFERÊNCIAS COMPLEMENTARES <br><br>DAVIS, M. D.; WEYUKER, E. J.**Computability,\
|
136 |
+
\ Complexity and Languages:**\nFundamentals of Theoretical Computer Science. 2.\
|
137 |
+
\ ed. Morgan Kaufmann, 1994. \nFURTADO, O. J. V.**Apostila de Linguagens Formais\
|
138 |
+
\ e Compiladores**. UFSC, 2002. \nDisponível em: <www.inf.ufsc.br/~olinto/apostila-lfc.doc>.\
|
139 |
+
\ \nHOPCROFT, J. E.; MOTWANI, R.; ULLMAN, J. D.**Introdução à Teoria dos**\n**Autômatos,\
|
140 |
+
\ Linguagens e Computação.**1. ed. Rio de Janeiro: Campus, 2002. <br><br>DRAFT "
|
141 |
+
- '| Código | COMPONENTE CURRICULAR | Créditos | Horas |
|
142 |
+
|
143 |
+
|---|---|---|---|
|
144 |
+
|
145 |
+
| Código | COMPONENTE CURRICULAR | Créditos | Horas |
|
146 |
+
|
147 |
+
| | INTRODUÇÃO À COMPUTAÇÃO | 04 | 60 |
|
148 |
+
|
149 |
+
| EMENTA | | | |
|
150 |
+
|
151 |
+
| Introdução ao Curso de Ciência da Computação e à Universidade Federal da Fronteira
|
152 |
+
Sul: principais estruturas e regulamentos. Introdução à área da Computação: inserção
|
153 |
+
e desenvolvimento profissional, carreira acadêmica e técnica. Conhecimentos e
|
154 |
+
comandos básicos em sistemas operacionais abertos. Fundamentos básicos da Computação:
|
155 |
+
história, principais componentes de hardware e software, sistemas de numeração,
|
156 |
+
aritmética binária e suas operações. Principais ferramentas e tecnologias para
|
157 |
+
o desenvolvimento e versionamento de código. | | | |
|
158 |
+
|
159 |
+
| OBJETIVO | | | |
|
160 |
+
|
161 |
+
<br><br>Projeto Pedagógico do Curso de Ciência Da Computação,*Campus*Chapecó.
|
162 |
+
<br><br>59 '
|
163 |
+
- source_sentence: Quais são as legislações específicas que o PPC do Curso de Ciência
|
164 |
+
da Computação segue?
|
165 |
+
sentences:
|
166 |
+
- '**8.3 Atendimento às legislações específicas**<br><br>O PPC do Curso de Graduação
|
167 |
+
em Ciência da Computação orienta-se pela legislação <br><br>1090 educacional,
|
168 |
+
geral e específica da área, bem como pelas normativas e orientações <br><br>institucionais
|
169 |
+
da UFFS, abaixo elencadas as referências legais: '
|
170 |
+
- "**REFERÊNCIAS BÁSICAS**<br><br>DA SILVA, Wagner Pires. Extensão Universitária:\
|
171 |
+
\ um conceito em construção. Revista \nem: \nEdição \nExtensão \nhttps://periodicos.ufrn.br/extensaoesociedade.\
|
172 |
+
\ Acesso em: 01/02/2021. \nDE PAULA, João Antônio. A extensão universitária: história,\
|
173 |
+
\ conceito e propostas. Revista \nInterfaces. Disponível em: https://periodicos.ufmg.br/index.php/revistainterfaces.\
|
174 |
+
\ Acesso \nem: 07/07/2021. \nGADOTTI, Moacir. Extensão Universitária: Para quê?\
|
175 |
+
\ Disponível em: paulofreire.org. \nAcesso em: 07/07/2021. <br><br> & Sociedade.\
|
176 |
+
\ 2020.2. Disponível "
|
177 |
+
- '180 pelas Resoluções 006/2012 – CONSUNI/CGRAD e 008/2016 – CONSUNI/CGAE, se
|
178 |
+
dá com <br><br>base nos resultados do Exame Nacional do Ensino Médio (ENEM), mediante
|
179 |
+
inscrição no <br><br>Sistema de Seleção Unificada (SISU), do Ministério da Educação
|
180 |
+
(MEC). Em atendimento à <br><br>Lei nº 12.711/2012 (Lei de Cotas) e a legislações
|
181 |
+
complementares (Decreto nº 7.824/2012 e <br><br>Portaria Normativa MEC Nº 18/2012),
|
182 |
+
a UFFS toma como base para a definição do <br><br>185 percentual de vagas reservadas
|
183 |
+
a candidatos que cursaram o Ensino Médio integralmente em <br><br>escola pública
|
184 |
+
o resultado do último Censo Escolar/INEP/MEC, de acordo com o estado <br><br>correspondente
|
185 |
+
ao local de oferta das vagas. <br><br>Além da reserva de vagas garantida por Lei,
|
186 |
+
a UFFS adota, como ações afirmativas, a <br><br>reserva de vagas para candidatos
|
187 |
+
que tenham cursado o ensino médio parcialmente em escola '
|
188 |
+
- source_sentence: Onde é mencionado oficialmente o NDE do curso de Ciência Da Computação,
|
189 |
+
conforme a Portaria nº ?
|
190 |
+
sentences:
|
191 |
+
- '**4.1 Justificativa da criação do curso**<br><br>A tecnologia da informação faz
|
192 |
+
parte do conjunto de recursos que sustentam e <br><br>505 viabilizam vários setores
|
193 |
+
comerciais, industriais e sociais. O desenvolvimento da área de <br><br>Computação
|
194 |
+
é extremamente dinâmico e tem sido impulsionado por crescentes demandas <br><br>provenientes
|
195 |
+
das relações com os ambientes em que está inserida. Além de atender às <br><br>demandas,
|
196 |
+
a inovação tecnológica relacionada a todos os tipos de sistemas computacionais
|
197 |
+
<br><br>tem causado profundo impacto nas áreas usuárias provocando mudanças, revisões,
|
198 |
+
e <br><br>510 transformações, culminando inclusive com o surgimento de novos
|
199 |
+
campos de atuação <br><br>profissional. A tecnologia, hoje, possui uma responsabilidade
|
200 |
+
técnica e social inegável. Falhas <br><br>tecnológicas podem provocar danos de
|
201 |
+
grandes proporções, o que justifica a importância da <br><br>constante qualificação
|
202 |
+
e a reflexão sobre a participação da tecnologia no dia a dia. A <br><br>academia
|
203 |
+
tem grande responsabilidade e capacidade para contribuir com esta demanda. <br><br>515 '
|
204 |
+
- '**IDENTIFICAÇÃO INSTITUCIONAL**<br><br>A Universidade Federal da Fronteira Sul
|
205 |
+
foi criada pela Lei Nº 12.029, de 15 de <br><br>35 setembro de 2009. Tem abrangência
|
206 |
+
interestadual com sede na cidade catarinense de <br><br>Chapecó, três*campi*no
|
207 |
+
Rio Grande do Sul – Cerro Largo, Erechim e Passo Fundo – e dois <br><br>*campi*no
|
208 |
+
Paraná – Laranjeiras do Sul e Realeza. '
|
209 |
+
- '**3.4 Núcleo Docente Estruturante do Curso**<br><br>O NDE do curso de Ciência
|
210 |
+
Da Computação, conforme designado na Portaria nº <br><br>Projeto Pedagógico do
|
211 |
+
Curso de Ciência Da Computação,*Campus*Chapecó. <br><br>17 '
|
212 |
+
model-index:
|
213 |
+
- name: SentenceTransformer based on sentence-transformers/multi-qa-mpnet-base-dot-v1
|
214 |
+
results:
|
215 |
+
- task:
|
216 |
+
type: information-retrieval
|
217 |
+
name: Information Retrieval
|
218 |
+
dataset:
|
219 |
+
name: Unknown
|
220 |
+
type: unknown
|
221 |
+
metrics:
|
222 |
+
- type: cosine_accuracy@1
|
223 |
+
value: 0.625
|
224 |
+
name: Cosine Accuracy@1
|
225 |
+
- type: cosine_accuracy@3
|
226 |
+
value: 0.8014705882352942
|
227 |
+
name: Cosine Accuracy@3
|
228 |
+
- type: cosine_accuracy@5
|
229 |
+
value: 0.8639705882352942
|
230 |
+
name: Cosine Accuracy@5
|
231 |
+
- type: cosine_accuracy@10
|
232 |
+
value: 0.9227941176470589
|
233 |
+
name: Cosine Accuracy@10
|
234 |
+
- type: cosine_precision@1
|
235 |
+
value: 0.625
|
236 |
+
name: Cosine Precision@1
|
237 |
+
- type: cosine_precision@3
|
238 |
+
value: 0.26715686274509803
|
239 |
+
name: Cosine Precision@3
|
240 |
+
- type: cosine_precision@5
|
241 |
+
value: 0.17279411764705882
|
242 |
+
name: Cosine Precision@5
|
243 |
+
- type: cosine_precision@10
|
244 |
+
value: 0.09227941176470587
|
245 |
+
name: Cosine Precision@10
|
246 |
+
- type: cosine_recall@1
|
247 |
+
value: 0.625
|
248 |
+
name: Cosine Recall@1
|
249 |
+
- type: cosine_recall@3
|
250 |
+
value: 0.8014705882352942
|
251 |
+
name: Cosine Recall@3
|
252 |
+
- type: cosine_recall@5
|
253 |
+
value: 0.8639705882352942
|
254 |
+
name: Cosine Recall@5
|
255 |
+
- type: cosine_recall@10
|
256 |
+
value: 0.9227941176470589
|
257 |
+
name: Cosine Recall@10
|
258 |
+
- type: cosine_ndcg@10
|
259 |
+
value: 0.7746268345784679
|
260 |
+
name: Cosine Ndcg@10
|
261 |
+
- type: cosine_mrr@10
|
262 |
+
value: 0.7270682578586998
|
263 |
+
name: Cosine Mrr@10
|
264 |
+
- type: cosine_map@100
|
265 |
+
value: 0.730138186486271
|
266 |
+
name: Cosine Map@100
|
267 |
+
- type: dot_accuracy@1
|
268 |
+
value: 0.6274509803921569
|
269 |
+
name: Dot Accuracy@1
|
270 |
+
- type: dot_accuracy@3
|
271 |
+
value: 0.7990196078431373
|
272 |
+
name: Dot Accuracy@3
|
273 |
+
- type: dot_accuracy@5
|
274 |
+
value: 0.8700980392156863
|
275 |
+
name: Dot Accuracy@5
|
276 |
+
- type: dot_accuracy@10
|
277 |
+
value: 0.9203431372549019
|
278 |
+
name: Dot Accuracy@10
|
279 |
+
- type: dot_precision@1
|
280 |
+
value: 0.6274509803921569
|
281 |
+
name: Dot Precision@1
|
282 |
+
- type: dot_precision@3
|
283 |
+
value: 0.26633986928104575
|
284 |
+
name: Dot Precision@3
|
285 |
+
- type: dot_precision@5
|
286 |
+
value: 0.17401960784313725
|
287 |
+
name: Dot Precision@5
|
288 |
+
- type: dot_precision@10
|
289 |
+
value: 0.09203431372549019
|
290 |
+
name: Dot Precision@10
|
291 |
+
- type: dot_recall@1
|
292 |
+
value: 0.6274509803921569
|
293 |
+
name: Dot Recall@1
|
294 |
+
- type: dot_recall@3
|
295 |
+
value: 0.7990196078431373
|
296 |
+
name: Dot Recall@3
|
297 |
+
- type: dot_recall@5
|
298 |
+
value: 0.8700980392156863
|
299 |
+
name: Dot Recall@5
|
300 |
+
- type: dot_recall@10
|
301 |
+
value: 0.9203431372549019
|
302 |
+
name: Dot Recall@10
|
303 |
+
- type: dot_ndcg@10
|
304 |
+
value: 0.7739749189192305
|
305 |
+
name: Dot Ndcg@10
|
306 |
+
- type: dot_mrr@10
|
307 |
+
value: 0.7269403594771247
|
308 |
+
name: Dot Mrr@10
|
309 |
+
- type: dot_map@100
|
310 |
+
value: 0.7302016154418327
|
311 |
+
name: Dot Map@100
|
312 |
+
---
|
313 |
+
|
314 |
+
# SentenceTransformer based on sentence-transformers/multi-qa-mpnet-base-dot-v1
|
315 |
+
|
316 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/multi-qa-mpnet-base-dot-v1](https://huggingface.co/sentence-transformers/multi-qa-mpnet-base-dot-v1). 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.
|
317 |
+
|
318 |
+
## Model Details
|
319 |
+
|
320 |
+
### Model Description
|
321 |
+
- **Model Type:** Sentence Transformer
|
322 |
+
- **Base model:** [sentence-transformers/multi-qa-mpnet-base-dot-v1](https://huggingface.co/sentence-transformers/multi-qa-mpnet-base-dot-v1) <!-- at revision bc0175d50b67121e4a5189c4fa864aff3e58eb6c -->
|
323 |
+
- **Maximum Sequence Length:** 512 tokens
|
324 |
+
- **Output Dimensionality:** 768 tokens
|
325 |
+
- **Similarity Function:** Dot Product
|
326 |
+
<!-- - **Training Dataset:** Unknown -->
|
327 |
+
<!-- - **Language:** Unknown -->
|
328 |
+
<!-- - **License:** Unknown -->
|
329 |
+
|
330 |
+
### Model Sources
|
331 |
+
|
332 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
333 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
334 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
335 |
+
|
336 |
+
### Full Model Architecture
|
337 |
+
|
338 |
+
```
|
339 |
+
SentenceTransformer(
|
340 |
+
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: MPNetModel
|
341 |
+
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
342 |
+
)
|
343 |
+
```
|
344 |
+
|
345 |
+
## Usage
|
346 |
+
|
347 |
+
### Direct Usage (Sentence Transformers)
|
348 |
+
|
349 |
+
First install the Sentence Transformers library:
|
350 |
+
|
351 |
+
```bash
|
352 |
+
pip install -U sentence-transformers
|
353 |
+
```
|
354 |
+
|
355 |
+
Then you can load this model and run inference.
|
356 |
+
```python
|
357 |
+
from sentence_transformers import SentenceTransformer
|
358 |
+
|
359 |
+
# Download from the 🤗 Hub
|
360 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
361 |
+
# Run inference
|
362 |
+
sentences = [
|
363 |
+
'Onde é mencionado oficialmente o NDE do curso de Ciência Da Computação, conforme a Portaria nº ?',
|
364 |
+
'**3.4 Núcleo Docente Estruturante do Curso**<br><br>O NDE do curso de Ciência Da Computação, conforme designado na Portaria nº <br><br>Projeto Pedagógico do Curso de Ciência Da Computação,*Campus*Chapecó. <br><br>17 ',
|
365 |
+
'**IDENTIFICAÇÃO INSTITUCIONAL**<br><br>A Universidade Federal da Fronteira Sul foi criada pela Lei Nº 12.029, de 15 de <br><br>35 setembro de 2009. Tem abrangência interestadual com sede na cidade catarinense de <br><br>Chapecó, três*campi*no Rio Grande do Sul – Cerro Largo, Erechim e Passo Fundo – e dois <br><br>*campi*no Paraná – Laranjeiras do Sul e Realeza. ',
|
366 |
+
]
|
367 |
+
embeddings = model.encode(sentences)
|
368 |
+
print(embeddings.shape)
|
369 |
+
# [3, 768]
|
370 |
+
|
371 |
+
# Get the similarity scores for the embeddings
|
372 |
+
similarities = model.similarity(embeddings, embeddings)
|
373 |
+
print(similarities.shape)
|
374 |
+
# [3, 3]
|
375 |
+
```
|
376 |
+
|
377 |
+
<!--
|
378 |
+
### Direct Usage (Transformers)
|
379 |
+
|
380 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
381 |
+
|
382 |
+
</details>
|
383 |
+
-->
|
384 |
+
|
385 |
+
<!--
|
386 |
+
### Downstream Usage (Sentence Transformers)
|
387 |
+
|
388 |
+
You can finetune this model on your own dataset.
|
389 |
+
|
390 |
+
<details><summary>Click to expand</summary>
|
391 |
+
|
392 |
+
</details>
|
393 |
+
-->
|
394 |
+
|
395 |
+
<!--
|
396 |
+
### Out-of-Scope Use
|
397 |
+
|
398 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
399 |
+
-->
|
400 |
+
|
401 |
+
## Evaluation
|
402 |
+
|
403 |
+
### Metrics
|
404 |
+
|
405 |
+
#### Information Retrieval
|
406 |
+
|
407 |
+
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
408 |
+
|
409 |
+
| Metric | Value |
|
410 |
+
|:--------------------|:-----------|
|
411 |
+
| cosine_accuracy@1 | 0.625 |
|
412 |
+
| cosine_accuracy@3 | 0.8015 |
|
413 |
+
| cosine_accuracy@5 | 0.864 |
|
414 |
+
| cosine_accuracy@10 | 0.9228 |
|
415 |
+
| cosine_precision@1 | 0.625 |
|
416 |
+
| cosine_precision@3 | 0.2672 |
|
417 |
+
| cosine_precision@5 | 0.1728 |
|
418 |
+
| cosine_precision@10 | 0.0923 |
|
419 |
+
| cosine_recall@1 | 0.625 |
|
420 |
+
| cosine_recall@3 | 0.8015 |
|
421 |
+
| cosine_recall@5 | 0.864 |
|
422 |
+
| cosine_recall@10 | 0.9228 |
|
423 |
+
| cosine_ndcg@10 | 0.7746 |
|
424 |
+
| cosine_mrr@10 | 0.7271 |
|
425 |
+
| **cosine_map@100** | **0.7301** |
|
426 |
+
| dot_accuracy@1 | 0.6275 |
|
427 |
+
| dot_accuracy@3 | 0.799 |
|
428 |
+
| dot_accuracy@5 | 0.8701 |
|
429 |
+
| dot_accuracy@10 | 0.9203 |
|
430 |
+
| dot_precision@1 | 0.6275 |
|
431 |
+
| dot_precision@3 | 0.2663 |
|
432 |
+
| dot_precision@5 | 0.174 |
|
433 |
+
| dot_precision@10 | 0.092 |
|
434 |
+
| dot_recall@1 | 0.6275 |
|
435 |
+
| dot_recall@3 | 0.799 |
|
436 |
+
| dot_recall@5 | 0.8701 |
|
437 |
+
| dot_recall@10 | 0.9203 |
|
438 |
+
| dot_ndcg@10 | 0.774 |
|
439 |
+
| dot_mrr@10 | 0.7269 |
|
440 |
+
| dot_map@100 | 0.7302 |
|
441 |
+
|
442 |
+
<!--
|
443 |
+
## Bias, Risks and Limitations
|
444 |
+
|
445 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
446 |
+
-->
|
447 |
+
|
448 |
+
<!--
|
449 |
+
### Recommendations
|
450 |
+
|
451 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
452 |
+
-->
|
453 |
+
|
454 |
+
## Training Details
|
455 |
+
|
456 |
+
### Training Dataset
|
457 |
+
|
458 |
+
#### Unnamed Dataset
|
459 |
+
|
460 |
+
|
461 |
+
* Size: 2,012 training samples
|
462 |
+
* Columns: <code>sentence_0</code> and <code>sentence_1</code>
|
463 |
+
* Approximate statistics based on the first 1000 samples:
|
464 |
+
| | sentence_0 | sentence_1 |
|
465 |
+
|:--------|:-----------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
|
466 |
+
| type | string | string |
|
467 |
+
| details | <ul><li>min: 14 tokens</li><li>mean: 40.7 tokens</li><li>max: 123 tokens</li></ul> | <ul><li>min: 9 tokens</li><li>mean: 272.17 tokens</li><li>max: 512 tokens</li></ul> |
|
468 |
+
* Samples:
|
469 |
+
| sentence_0 | sentence_1 |
|
470 |
+
|:-----------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
471 |
+
| <code>Em quantos estados brasileiros a Universidade Federal da Fronteira Sul está localizada?</code> | <code>**IDENTIFICAÇÃO INSTITUCIONAL**<br><br>A Universidade Federal da Fronteira Sul foi criada pela Lei Nº 12.029, de 15 de <br><br>35 setembro de 2009. Tem abrangência interestadual com sede na cidade catarinense de <br><br>Chapecó, três*campi*no Rio Grande do Sul – Cerro Largo, Erechim e Passo Fundo – e dois <br><br>*campi*no Paraná – Laranjeiras do Sul e Realeza. </code> |
|
472 |
+
| <code>Qual é a cidade sede da universidade?</code> | <code>**IDENTIFICAÇÃO INSTITUCIONAL**<br><br>A Universidade Federal da Fronteira Sul foi criada pela Lei Nº 12.029, de 15 de <br><br>35 setembro de 2009. Tem abrangência interestadual com sede na cidade catarinense de <br><br>Chapecó, três*campi*no Rio Grande do Sul – Cerro Largo, Erechim e Passo Fundo – e dois <br><br>*campi*no Paraná – Laranjeiras do Sul e Realeza. </code> |
|
473 |
+
| <code>Quantos *campi* possui a universidade em cada um dos estados onde está presente?</code> | <code>**IDENTIFICAÇÃO INSTITUCIONAL**<br><br>A Universidade Federal da Fronteira Sul foi criada pela Lei Nº 12.029, de 15 de <br><br>35 setembro de 2009. Tem abrangência interestadual com sede na cidade catarinense de <br><br>Chapecó, três*campi*no Rio Grande do Sul – Cerro Largo, Erechim e Passo Fundo – e dois <br><br>*campi*no Paraná – Laranjeiras do Sul e Realeza. </code> |
|
474 |
+
* Loss: [<code>MatryoshkaLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#matryoshkaloss) with these parameters:
|
475 |
+
```json
|
476 |
+
{
|
477 |
+
"loss": "MultipleNegativesRankingLoss",
|
478 |
+
"matryoshka_dims": [
|
479 |
+
768,
|
480 |
+
512,
|
481 |
+
256,
|
482 |
+
128,
|
483 |
+
64
|
484 |
+
],
|
485 |
+
"matryoshka_weights": [
|
486 |
+
1,
|
487 |
+
1,
|
488 |
+
1,
|
489 |
+
1,
|
490 |
+
1
|
491 |
+
],
|
492 |
+
"n_dims_per_step": -1
|
493 |
+
}
|
494 |
+
```
|
495 |
+
|
496 |
+
### Training Hyperparameters
|
497 |
+
#### Non-Default Hyperparameters
|
498 |
+
|
499 |
+
- `eval_strategy`: steps
|
500 |
+
- `per_device_train_batch_size`: 10
|
501 |
+
- `per_device_eval_batch_size`: 10
|
502 |
+
- `num_train_epochs`: 30
|
503 |
+
- `multi_dataset_batch_sampler`: round_robin
|
504 |
+
|
505 |
+
#### All Hyperparameters
|
506 |
+
<details><summary>Click to expand</summary>
|
507 |
+
|
508 |
+
- `overwrite_output_dir`: False
|
509 |
+
- `do_predict`: False
|
510 |
+
- `eval_strategy`: steps
|
511 |
+
- `prediction_loss_only`: True
|
512 |
+
- `per_device_train_batch_size`: 10
|
513 |
+
- `per_device_eval_batch_size`: 10
|
514 |
+
- `per_gpu_train_batch_size`: None
|
515 |
+
- `per_gpu_eval_batch_size`: None
|
516 |
+
- `gradient_accumulation_steps`: 1
|
517 |
+
- `eval_accumulation_steps`: None
|
518 |
+
- `torch_empty_cache_steps`: None
|
519 |
+
- `learning_rate`: 5e-05
|
520 |
+
- `weight_decay`: 0.0
|
521 |
+
- `adam_beta1`: 0.9
|
522 |
+
- `adam_beta2`: 0.999
|
523 |
+
- `adam_epsilon`: 1e-08
|
524 |
+
- `max_grad_norm`: 1
|
525 |
+
- `num_train_epochs`: 30
|
526 |
+
- `max_steps`: -1
|
527 |
+
- `lr_scheduler_type`: linear
|
528 |
+
- `lr_scheduler_kwargs`: {}
|
529 |
+
- `warmup_ratio`: 0.0
|
530 |
+
- `warmup_steps`: 0
|
531 |
+
- `log_level`: passive
|
532 |
+
- `log_level_replica`: warning
|
533 |
+
- `log_on_each_node`: True
|
534 |
+
- `logging_nan_inf_filter`: True
|
535 |
+
- `save_safetensors`: True
|
536 |
+
- `save_on_each_node`: False
|
537 |
+
- `save_only_model`: False
|
538 |
+
- `restore_callback_states_from_checkpoint`: False
|
539 |
+
- `no_cuda`: False
|
540 |
+
- `use_cpu`: False
|
541 |
+
- `use_mps_device`: False
|
542 |
+
- `seed`: 42
|
543 |
+
- `data_seed`: None
|
544 |
+
- `jit_mode_eval`: False
|
545 |
+
- `use_ipex`: False
|
546 |
+
- `bf16`: False
|
547 |
+
- `fp16`: False
|
548 |
+
- `fp16_opt_level`: O1
|
549 |
+
- `half_precision_backend`: auto
|
550 |
+
- `bf16_full_eval`: False
|
551 |
+
- `fp16_full_eval`: False
|
552 |
+
- `tf32`: None
|
553 |
+
- `local_rank`: 0
|
554 |
+
- `ddp_backend`: None
|
555 |
+
- `tpu_num_cores`: None
|
556 |
+
- `tpu_metrics_debug`: False
|
557 |
+
- `debug`: []
|
558 |
+
- `dataloader_drop_last`: False
|
559 |
+
- `dataloader_num_workers`: 0
|
560 |
+
- `dataloader_prefetch_factor`: None
|
561 |
+
- `past_index`: -1
|
562 |
+
- `disable_tqdm`: False
|
563 |
+
- `remove_unused_columns`: True
|
564 |
+
- `label_names`: None
|
565 |
+
- `load_best_model_at_end`: False
|
566 |
+
- `ignore_data_skip`: False
|
567 |
+
- `fsdp`: []
|
568 |
+
- `fsdp_min_num_params`: 0
|
569 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
570 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
571 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
572 |
+
- `deepspeed`: None
|
573 |
+
- `label_smoothing_factor`: 0.0
|
574 |
+
- `optim`: adamw_torch
|
575 |
+
- `optim_args`: None
|
576 |
+
- `adafactor`: False
|
577 |
+
- `group_by_length`: False
|
578 |
+
- `length_column_name`: length
|
579 |
+
- `ddp_find_unused_parameters`: None
|
580 |
+
- `ddp_bucket_cap_mb`: None
|
581 |
+
- `ddp_broadcast_buffers`: False
|
582 |
+
- `dataloader_pin_memory`: True
|
583 |
+
- `dataloader_persistent_workers`: False
|
584 |
+
- `skip_memory_metrics`: True
|
585 |
+
- `use_legacy_prediction_loop`: False
|
586 |
+
- `push_to_hub`: False
|
587 |
+
- `resume_from_checkpoint`: None
|
588 |
+
- `hub_model_id`: None
|
589 |
+
- `hub_strategy`: every_save
|
590 |
+
- `hub_private_repo`: False
|
591 |
+
- `hub_always_push`: False
|
592 |
+
- `gradient_checkpointing`: False
|
593 |
+
- `gradient_checkpointing_kwargs`: None
|
594 |
+
- `include_inputs_for_metrics`: False
|
595 |
+
- `eval_do_concat_batches`: True
|
596 |
+
- `fp16_backend`: auto
|
597 |
+
- `push_to_hub_model_id`: None
|
598 |
+
- `push_to_hub_organization`: None
|
599 |
+
- `mp_parameters`:
|
600 |
+
- `auto_find_batch_size`: False
|
601 |
+
- `full_determinism`: False
|
602 |
+
- `torchdynamo`: None
|
603 |
+
- `ray_scope`: last
|
604 |
+
- `ddp_timeout`: 1800
|
605 |
+
- `torch_compile`: False
|
606 |
+
- `torch_compile_backend`: None
|
607 |
+
- `torch_compile_mode`: None
|
608 |
+
- `dispatch_batches`: None
|
609 |
+
- `split_batches`: None
|
610 |
+
- `include_tokens_per_second`: False
|
611 |
+
- `include_num_input_tokens_seen`: False
|
612 |
+
- `neftune_noise_alpha`: None
|
613 |
+
- `optim_target_modules`: None
|
614 |
+
- `batch_eval_metrics`: False
|
615 |
+
- `eval_on_start`: False
|
616 |
+
- `eval_use_gather_object`: False
|
617 |
+
- `batch_sampler`: batch_sampler
|
618 |
+
- `multi_dataset_batch_sampler`: round_robin
|
619 |
+
|
620 |
+
</details>
|
621 |
+
|
622 |
+
### Training Logs
|
623 |
+
| Epoch | Step | Training Loss | cosine_map@100 |
|
624 |
+
|:------:|:----:|:-------------:|:--------------:|
|
625 |
+
| 0.9901 | 200 | - | 0.6360 |
|
626 |
+
| 1.0 | 202 | - | 0.6399 |
|
627 |
+
| 1.9802 | 400 | - | 0.6686 |
|
628 |
+
| 2.0 | 404 | - | 0.6670 |
|
629 |
+
| 2.4752 | 500 | 2.6222 | - |
|
630 |
+
| 2.9703 | 600 | - | 0.6943 |
|
631 |
+
| 3.0 | 606 | - | 0.6864 |
|
632 |
+
| 3.9604 | 800 | - | 0.7016 |
|
633 |
+
| 4.0 | 808 | - | 0.7064 |
|
634 |
+
| 4.9505 | 1000 | 0.5981 | 0.7301 |
|
635 |
+
|
636 |
+
|
637 |
+
### Framework Versions
|
638 |
+
- Python: 3.10.12
|
639 |
+
- Sentence Transformers: 3.2.1
|
640 |
+
- Transformers: 4.44.2
|
641 |
+
- PyTorch: 2.5.0+cu121
|
642 |
+
- Accelerate: 0.34.2
|
643 |
+
- Datasets: 3.1.0
|
644 |
+
- Tokenizers: 0.19.1
|
645 |
+
|
646 |
+
## Citation
|
647 |
+
|
648 |
+
### BibTeX
|
649 |
+
|
650 |
+
#### Sentence Transformers
|
651 |
+
```bibtex
|
652 |
+
@inproceedings{reimers-2019-sentence-bert,
|
653 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
654 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
655 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
656 |
+
month = "11",
|
657 |
+
year = "2019",
|
658 |
+
publisher = "Association for Computational Linguistics",
|
659 |
+
url = "https://arxiv.org/abs/1908.10084",
|
660 |
+
}
|
661 |
+
```
|
662 |
+
|
663 |
+
#### MatryoshkaLoss
|
664 |
+
```bibtex
|
665 |
+
@misc{kusupati2024matryoshka,
|
666 |
+
title={Matryoshka Representation Learning},
|
667 |
+
author={Aditya Kusupati and Gantavya Bhatt and Aniket Rege and Matthew Wallingford and Aditya Sinha and Vivek Ramanujan and William Howard-Snyder and Kaifeng Chen and Sham Kakade and Prateek Jain and Ali Farhadi},
|
668 |
+
year={2024},
|
669 |
+
eprint={2205.13147},
|
670 |
+
archivePrefix={arXiv},
|
671 |
+
primaryClass={cs.LG}
|
672 |
+
}
|
673 |
+
```
|
674 |
+
|
675 |
+
#### MultipleNegativesRankingLoss
|
676 |
+
```bibtex
|
677 |
+
@misc{henderson2017efficient,
|
678 |
+
title={Efficient Natural Language Response Suggestion for Smart Reply},
|
679 |
+
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},
|
680 |
+
year={2017},
|
681 |
+
eprint={1705.00652},
|
682 |
+
archivePrefix={arXiv},
|
683 |
+
primaryClass={cs.CL}
|
684 |
+
}
|
685 |
+
```
|
686 |
+
|
687 |
+
<!--
|
688 |
+
## Glossary
|
689 |
+
|
690 |
+
*Clearly define terms in order to be accessible across audiences.*
|
691 |
+
-->
|
692 |
+
|
693 |
+
<!--
|
694 |
+
## Model Card Authors
|
695 |
+
|
696 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
697 |
+
-->
|
698 |
+
|
699 |
+
<!--
|
700 |
+
## Model Card Contact
|
701 |
+
|
702 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
703 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sentence-transformers/multi-qa-mpnet-base-dot-v1",
|
3 |
+
"architectures": [
|
4 |
+
"MPNetModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-05,
|
15 |
+
"max_position_embeddings": 514,
|
16 |
+
"model_type": "mpnet",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 1,
|
20 |
+
"relative_attention_num_buckets": 32,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.44.2",
|
23 |
+
"vocab_size": 30527
|
24 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.2.1",
|
4 |
+
"transformers": "4.44.2",
|
5 |
+
"pytorch": "2.5.0+cu121"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": "dot"
|
10 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4928353d916927eb3ee63291626b9dc7d0be1d0390e84c249b28e64beb186176
|
3 |
+
size 437967672
|
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": 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
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"104": {
|
36 |
+
"content": "[UNK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"30526": {
|
44 |
+
"content": "<mask>",
|
45 |
+
"lstrip": true,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"bos_token": "<s>",
|
53 |
+
"clean_up_tokenization_spaces": true,
|
54 |
+
"cls_token": "<s>",
|
55 |
+
"do_lower_case": true,
|
56 |
+
"eos_token": "</s>",
|
57 |
+
"mask_token": "<mask>",
|
58 |
+
"max_length": 250,
|
59 |
+
"model_max_length": 512,
|
60 |
+
"pad_to_multiple_of": null,
|
61 |
+
"pad_token": "<pad>",
|
62 |
+
"pad_token_type_id": 0,
|
63 |
+
"padding_side": "right",
|
64 |
+
"sep_token": "</s>",
|
65 |
+
"stride": 0,
|
66 |
+
"strip_accents": null,
|
67 |
+
"tokenize_chinese_chars": true,
|
68 |
+
"tokenizer_class": "MPNetTokenizer",
|
69 |
+
"truncation_side": "right",
|
70 |
+
"truncation_strategy": "longest_first",
|
71 |
+
"unk_token": "[UNK]"
|
72 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|