Add new SentenceTransformer model.
Browse files- README.md +527 -164
- config_sentence_transformers.json +1 -1
- model.safetensors +1 -1
- runs/Sep19_17-11-12_default/events.out.tfevents.1726765875.default.308.0 +3 -0
- runs/Sep19_17-15-43_default/events.out.tfevents.1726766146.default.450.0 +3 -0
- runs/Sep19_17-16-44_default/events.out.tfevents.1726766207.default.528.0 +3 -0
- runs/Sep19_17-24-20_default/events.out.tfevents.1726766662.default.858.0 +3 -0
README.md
CHANGED
|
@@ -1,201 +1,564 @@
|
|
| 1 |
---
|
| 2 |
base_model: colorfulscoop/sbert-base-ja
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
-
#
|
| 9 |
-
|
| 10 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
-
|
| 12 |
|
|
|
|
| 13 |
|
| 14 |
## Model Details
|
| 15 |
|
| 16 |
### Model Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
Generates similarity embeddings
|
| 21 |
-
|
| 22 |
-
- **Developed by:** [More Information Needed]
|
| 23 |
-
- **Funded by [optional]:** [More Information Needed]
|
| 24 |
-
- **Shared by [optional]:** [More Information Needed]
|
| 25 |
-
- **Model type:** [More Information Needed]
|
| 26 |
-
- **Language(s) (NLP):** ja
|
| 27 |
-
- **License:** cc-by-sa-4.0
|
| 28 |
-
- **Finetuned from model [optional]:** colorfulscoop/sbert-base-ja
|
| 29 |
-
|
| 30 |
-
### Model Sources [optional]
|
| 31 |
-
|
| 32 |
-
<!-- Provide the basic links for the model. -->
|
| 33 |
-
|
| 34 |
-
- **Repository:** [More Information Needed]
|
| 35 |
-
- **Paper [optional]:** [More Information Needed]
|
| 36 |
-
- **Demo [optional]:** [More Information Needed]
|
| 37 |
-
|
| 38 |
-
## Uses
|
| 39 |
-
|
| 40 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 41 |
|
| 42 |
-
|
|
|
|
|
|
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
-
##
|
| 49 |
|
| 50 |
-
|
| 51 |
|
| 52 |
-
|
| 53 |
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
[More Information Needed]
|
| 59 |
|
| 60 |
-
|
|
|
|
|
|
|
| 61 |
|
| 62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
|
|
|
|
|
|
| 67 |
|
| 68 |
-
<!--
|
|
|
|
| 69 |
|
| 70 |
-
|
| 71 |
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
Use the code below to get started with the model.
|
| 75 |
-
|
| 76 |
-
[More Information Needed]
|
| 77 |
-
|
| 78 |
-
## Training Details
|
| 79 |
|
| 80 |
-
|
|
|
|
| 81 |
|
| 82 |
-
|
| 83 |
|
| 84 |
-
|
| 85 |
|
| 86 |
-
|
|
|
|
| 87 |
|
| 88 |
-
<!--
|
| 89 |
-
|
| 90 |
-
#### Preprocessing [optional]
|
| 91 |
-
|
| 92 |
-
[More Information Needed]
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
#### Training Hyperparameters
|
| 96 |
-
|
| 97 |
-
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 98 |
-
|
| 99 |
-
#### Speeds, Sizes, Times [optional]
|
| 100 |
-
|
| 101 |
-
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 102 |
|
| 103 |
-
|
|
|
|
| 104 |
|
| 105 |
## Evaluation
|
| 106 |
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
###
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
[More Information Needed]
|
| 160 |
-
|
| 161 |
-
### Compute Infrastructure
|
| 162 |
-
|
| 163 |
-
[More Information Needed]
|
| 164 |
-
|
| 165 |
-
#### Hardware
|
| 166 |
-
|
| 167 |
-
[More Information Needed]
|
| 168 |
-
|
| 169 |
-
#### Software
|
| 170 |
-
|
| 171 |
-
[More Information Needed]
|
| 172 |
-
|
| 173 |
-
## Citation [optional]
|
| 174 |
-
|
| 175 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 176 |
-
|
| 177 |
-
**BibTeX:**
|
| 178 |
-
|
| 179 |
-
[More Information Needed]
|
| 180 |
-
|
| 181 |
-
**APA:**
|
| 182 |
-
|
| 183 |
-
[More Information Needed]
|
| 184 |
-
|
| 185 |
-
## Glossary [optional]
|
| 186 |
-
|
| 187 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 188 |
-
|
| 189 |
-
[More Information Needed]
|
| 190 |
-
|
| 191 |
-
## More Information [optional]
|
| 192 |
-
|
| 193 |
-
[More Information Needed]
|
| 194 |
|
| 195 |
-
|
|
|
|
| 196 |
|
| 197 |
-
|
| 198 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 199 |
## Model Card Contact
|
| 200 |
|
| 201 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
base_model: colorfulscoop/sbert-base-ja
|
| 3 |
+
library_name: sentence-transformers
|
| 4 |
+
metrics:
|
| 5 |
+
- cosine_accuracy
|
| 6 |
+
- cosine_accuracy_threshold
|
| 7 |
+
- cosine_f1
|
| 8 |
+
- cosine_f1_threshold
|
| 9 |
+
- cosine_precision
|
| 10 |
+
- cosine_recall
|
| 11 |
+
- cosine_ap
|
| 12 |
+
- dot_accuracy
|
| 13 |
+
- dot_accuracy_threshold
|
| 14 |
+
- dot_f1
|
| 15 |
+
- dot_f1_threshold
|
| 16 |
+
- dot_precision
|
| 17 |
+
- dot_recall
|
| 18 |
+
- dot_ap
|
| 19 |
+
- manhattan_accuracy
|
| 20 |
+
- manhattan_accuracy_threshold
|
| 21 |
+
- manhattan_f1
|
| 22 |
+
- manhattan_f1_threshold
|
| 23 |
+
- manhattan_precision
|
| 24 |
+
- manhattan_recall
|
| 25 |
+
- manhattan_ap
|
| 26 |
+
- euclidean_accuracy
|
| 27 |
+
- euclidean_accuracy_threshold
|
| 28 |
+
- euclidean_f1
|
| 29 |
+
- euclidean_f1_threshold
|
| 30 |
+
- euclidean_precision
|
| 31 |
+
- euclidean_recall
|
| 32 |
+
- euclidean_ap
|
| 33 |
+
- max_accuracy
|
| 34 |
+
- max_accuracy_threshold
|
| 35 |
+
- max_f1
|
| 36 |
+
- max_f1_threshold
|
| 37 |
+
- max_precision
|
| 38 |
+
- max_recall
|
| 39 |
+
- max_ap
|
| 40 |
+
pipeline_tag: sentence-similarity
|
| 41 |
+
tags:
|
| 42 |
+
- sentence-transformers
|
| 43 |
+
- sentence-similarity
|
| 44 |
+
- feature-extraction
|
| 45 |
+
- generated_from_trainer
|
| 46 |
+
- dataset_size:5332
|
| 47 |
+
- loss:CosineSimilarityLoss
|
| 48 |
+
widget:
|
| 49 |
+
- source_sentence: 夕飯はチキンヌードルだった?
|
| 50 |
+
sentences:
|
| 51 |
+
- 自分があげたやつ?
|
| 52 |
+
- 誰の話をしているの?
|
| 53 |
+
- ジャックについて教えて
|
| 54 |
+
- source_sentence: なんて?
|
| 55 |
+
sentences:
|
| 56 |
+
- 自分で探せ
|
| 57 |
+
- 賢者の木ってなに?
|
| 58 |
+
- リリアンは物体の姿を変える力がある?
|
| 59 |
+
- source_sentence: キミならどっちがいい?
|
| 60 |
+
sentences:
|
| 61 |
+
- みんなどんな魔法を使うの?
|
| 62 |
+
- かわいい
|
| 63 |
+
- おすすめは?
|
| 64 |
+
- source_sentence: もう一回言って?
|
| 65 |
+
sentences:
|
| 66 |
+
- なんて言った?
|
| 67 |
+
- 他は?
|
| 68 |
+
- 物の形を変える魔法が使える人
|
| 69 |
+
- source_sentence: スカーフはナイトスタンドにある?
|
| 70 |
+
sentences:
|
| 71 |
+
- どこをさがせばいい?
|
| 72 |
+
- おはようございます
|
| 73 |
+
- なんでここに本が?
|
| 74 |
+
model-index:
|
| 75 |
+
- name: SentenceTransformer based on colorfulscoop/sbert-base-ja
|
| 76 |
+
results:
|
| 77 |
+
- task:
|
| 78 |
+
type: binary-classification
|
| 79 |
+
name: Binary Classification
|
| 80 |
+
dataset:
|
| 81 |
+
name: custom arc semantics data jp
|
| 82 |
+
type: custom-arc-semantics-data-jp
|
| 83 |
+
metrics:
|
| 84 |
+
- type: cosine_accuracy
|
| 85 |
+
value: 0.9116268166901078
|
| 86 |
+
name: Cosine Accuracy
|
| 87 |
+
- type: cosine_accuracy_threshold
|
| 88 |
+
value: 0.46791699528694153
|
| 89 |
+
name: Cosine Accuracy Threshold
|
| 90 |
+
- type: cosine_f1
|
| 91 |
+
value: 0.8269317668323544
|
| 92 |
+
name: Cosine F1
|
| 93 |
+
- type: cosine_f1_threshold
|
| 94 |
+
value: 0.4229881763458252
|
| 95 |
+
name: Cosine F1 Threshold
|
| 96 |
+
- type: cosine_precision
|
| 97 |
+
value: 0.8097345132743363
|
| 98 |
+
name: Cosine Precision
|
| 99 |
+
- type: cosine_recall
|
| 100 |
+
value: 0.8448753462603878
|
| 101 |
+
name: Cosine Recall
|
| 102 |
+
- type: cosine_ap
|
| 103 |
+
value: 0.8940833309279971
|
| 104 |
+
name: Cosine Ap
|
| 105 |
+
- type: dot_accuracy
|
| 106 |
+
value: 0.9111579934364744
|
| 107 |
+
name: Dot Accuracy
|
| 108 |
+
- type: dot_accuracy_threshold
|
| 109 |
+
value: 255.0606689453125
|
| 110 |
+
name: Dot Accuracy Threshold
|
| 111 |
+
- type: dot_f1
|
| 112 |
+
value: 0.8222637979420019
|
| 113 |
+
name: Dot F1
|
| 114 |
+
- type: dot_f1_threshold
|
| 115 |
+
value: 235.09774780273438
|
| 116 |
+
name: Dot F1 Threshold
|
| 117 |
+
- type: dot_precision
|
| 118 |
+
value: 0.833175355450237
|
| 119 |
+
name: Dot Precision
|
| 120 |
+
- type: dot_recall
|
| 121 |
+
value: 0.8116343490304709
|
| 122 |
+
name: Dot Recall
|
| 123 |
+
- type: dot_ap
|
| 124 |
+
value: 0.888632631676088
|
| 125 |
+
name: Dot Ap
|
| 126 |
+
- type: manhattan_accuracy
|
| 127 |
+
value: 0.9116268166901078
|
| 128 |
+
name: Manhattan Accuracy
|
| 129 |
+
- type: manhattan_accuracy_threshold
|
| 130 |
+
value: 532.9468994140625
|
| 131 |
+
name: Manhattan Accuracy Threshold
|
| 132 |
+
- type: manhattan_f1
|
| 133 |
+
value: 0.8263473053892215
|
| 134 |
+
name: Manhattan F1
|
| 135 |
+
- type: manhattan_f1_threshold
|
| 136 |
+
value: 532.9468994140625
|
| 137 |
+
name: Manhattan F1 Threshold
|
| 138 |
+
- type: manhattan_precision
|
| 139 |
+
value: 0.8244485294117647
|
| 140 |
+
name: Manhattan Precision
|
| 141 |
+
- type: manhattan_recall
|
| 142 |
+
value: 0.8282548476454293
|
| 143 |
+
name: Manhattan Recall
|
| 144 |
+
- type: manhattan_ap
|
| 145 |
+
value: 0.896907536809839
|
| 146 |
+
name: Manhattan Ap
|
| 147 |
+
- type: euclidean_accuracy
|
| 148 |
+
value: 0.9104547585560244
|
| 149 |
+
name: Euclidean Accuracy
|
| 150 |
+
- type: euclidean_accuracy_threshold
|
| 151 |
+
value: 23.19765853881836
|
| 152 |
+
name: Euclidean Accuracy Threshold
|
| 153 |
+
- type: euclidean_f1
|
| 154 |
+
value: 0.8257713248638838
|
| 155 |
+
name: Euclidean F1
|
| 156 |
+
- type: euclidean_f1_threshold
|
| 157 |
+
value: 24.578529357910156
|
| 158 |
+
name: Euclidean F1 Threshold
|
| 159 |
+
- type: euclidean_precision
|
| 160 |
+
value: 0.8117752007136485
|
| 161 |
+
name: Euclidean Precision
|
| 162 |
+
- type: euclidean_recall
|
| 163 |
+
value: 0.840258541089566
|
| 164 |
+
name: Euclidean Recall
|
| 165 |
+
- type: euclidean_ap
|
| 166 |
+
value: 0.8967147239562754
|
| 167 |
+
name: Euclidean Ap
|
| 168 |
+
- type: max_accuracy
|
| 169 |
+
value: 0.9116268166901078
|
| 170 |
+
name: Max Accuracy
|
| 171 |
+
- type: max_accuracy_threshold
|
| 172 |
+
value: 532.9468994140625
|
| 173 |
+
name: Max Accuracy Threshold
|
| 174 |
+
- type: max_f1
|
| 175 |
+
value: 0.8269317668323544
|
| 176 |
+
name: Max F1
|
| 177 |
+
- type: max_f1_threshold
|
| 178 |
+
value: 532.9468994140625
|
| 179 |
+
name: Max F1 Threshold
|
| 180 |
+
- type: max_precision
|
| 181 |
+
value: 0.833175355450237
|
| 182 |
+
name: Max Precision
|
| 183 |
+
- type: max_recall
|
| 184 |
+
value: 0.8448753462603878
|
| 185 |
+
name: Max Recall
|
| 186 |
+
- type: max_ap
|
| 187 |
+
value: 0.896907536809839
|
| 188 |
+
name: Max Ap
|
| 189 |
---
|
| 190 |
|
| 191 |
+
# SentenceTransformer based on colorfulscoop/sbert-base-ja
|
|
|
|
|
|
|
|
|
|
| 192 |
|
| 193 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [colorfulscoop/sbert-base-ja](https://huggingface.co/colorfulscoop/sbert-base-ja) on the csv dataset. 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.
|
| 194 |
|
| 195 |
## Model Details
|
| 196 |
|
| 197 |
### Model Description
|
| 198 |
+
- **Model Type:** Sentence Transformer
|
| 199 |
+
- **Base model:** [colorfulscoop/sbert-base-ja](https://huggingface.co/colorfulscoop/sbert-base-ja) <!-- at revision ecb8a98cd5176719ff7ab0d770a27420118732cf -->
|
| 200 |
+
- **Maximum Sequence Length:** 512 tokens
|
| 201 |
+
- **Output Dimensionality:** 768 tokens
|
| 202 |
+
- **Similarity Function:** Cosine Similarity
|
| 203 |
+
- **Training Dataset:**
|
| 204 |
+
- csv
|
| 205 |
+
<!-- - **Language:** Unknown -->
|
| 206 |
+
<!-- - **License:** Unknown -->
|
| 207 |
|
| 208 |
+
### Model Sources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 209 |
|
| 210 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
| 211 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
| 212 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
| 213 |
|
| 214 |
+
### Full Model Architecture
|
| 215 |
|
| 216 |
+
```
|
| 217 |
+
SentenceTransformer(
|
| 218 |
+
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel
|
| 219 |
+
(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})
|
| 220 |
+
)
|
| 221 |
+
```
|
| 222 |
|
| 223 |
+
## Usage
|
| 224 |
|
| 225 |
+
### Direct Usage (Sentence Transformers)
|
| 226 |
|
| 227 |
+
First install the Sentence Transformers library:
|
| 228 |
|
| 229 |
+
```bash
|
| 230 |
+
pip install -U sentence-transformers
|
| 231 |
+
```
|
|
|
|
|
|
|
| 232 |
|
| 233 |
+
Then you can load this model and run inference.
|
| 234 |
+
```python
|
| 235 |
+
from sentence_transformers import SentenceTransformer
|
| 236 |
|
| 237 |
+
# Download from the 🤗 Hub
|
| 238 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
| 239 |
+
# Run inference
|
| 240 |
+
sentences = [
|
| 241 |
+
'スカーフはナイトスタンドにある?',
|
| 242 |
+
'どこをさがせばいい?',
|
| 243 |
+
'おはようございます',
|
| 244 |
+
]
|
| 245 |
+
embeddings = model.encode(sentences)
|
| 246 |
+
print(embeddings.shape)
|
| 247 |
+
# [3, 768]
|
| 248 |
|
| 249 |
+
# Get the similarity scores for the embeddings
|
| 250 |
+
similarities = model.similarity(embeddings, embeddings)
|
| 251 |
+
print(similarities.shape)
|
| 252 |
+
# [3, 3]
|
| 253 |
+
```
|
| 254 |
|
| 255 |
+
<!--
|
| 256 |
+
### Direct Usage (Transformers)
|
| 257 |
|
| 258 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
| 259 |
|
| 260 |
+
</details>
|
| 261 |
+
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 262 |
|
| 263 |
+
<!--
|
| 264 |
+
### Downstream Usage (Sentence Transformers)
|
| 265 |
|
| 266 |
+
You can finetune this model on your own dataset.
|
| 267 |
|
| 268 |
+
<details><summary>Click to expand</summary>
|
| 269 |
|
| 270 |
+
</details>
|
| 271 |
+
-->
|
| 272 |
|
| 273 |
+
<!--
|
| 274 |
+
### Out-of-Scope Use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 275 |
|
| 276 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 277 |
+
-->
|
| 278 |
|
| 279 |
## Evaluation
|
| 280 |
|
| 281 |
+
### Metrics
|
| 282 |
+
|
| 283 |
+
#### Binary Classification
|
| 284 |
+
* Dataset: `custom-arc-semantics-data-jp`
|
| 285 |
+
* Evaluated with [<code>BinaryClassificationEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.BinaryClassificationEvaluator)
|
| 286 |
+
|
| 287 |
+
| Metric | Value |
|
| 288 |
+
|:-----------------------------|:-----------|
|
| 289 |
+
| cosine_accuracy | 0.9116 |
|
| 290 |
+
| cosine_accuracy_threshold | 0.4679 |
|
| 291 |
+
| cosine_f1 | 0.8269 |
|
| 292 |
+
| cosine_f1_threshold | 0.423 |
|
| 293 |
+
| cosine_precision | 0.8097 |
|
| 294 |
+
| cosine_recall | 0.8449 |
|
| 295 |
+
| cosine_ap | 0.8941 |
|
| 296 |
+
| dot_accuracy | 0.9112 |
|
| 297 |
+
| dot_accuracy_threshold | 255.0607 |
|
| 298 |
+
| dot_f1 | 0.8223 |
|
| 299 |
+
| dot_f1_threshold | 235.0977 |
|
| 300 |
+
| dot_precision | 0.8332 |
|
| 301 |
+
| dot_recall | 0.8116 |
|
| 302 |
+
| dot_ap | 0.8886 |
|
| 303 |
+
| manhattan_accuracy | 0.9116 |
|
| 304 |
+
| manhattan_accuracy_threshold | 532.9469 |
|
| 305 |
+
| manhattan_f1 | 0.8263 |
|
| 306 |
+
| manhattan_f1_threshold | 532.9469 |
|
| 307 |
+
| manhattan_precision | 0.8244 |
|
| 308 |
+
| manhattan_recall | 0.8283 |
|
| 309 |
+
| manhattan_ap | 0.8969 |
|
| 310 |
+
| euclidean_accuracy | 0.9105 |
|
| 311 |
+
| euclidean_accuracy_threshold | 23.1977 |
|
| 312 |
+
| euclidean_f1 | 0.8258 |
|
| 313 |
+
| euclidean_f1_threshold | 24.5785 |
|
| 314 |
+
| euclidean_precision | 0.8118 |
|
| 315 |
+
| euclidean_recall | 0.8403 |
|
| 316 |
+
| euclidean_ap | 0.8967 |
|
| 317 |
+
| max_accuracy | 0.9116 |
|
| 318 |
+
| max_accuracy_threshold | 532.9469 |
|
| 319 |
+
| max_f1 | 0.8269 |
|
| 320 |
+
| max_f1_threshold | 532.9469 |
|
| 321 |
+
| max_precision | 0.8332 |
|
| 322 |
+
| max_recall | 0.8449 |
|
| 323 |
+
| **max_ap** | **0.8969** |
|
| 324 |
+
|
| 325 |
+
<!--
|
| 326 |
+
## Bias, Risks and Limitations
|
| 327 |
+
|
| 328 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
| 329 |
+
-->
|
| 330 |
+
|
| 331 |
+
<!--
|
| 332 |
+
### Recommendations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 333 |
|
| 334 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
| 335 |
+
-->
|
| 336 |
|
| 337 |
+
## Training Details
|
| 338 |
|
| 339 |
+
### Training Dataset
|
| 340 |
+
|
| 341 |
+
#### csv
|
| 342 |
+
|
| 343 |
+
* Dataset: csv
|
| 344 |
+
* Size: 5,332 training samples
|
| 345 |
+
* Columns: <code>text1</code>, <code>text2</code>, and <code>label</code>
|
| 346 |
+
* Approximate statistics based on the first 1000 samples:
|
| 347 |
+
| | text1 | text2 | label |
|
| 348 |
+
|:--------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------|
|
| 349 |
+
| type | string | string | int |
|
| 350 |
+
| details | <ul><li>min: 4 tokens</li><li>mean: 8.07 tokens</li><li>max: 14 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 7.99 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>0: ~76.10%</li><li>1: ~23.90%</li></ul> |
|
| 351 |
+
* Samples:
|
| 352 |
+
| text1 | text2 | label |
|
| 353 |
+
|:-------------------------------|:---------------------------|:---------------|
|
| 354 |
+
| <code>物の形を変えられる人</code> | <code>魔法をかけられる人</code> | <code>1</code> |
|
| 355 |
+
| <code>花壇を調べよう</code> | <code>あの木に引っかかってるやつ</code> | <code>0</code> |
|
| 356 |
+
| <code>青いオーブがどこにあるか知ってる?</code> | <code>自分でやれば?</code> | <code>0</code> |
|
| 357 |
+
* Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
|
| 358 |
+
```json
|
| 359 |
+
{
|
| 360 |
+
"loss_fct": "torch.nn.modules.loss.MSELoss"
|
| 361 |
+
}
|
| 362 |
+
```
|
| 363 |
+
|
| 364 |
+
### Evaluation Dataset
|
| 365 |
+
|
| 366 |
+
#### csv
|
| 367 |
+
|
| 368 |
+
* Dataset: csv
|
| 369 |
+
* Size: 5,332 evaluation samples
|
| 370 |
+
* Columns: <code>text1</code>, <code>text2</code>, and <code>label</code>
|
| 371 |
+
* Approximate statistics based on the first 1000 samples:
|
| 372 |
+
| | text1 | text2 | label |
|
| 373 |
+
|:--------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------|
|
| 374 |
+
| type | string | string | int |
|
| 375 |
+
| details | <ul><li>min: 4 tokens</li><li>mean: 8.15 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 7.86 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>0: ~73.50%</li><li>1: ~26.50%</li></ul> |
|
| 376 |
+
* Samples:
|
| 377 |
+
| text1 | text2 | label |
|
| 378 |
+
|:-------------------------|:-----------------------|:---------------|
|
| 379 |
+
| <code>誰?</code> | <code>何者?</code> | <code>1</code> |
|
| 380 |
+
| <code>黄色のスカーフ</code> | <code>暗いのが怖いから</code> | <code>0</code> |
|
| 381 |
+
| <code>青いオーブを見かけた?</code> | <code>村人について教えて</code> | <code>0</code> |
|
| 382 |
+
* Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
|
| 383 |
+
```json
|
| 384 |
+
{
|
| 385 |
+
"loss_fct": "torch.nn.modules.loss.MSELoss"
|
| 386 |
+
}
|
| 387 |
+
```
|
| 388 |
+
|
| 389 |
+
### Training Hyperparameters
|
| 390 |
+
#### Non-Default Hyperparameters
|
| 391 |
+
|
| 392 |
+
- `eval_strategy`: epoch
|
| 393 |
+
- `learning_rate`: 2e-05
|
| 394 |
+
- `num_train_epochs`: 1
|
| 395 |
+
- `warmup_ratio`: 0.4
|
| 396 |
+
- `fp16`: True
|
| 397 |
+
- `batch_sampler`: no_duplicates
|
| 398 |
+
|
| 399 |
+
#### All Hyperparameters
|
| 400 |
+
<details><summary>Click to expand</summary>
|
| 401 |
+
|
| 402 |
+
- `overwrite_output_dir`: False
|
| 403 |
+
- `do_predict`: False
|
| 404 |
+
- `eval_strategy`: epoch
|
| 405 |
+
- `prediction_loss_only`: True
|
| 406 |
+
- `per_device_train_batch_size`: 8
|
| 407 |
+
- `per_device_eval_batch_size`: 8
|
| 408 |
+
- `per_gpu_train_batch_size`: None
|
| 409 |
+
- `per_gpu_eval_batch_size`: None
|
| 410 |
+
- `gradient_accumulation_steps`: 1
|
| 411 |
+
- `eval_accumulation_steps`: None
|
| 412 |
+
- `torch_empty_cache_steps`: None
|
| 413 |
+
- `learning_rate`: 2e-05
|
| 414 |
+
- `weight_decay`: 0.0
|
| 415 |
+
- `adam_beta1`: 0.9
|
| 416 |
+
- `adam_beta2`: 0.999
|
| 417 |
+
- `adam_epsilon`: 1e-08
|
| 418 |
+
- `max_grad_norm`: 1.0
|
| 419 |
+
- `num_train_epochs`: 1
|
| 420 |
+
- `max_steps`: -1
|
| 421 |
+
- `lr_scheduler_type`: linear
|
| 422 |
+
- `lr_scheduler_kwargs`: {}
|
| 423 |
+
- `warmup_ratio`: 0.4
|
| 424 |
+
- `warmup_steps`: 0
|
| 425 |
+
- `log_level`: passive
|
| 426 |
+
- `log_level_replica`: warning
|
| 427 |
+
- `log_on_each_node`: True
|
| 428 |
+
- `logging_nan_inf_filter`: True
|
| 429 |
+
- `save_safetensors`: True
|
| 430 |
+
- `save_on_each_node`: False
|
| 431 |
+
- `save_only_model`: False
|
| 432 |
+
- `restore_callback_states_from_checkpoint`: False
|
| 433 |
+
- `no_cuda`: False
|
| 434 |
+
- `use_cpu`: False
|
| 435 |
+
- `use_mps_device`: False
|
| 436 |
+
- `seed`: 42
|
| 437 |
+
- `data_seed`: None
|
| 438 |
+
- `jit_mode_eval`: False
|
| 439 |
+
- `use_ipex`: False
|
| 440 |
+
- `bf16`: False
|
| 441 |
+
- `fp16`: True
|
| 442 |
+
- `fp16_opt_level`: O1
|
| 443 |
+
- `half_precision_backend`: auto
|
| 444 |
+
- `bf16_full_eval`: False
|
| 445 |
+
- `fp16_full_eval`: False
|
| 446 |
+
- `tf32`: None
|
| 447 |
+
- `local_rank`: 0
|
| 448 |
+
- `ddp_backend`: None
|
| 449 |
+
- `tpu_num_cores`: None
|
| 450 |
+
- `tpu_metrics_debug`: False
|
| 451 |
+
- `debug`: []
|
| 452 |
+
- `dataloader_drop_last`: False
|
| 453 |
+
- `dataloader_num_workers`: 0
|
| 454 |
+
- `dataloader_prefetch_factor`: None
|
| 455 |
+
- `past_index`: -1
|
| 456 |
+
- `disable_tqdm`: False
|
| 457 |
+
- `remove_unused_columns`: True
|
| 458 |
+
- `label_names`: None
|
| 459 |
+
- `load_best_model_at_end`: False
|
| 460 |
+
- `ignore_data_skip`: False
|
| 461 |
+
- `fsdp`: []
|
| 462 |
+
- `fsdp_min_num_params`: 0
|
| 463 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
| 464 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
| 465 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
| 466 |
+
- `deepspeed`: None
|
| 467 |
+
- `label_smoothing_factor`: 0.0
|
| 468 |
+
- `optim`: adamw_torch
|
| 469 |
+
- `optim_args`: None
|
| 470 |
+
- `adafactor`: False
|
| 471 |
+
- `group_by_length`: False
|
| 472 |
+
- `length_column_name`: length
|
| 473 |
+
- `ddp_find_unused_parameters`: None
|
| 474 |
+
- `ddp_bucket_cap_mb`: None
|
| 475 |
+
- `ddp_broadcast_buffers`: False
|
| 476 |
+
- `dataloader_pin_memory`: True
|
| 477 |
+
- `dataloader_persistent_workers`: False
|
| 478 |
+
- `skip_memory_metrics`: True
|
| 479 |
+
- `use_legacy_prediction_loop`: False
|
| 480 |
+
- `push_to_hub`: False
|
| 481 |
+
- `resume_from_checkpoint`: None
|
| 482 |
+
- `hub_model_id`: None
|
| 483 |
+
- `hub_strategy`: every_save
|
| 484 |
+
- `hub_private_repo`: False
|
| 485 |
+
- `hub_always_push`: False
|
| 486 |
+
- `gradient_checkpointing`: False
|
| 487 |
+
- `gradient_checkpointing_kwargs`: None
|
| 488 |
+
- `include_inputs_for_metrics`: False
|
| 489 |
+
- `eval_do_concat_batches`: True
|
| 490 |
+
- `fp16_backend`: auto
|
| 491 |
+
- `push_to_hub_model_id`: None
|
| 492 |
+
- `push_to_hub_organization`: None
|
| 493 |
+
- `mp_parameters`:
|
| 494 |
+
- `auto_find_batch_size`: False
|
| 495 |
+
- `full_determinism`: False
|
| 496 |
+
- `torchdynamo`: None
|
| 497 |
+
- `ray_scope`: last
|
| 498 |
+
- `ddp_timeout`: 1800
|
| 499 |
+
- `torch_compile`: False
|
| 500 |
+
- `torch_compile_backend`: None
|
| 501 |
+
- `torch_compile_mode`: None
|
| 502 |
+
- `dispatch_batches`: None
|
| 503 |
+
- `split_batches`: None
|
| 504 |
+
- `include_tokens_per_second`: False
|
| 505 |
+
- `include_num_input_tokens_seen`: False
|
| 506 |
+
- `neftune_noise_alpha`: None
|
| 507 |
+
- `optim_target_modules`: None
|
| 508 |
+
- `batch_eval_metrics`: False
|
| 509 |
+
- `eval_on_start`: False
|
| 510 |
+
- `eval_use_gather_object`: False
|
| 511 |
+
- `batch_sampler`: no_duplicates
|
| 512 |
+
- `multi_dataset_batch_sampler`: proportional
|
| 513 |
+
|
| 514 |
+
</details>
|
| 515 |
+
|
| 516 |
+
### Training Logs
|
| 517 |
+
| Epoch | Step | Training Loss | loss | custom-arc-semantics-data-jp_max_ap |
|
| 518 |
+
|:-----:|:----:|:-------------:|:------:|:-----------------------------------:|
|
| 519 |
+
| 1.0 | 134 | 0.1171 | 0.0780 | 0.8969 |
|
| 520 |
+
|
| 521 |
+
|
| 522 |
+
### Framework Versions
|
| 523 |
+
- Python: 3.10.14
|
| 524 |
+
- Sentence Transformers: 3.1.1
|
| 525 |
+
- Transformers: 4.44.2
|
| 526 |
+
- PyTorch: 2.4.1+cu121
|
| 527 |
+
- Accelerate: 0.34.2
|
| 528 |
+
- Datasets: 2.20.0
|
| 529 |
+
- Tokenizers: 0.19.1
|
| 530 |
+
|
| 531 |
+
## Citation
|
| 532 |
+
|
| 533 |
+
### BibTeX
|
| 534 |
+
|
| 535 |
+
#### Sentence Transformers
|
| 536 |
+
```bibtex
|
| 537 |
+
@inproceedings{reimers-2019-sentence-bert,
|
| 538 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 539 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
| 540 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 541 |
+
month = "11",
|
| 542 |
+
year = "2019",
|
| 543 |
+
publisher = "Association for Computational Linguistics",
|
| 544 |
+
url = "https://arxiv.org/abs/1908.10084",
|
| 545 |
+
}
|
| 546 |
+
```
|
| 547 |
+
|
| 548 |
+
<!--
|
| 549 |
+
## Glossary
|
| 550 |
+
|
| 551 |
+
*Clearly define terms in order to be accessible across audiences.*
|
| 552 |
+
-->
|
| 553 |
+
|
| 554 |
+
<!--
|
| 555 |
+
## Model Card Authors
|
| 556 |
+
|
| 557 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 558 |
+
-->
|
| 559 |
+
|
| 560 |
+
<!--
|
| 561 |
## Model Card Contact
|
| 562 |
|
| 563 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 564 |
+
-->
|
config_sentence_transformers.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"__version__": {
|
| 3 |
-
"sentence_transformers": "3.1.
|
| 4 |
"transformers": "4.44.2",
|
| 5 |
"pytorch": "2.4.1+cu121"
|
| 6 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"__version__": {
|
| 3 |
+
"sentence_transformers": "3.1.1",
|
| 4 |
"transformers": "4.44.2",
|
| 5 |
"pytorch": "2.4.1+cu121"
|
| 6 |
},
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442491744
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e58e1993c2cc78b0d054932cfbef924f6ac6130b0db83c95919504da129fbbb
|
| 3 |
size 442491744
|
runs/Sep19_17-11-12_default/events.out.tfevents.1726765875.default.308.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1fbe0403c79da6588ef71aa4f2f6f86b1107f07c41818c392a3a2ff42b9a76d
|
| 3 |
+
size 4278
|
runs/Sep19_17-15-43_default/events.out.tfevents.1726766146.default.450.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:293192b7f5f57203befef2bf6e38b01026712d715a6ea91bf970d5dd5f72a655
|
| 3 |
+
size 4184
|
runs/Sep19_17-16-44_default/events.out.tfevents.1726766207.default.528.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a95cc681dd8b588dce741a2c48a4a210effb8fd4eeea3f91d1b4992ebfdc992
|
| 3 |
+
size 4278
|
runs/Sep19_17-24-20_default/events.out.tfevents.1726766662.default.858.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:216c02db1befeb2f5984672b6ceddf67da2a7885508f81e7f42b4aadb9d52685
|
| 3 |
+
size 8199
|