Upload echo-tuned-embedding-v2 model files
Browse files- 1_Pooling/config.json +10 -0
- README.md +177 -0
- config.json +24 -0
- config_sentence_transformers.json +14 -0
- eval/similarity_evaluation_results.csv +4 -0
- model.safetensors +3 -0
- modules.json +20 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +73 -0
- training_metadata.json +8 -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
CHANGED
|
@@ -1,3 +1,180 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
+
library_name: sentence-transformers
|
| 6 |
+
tags:
|
| 7 |
+
- sentence-transformers
|
| 8 |
+
- sentence-similarity
|
| 9 |
+
- feature-extraction
|
| 10 |
+
- semantic-search
|
| 11 |
+
- embeddings
|
| 12 |
+
- fine-tuned
|
| 13 |
+
- atles
|
| 14 |
+
- echo
|
| 15 |
+
- personal-knowledge
|
| 16 |
+
datasets:
|
| 17 |
+
- custom
|
| 18 |
+
pipeline_tag: sentence-similarity
|
| 19 |
+
base_model: spartan8806/atles-champion-embedding
|
| 20 |
+
model-index:
|
| 21 |
+
- name: echo-tuned-embedding-v2
|
| 22 |
+
results:
|
| 23 |
+
- task:
|
| 24 |
+
type: semantic-similarity
|
| 25 |
+
dataset:
|
| 26 |
+
name: ECHO Knowledge Base (Personal)
|
| 27 |
+
type: custom
|
| 28 |
+
metrics:
|
| 29 |
+
- name: Pearson Correlation
|
| 30 |
+
type: pearson_correlation
|
| 31 |
+
value: 0.999
|
| 32 |
+
- name: Spearman Correlation
|
| 33 |
+
type: spearman_correlation
|
| 34 |
+
value: 0.989
|
| 35 |
+
- name: Average Improvement vs Base
|
| 36 |
+
type: custom
|
| 37 |
+
value: 0.0243
|
| 38 |
---
|
| 39 |
+
|
| 40 |
+
# ECHO Tuned Embedding v2
|
| 41 |
+
|
| 42 |
+
A fine-tuned embedding model optimized for personal knowledge management and semantic search within the ATLES ecosystem.
|
| 43 |
+
|
| 44 |
+
## Model Description
|
| 45 |
+
|
| 46 |
+
This model is a fine-tuned version of [spartan8806/atles-champion-embedding](https://huggingface.co/spartan8806/atles-champion-embedding) (which itself is based on `all-mpnet-base-v2`). It has been specifically trained on personal knowledge data from the ATLES-ECHO system to improve semantic search relevance for:
|
| 47 |
+
|
| 48 |
+
- Code and technical documentation
|
| 49 |
+
- Screen captures and OCR text
|
| 50 |
+
- Application usage patterns
|
| 51 |
+
- Clipboard content
|
| 52 |
+
- File system changes
|
| 53 |
+
|
| 54 |
+
## Training Details
|
| 55 |
+
|
| 56 |
+
### Base Model
|
| 57 |
+
- **Parent Model**: `spartan8806/atles-champion-embedding`
|
| 58 |
+
- **Architecture**: MPNet (110M parameters)
|
| 59 |
+
- **Embedding Dimension**: 768
|
| 60 |
+
|
| 61 |
+
### Training Data
|
| 62 |
+
The model was fine-tuned using **semantic similarity pairs** generated from 10K+ personal knowledge items:
|
| 63 |
+
|
| 64 |
+
| Dataset | Examples |
|
| 65 |
+
|---------|----------|
|
| 66 |
+
| Similarity Pairs | 14,512 |
|
| 67 |
+
| Triplets (Hard Negatives) | 10,000 |
|
| 68 |
+
| **Total** | **24,512** |
|
| 69 |
+
|
| 70 |
+
### Training Method
|
| 71 |
+
Unlike naive fine-tuning that uses structural heuristics (same file = similar), this model was trained using **actual semantic similarity scores** computed by the base model itself. This knowledge distillation approach ensures the model learns meaningful semantic relationships.
|
| 72 |
+
|
| 73 |
+
- **Method**: CosineSimilarityLoss with real similarity labels
|
| 74 |
+
- **Hard Negatives**: Triplets with carefully selected negatives (0.3-0.5 similarity range)
|
| 75 |
+
- **Epochs**: 3
|
| 76 |
+
- **Batch Size**: 16
|
| 77 |
+
- **Training Time**: ~5 hours on NVIDIA GPU
|
| 78 |
+
|
| 79 |
+
### Training Metrics
|
| 80 |
+
|
| 81 |
+
| Epoch | Loss | Pearson | Spearman |
|
| 82 |
+
|-------|------|---------|----------|
|
| 83 |
+
| 0.61 | 0.0013 | 0.9964 | 0.9781 |
|
| 84 |
+
| 1.22 | 0.0007 | 0.9983 | 0.9860 |
|
| 85 |
+
| 1.84 | 0.0004 | 0.9989 | 0.9880 |
|
| 86 |
+
| **Final** | **0.0002** | **0.9990** | **0.9886** |
|
| 87 |
+
|
| 88 |
+
## Performance Comparison
|
| 89 |
+
|
| 90 |
+
Tested on domain-specific queries against the base model:
|
| 91 |
+
|
| 92 |
+
| Query | Base | v2 | Δ |
|
| 93 |
+
|-------|------|-----|---|
|
| 94 |
+
| Phoenix watcher implementation | 0.3985 | 0.4896 | **+0.0910** ✅ |
|
| 95 |
+
| File watcher event handling | 0.5436 | 0.6208 | **+0.0773** ✅ |
|
| 96 |
+
| ECHO knowledge base search | 0.3186 | 0.3632 | **+0.0446** ✅ |
|
| 97 |
+
| FastAPI async endpoint | 0.5228 | 0.5262 | +0.0034 ✅ |
|
| 98 |
+
| ATLES embedding model training | 0.2915 | 0.2957 | +0.0041 ✅ |
|
| 99 |
+
| Screen capture OCR extraction | 0.1935 | 0.1947 | +0.0012 ✅ |
|
| 100 |
+
| **Average** | **0.3542** | **0.3785** | **+0.0243** |
|
| 101 |
+
|
| 102 |
+
- **Improvement Rate**: 75% of queries (6/8) improved
|
| 103 |
+
- **Encoding Speed**: 29% faster than base model (1.63s vs 2.30s for 100 items)
|
| 104 |
+
|
| 105 |
+
## Usage
|
| 106 |
+
|
| 107 |
+
### With Sentence Transformers
|
| 108 |
+
|
| 109 |
+
```python
|
| 110 |
+
from sentence_transformers import SentenceTransformer
|
| 111 |
+
|
| 112 |
+
model = SentenceTransformer("path/to/echo-tuned-embedding-v2")
|
| 113 |
+
|
| 114 |
+
sentences = [
|
| 115 |
+
"How does the file watcher handle events?",
|
| 116 |
+
"Phoenix watcher implementation details",
|
| 117 |
+
"Database query optimization"
|
| 118 |
+
]
|
| 119 |
+
|
| 120 |
+
embeddings = model.encode(sentences)
|
| 121 |
+
print(embeddings.shape) # (3, 768)
|
| 122 |
+
```
|
| 123 |
+
|
| 124 |
+
### For Semantic Search
|
| 125 |
+
|
| 126 |
+
```python
|
| 127 |
+
from sentence_transformers import SentenceTransformer, util
|
| 128 |
+
|
| 129 |
+
model = SentenceTransformer("path/to/echo-tuned-embedding-v2")
|
| 130 |
+
|
| 131 |
+
# Your knowledge base
|
| 132 |
+
documents = [
|
| 133 |
+
"The file watcher monitors directory changes...",
|
| 134 |
+
"Phoenix implements real-time event handling...",
|
| 135 |
+
"FastAPI endpoints are defined with decorators..."
|
| 136 |
+
]
|
| 137 |
+
|
| 138 |
+
# Query
|
| 139 |
+
query = "How do I handle file system events?"
|
| 140 |
+
|
| 141 |
+
# Encode
|
| 142 |
+
doc_embeddings = model.encode(documents, normalize_embeddings=True)
|
| 143 |
+
query_embedding = model.encode(query, normalize_embeddings=True)
|
| 144 |
+
|
| 145 |
+
# Search
|
| 146 |
+
similarities = util.cos_sim(query_embedding, doc_embeddings)
|
| 147 |
+
print(similarities)
|
| 148 |
+
```
|
| 149 |
+
|
| 150 |
+
## Intended Use
|
| 151 |
+
|
| 152 |
+
This model is designed for:
|
| 153 |
+
- Personal knowledge management systems
|
| 154 |
+
- Semantic search over mixed content (code, docs, screen text)
|
| 155 |
+
- Similar document retrieval
|
| 156 |
+
- Context-aware information retrieval
|
| 157 |
+
|
| 158 |
+
## Limitations
|
| 159 |
+
|
| 160 |
+
- Trained on English content only
|
| 161 |
+
- Optimized for technical/developer-focused content
|
| 162 |
+
- May not generalize well to domains significantly different from training data
|
| 163 |
+
- Performance benefits are most pronounced for domain-specific queries
|
| 164 |
+
|
| 165 |
+
## Model Card Authors
|
| 166 |
+
|
| 167 |
+
- ATLES Development Team
|
| 168 |
+
- Fine-tuned using the ATLES-ECHO knowledge embedding pipeline
|
| 169 |
+
|
| 170 |
+
## Citation
|
| 171 |
+
|
| 172 |
+
```bibtex
|
| 173 |
+
@misc{echo-tuned-embedding-v2,
|
| 174 |
+
author = {ATLES Team},
|
| 175 |
+
title = {ECHO Tuned Embedding v2: Personal Knowledge Embedding Model},
|
| 176 |
+
year = {2024},
|
| 177 |
+
publisher = {HuggingFace},
|
| 178 |
+
note = {Fine-tuned from spartan8806/atles-champion-embedding}
|
| 179 |
+
}
|
| 180 |
+
```
|
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MPNetModel"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"bos_token_id": 0,
|
| 7 |
+
"dtype": "float32",
|
| 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.55.2",
|
| 23 |
+
"vocab_size": 30527
|
| 24 |
+
}
|
config_sentence_transformers.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__version__": {
|
| 3 |
+
"sentence_transformers": "5.1.2",
|
| 4 |
+
"transformers": "4.55.2",
|
| 5 |
+
"pytorch": "2.6.0+cu124"
|
| 6 |
+
},
|
| 7 |
+
"model_type": "SentenceTransformer",
|
| 8 |
+
"prompts": {
|
| 9 |
+
"query": "",
|
| 10 |
+
"document": ""
|
| 11 |
+
},
|
| 12 |
+
"default_prompt_name": null,
|
| 13 |
+
"similarity_fn_name": "cosine"
|
| 14 |
+
}
|
eval/similarity_evaluation_results.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,steps,cosine_pearson,cosine_spearman
|
| 2 |
+
1.0,817,0.9980633715432862,0.9869937865783289
|
| 3 |
+
2.0,1634,0.9987598556577522,0.9871647962369636
|
| 4 |
+
3.0,2451,0.9991330189480883,0.9882259259775316
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4fdc04eb3de98a255b9faaab4d39bc6cfef0c619d9a04eff333ed2a2f950de4
|
| 3 |
+
size 437967672
|
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": 384,
|
| 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,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": false,
|
| 54 |
+
"cls_token": "<s>",
|
| 55 |
+
"do_lower_case": true,
|
| 56 |
+
"eos_token": "</s>",
|
| 57 |
+
"extra_special_tokens": {},
|
| 58 |
+
"mask_token": "<mask>",
|
| 59 |
+
"max_length": 128,
|
| 60 |
+
"model_max_length": 384,
|
| 61 |
+
"pad_to_multiple_of": null,
|
| 62 |
+
"pad_token": "<pad>",
|
| 63 |
+
"pad_token_type_id": 0,
|
| 64 |
+
"padding_side": "right",
|
| 65 |
+
"sep_token": "</s>",
|
| 66 |
+
"stride": 0,
|
| 67 |
+
"strip_accents": null,
|
| 68 |
+
"tokenize_chinese_chars": true,
|
| 69 |
+
"tokenizer_class": "MPNetTokenizer",
|
| 70 |
+
"truncation_side": "right",
|
| 71 |
+
"truncation_strategy": "longest_first",
|
| 72 |
+
"unk_token": "[UNK]"
|
| 73 |
+
}
|
training_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "spartan8806/atles-champion-embedding",
|
| 3 |
+
"trained_at": "2025-12-07T07:56:19.230529",
|
| 4 |
+
"training_examples": 13060,
|
| 5 |
+
"epochs": 3,
|
| 6 |
+
"batch_size": 16,
|
| 7 |
+
"device": "cuda"
|
| 8 |
+
}
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|