Add SetFit model
Browse files- .gitattributes +2 -0
- 1_Pooling/config.json +10 -0
- README.md +723 -0
- config.json +26 -0
- config_sentence_transformers.json +10 -0
- config_setfit.json +8 -0
- model.safetensors +3 -0
- model_head.pkl +3 -0
- modules.json +14 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer.json +3 -0
- tokenizer_config.json +64 -0
- unigram.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ 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
|
37 |
+
unigram.json filter=lfs diff=lfs merge=lfs -text
|
1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 384,
|
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,723 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- setfit
|
4 |
+
- sentence-transformers
|
5 |
+
- text-classification
|
6 |
+
- generated_from_setfit_trainer
|
7 |
+
widget:
|
8 |
+
- text: '"Die selbsternannten Klimaretter von der Letzten Generation haben wieder
|
9 |
+
einmal den Verkehr in der Stadt lahmgelegt und tausende Pendler in den Morgenstau
|
10 |
+
getrieben."'
|
11 |
+
- text: Trotz der teils massiven Behinderungen des öffentlichen Straßenverkehrs durch
|
12 |
+
Aktionen, wie dem Aufkleben von Straßen oder dem Blockieren von Straßenkreuzungen,
|
13 |
+
zeigte sich, dass ein Teil der Bevölkerung, die die Demonstrationen beobachtete,
|
14 |
+
die Aktionen der Klima-Aktivisten unterstützt.
|
15 |
+
- text: '"Die selbsternannten Klimahelden von Fridays for Future und der Letzten Generation
|
16 |
+
haben wieder einmal für Chaos auf Deutschlands Straßen gesorgt und dabei nicht
|
17 |
+
nur den Verkehrslärm, sondern auch die Geduld der Bürger zum Kochen gebracht."'
|
18 |
+
- text: ' Die Einführung von Wärmepumpen durch das neue Heizungsgesetz ist ein wichtiger
|
19 |
+
Schritt zur Reduzierung des CO2-Ausstoßes und zur Förderung nachhaltiger Energiequellen.'
|
20 |
+
- text: ' "Ein nationales Tempolimit auf Autobahnen wäre ein weiterer Schritt in Richtung
|
21 |
+
eines überregulierten Staates, der den Bürgern ihre Freiheit stückweise entreißt."'
|
22 |
+
metrics:
|
23 |
+
- accuracy
|
24 |
+
pipeline_tag: text-classification
|
25 |
+
library_name: setfit
|
26 |
+
inference: true
|
27 |
+
base_model: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
28 |
+
model-index:
|
29 |
+
- name: SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
30 |
+
results:
|
31 |
+
- task:
|
32 |
+
type: text-classification
|
33 |
+
name: Text Classification
|
34 |
+
dataset:
|
35 |
+
name: Unknown
|
36 |
+
type: unknown
|
37 |
+
split: test
|
38 |
+
metrics:
|
39 |
+
- type: accuracy
|
40 |
+
value: 0.956989247311828
|
41 |
+
name: Accuracy
|
42 |
+
---
|
43 |
+
|
44 |
+
# SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
45 |
+
|
46 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
|
47 |
+
|
48 |
+
The model has been trained using an efficient few-shot learning technique that involves:
|
49 |
+
|
50 |
+
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
51 |
+
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
52 |
+
|
53 |
+
## Model Details
|
54 |
+
|
55 |
+
### Model Description
|
56 |
+
- **Model Type:** SetFit
|
57 |
+
- **Sentence Transformer body:** [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2)
|
58 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
59 |
+
- **Maximum Sequence Length:** 128 tokens
|
60 |
+
- **Number of Classes:** 3 classes
|
61 |
+
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
|
62 |
+
<!-- - **Language:** Unknown -->
|
63 |
+
<!-- - **License:** Unknown -->
|
64 |
+
|
65 |
+
### Model Sources
|
66 |
+
|
67 |
+
- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
|
68 |
+
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
69 |
+
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
70 |
+
|
71 |
+
### Model Labels
|
72 |
+
| Label | Examples |
|
73 |
+
|:-----------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
74 |
+
| neutral | <ul><li>'Die Aktionen von Klima-Aktivisten, die in mehreren Städten zu Verkehrsbehinderungen geführt haben, haben in der Öffentlichkeit sowohl Unterstützung als auch Kritik ausgelöst.'</li><li>' Die Diskussion über ein nationales Tempolimit auf Autobahnen spaltet weiterhin die Gemüter, während Experten die potenziellen Vorteile und Nachteile abwägen.'</li><li>' Der Bundestag wird in den kommenden Wochen über das geplante Heizungsgesetz debattieren.'</li></ul> |
|
75 |
+
| supportive | <ul><li>' "Die Aktionen von Gruppen wie Fridays for Future und der Letzten Generation zeigen, dass die junge Generation bereit ist, für eine lebenswerte Zukunft zu kämpfen."'</li><li>' Die Einführung eines nationalen Tempolimits auf Autobahnen könnte die Verkehrssicherheit erheblich verbessern und die Zahl der Verkehrstoten reduzieren.'</li><li>'"Die jungen Aktivisten von Fridays for Future und die Letzte Generation haben mit ihren unkonventionellen Aktionen ein wichtiges Gespräch über die Dringlichkeit des Klimaschutzes angestoßen."'</li></ul> |
|
76 |
+
| opposed | <ul><li>'„Die Polizei musste am Freitag wiederholt mit harten Bandagen gegen die Klima-Rebellen vorgehen, die Straßen und Plätze in der Innenstadt blockierten, um für ihre Forderungen zu demonstrieren.“'</li><li>' "Ein Tempolimit auf deutschen Autobahnen würde den freiheitsliebenden Autofahrern das Herz brechen."'</li><li>'Die ständigen Straßenblockaden und Farbbeanspritzungen auf Kunstwerke haben viele Menschen in Deutschland mehr als nur gereizt - sie haben sie in ihrem täglichen Leben massiv behindert und zu einer wachsenden Ablehnung gegenüber den Klima-Aktivisten geführt.'</li></ul> |
|
77 |
+
|
78 |
+
## Evaluation
|
79 |
+
|
80 |
+
### Metrics
|
81 |
+
| Label | Accuracy |
|
82 |
+
|:--------|:---------|
|
83 |
+
| **all** | 0.9570 |
|
84 |
+
|
85 |
+
## Uses
|
86 |
+
|
87 |
+
### Direct Use for Inference
|
88 |
+
|
89 |
+
First install the SetFit library:
|
90 |
+
|
91 |
+
```bash
|
92 |
+
pip install setfit
|
93 |
+
```
|
94 |
+
|
95 |
+
Then you can load this model and run inference.
|
96 |
+
|
97 |
+
```python
|
98 |
+
from setfit import SetFitModel
|
99 |
+
|
100 |
+
# Download from the 🤗 Hub
|
101 |
+
model = SetFitModel.from_pretrained("cbpuschmann/MiniLM-klimacoder_v0.6")
|
102 |
+
# Run inference
|
103 |
+
preds = model(" \"Ein nationales Tempolimit auf Autobahnen wäre ein weiterer Schritt in Richtung eines überregulierten Staates, der den Bürgern ihre Freiheit stückweise entreißt.\"")
|
104 |
+
```
|
105 |
+
|
106 |
+
<!--
|
107 |
+
### Downstream Use
|
108 |
+
|
109 |
+
*List how someone could finetune this model on their own dataset.*
|
110 |
+
-->
|
111 |
+
|
112 |
+
<!--
|
113 |
+
### Out-of-Scope Use
|
114 |
+
|
115 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
116 |
+
-->
|
117 |
+
|
118 |
+
<!--
|
119 |
+
## Bias, Risks and Limitations
|
120 |
+
|
121 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
122 |
+
-->
|
123 |
+
|
124 |
+
<!--
|
125 |
+
### Recommendations
|
126 |
+
|
127 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
128 |
+
-->
|
129 |
+
|
130 |
+
## Training Details
|
131 |
+
|
132 |
+
### Training Set Metrics
|
133 |
+
| Training set | Min | Median | Max |
|
134 |
+
|:-------------|:----|:--------|:----|
|
135 |
+
| Word count | 10 | 25.7025 | 53 |
|
136 |
+
|
137 |
+
| Label | Training Sample Count |
|
138 |
+
|:-----------|:----------------------|
|
139 |
+
| neutral | 318 |
|
140 |
+
| opposed | 388 |
|
141 |
+
| supportive | 410 |
|
142 |
+
|
143 |
+
### Training Hyperparameters
|
144 |
+
- batch_size: (32, 32)
|
145 |
+
- num_epochs: (1, 1)
|
146 |
+
- max_steps: -1
|
147 |
+
- sampling_strategy: oversampling
|
148 |
+
- body_learning_rate: (2e-05, 1e-05)
|
149 |
+
- head_learning_rate: 0.01
|
150 |
+
- loss: CosineSimilarityLoss
|
151 |
+
- distance_metric: cosine_distance
|
152 |
+
- margin: 0.25
|
153 |
+
- end_to_end: False
|
154 |
+
- use_amp: False
|
155 |
+
- warmup_proportion: 0.1
|
156 |
+
- l2_weight: 0.01
|
157 |
+
- seed: 42
|
158 |
+
- eval_max_steps: -1
|
159 |
+
- load_best_model_at_end: False
|
160 |
+
|
161 |
+
### Training Results
|
162 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
163 |
+
|:------:|:-----:|:-------------:|:---------------:|
|
164 |
+
| 0.0000 | 1 | 0.2339 | - |
|
165 |
+
| 0.0019 | 50 | 0.2439 | - |
|
166 |
+
| 0.0039 | 100 | 0.2407 | - |
|
167 |
+
| 0.0058 | 150 | 0.2295 | - |
|
168 |
+
| 0.0078 | 200 | 0.2123 | - |
|
169 |
+
| 0.0097 | 250 | 0.1903 | - |
|
170 |
+
| 0.0116 | 300 | 0.153 | - |
|
171 |
+
| 0.0136 | 350 | 0.1322 | - |
|
172 |
+
| 0.0155 | 400 | 0.116 | - |
|
173 |
+
| 0.0174 | 450 | 0.0937 | - |
|
174 |
+
| 0.0194 | 500 | 0.0721 | - |
|
175 |
+
| 0.0213 | 550 | 0.0525 | - |
|
176 |
+
| 0.0233 | 600 | 0.0388 | - |
|
177 |
+
| 0.0252 | 650 | 0.0338 | - |
|
178 |
+
| 0.0271 | 700 | 0.026 | - |
|
179 |
+
| 0.0291 | 750 | 0.0224 | - |
|
180 |
+
| 0.0310 | 800 | 0.0122 | - |
|
181 |
+
| 0.0329 | 850 | 0.0088 | - |
|
182 |
+
| 0.0349 | 900 | 0.0079 | - |
|
183 |
+
| 0.0368 | 950 | 0.0055 | - |
|
184 |
+
| 0.0388 | 1000 | 0.004 | - |
|
185 |
+
| 0.0407 | 1050 | 0.0027 | - |
|
186 |
+
| 0.0426 | 1100 | 0.0025 | - |
|
187 |
+
| 0.0446 | 1150 | 0.0019 | - |
|
188 |
+
| 0.0465 | 1200 | 0.0014 | - |
|
189 |
+
| 0.0484 | 1250 | 0.0013 | - |
|
190 |
+
| 0.0504 | 1300 | 0.0006 | - |
|
191 |
+
| 0.0523 | 1350 | 0.0012 | - |
|
192 |
+
| 0.0543 | 1400 | 0.0006 | - |
|
193 |
+
| 0.0562 | 1450 | 0.0004 | - |
|
194 |
+
| 0.0581 | 1500 | 0.0003 | - |
|
195 |
+
| 0.0601 | 1550 | 0.0003 | - |
|
196 |
+
| 0.0620 | 1600 | 0.0003 | - |
|
197 |
+
| 0.0639 | 1650 | 0.0002 | - |
|
198 |
+
| 0.0659 | 1700 | 0.0007 | - |
|
199 |
+
| 0.0678 | 1750 | 0.0002 | - |
|
200 |
+
| 0.0698 | 1800 | 0.0002 | - |
|
201 |
+
| 0.0717 | 1850 | 0.0002 | - |
|
202 |
+
| 0.0736 | 1900 | 0.0003 | - |
|
203 |
+
| 0.0756 | 1950 | 0.0002 | - |
|
204 |
+
| 0.0775 | 2000 | 0.0001 | - |
|
205 |
+
| 0.0794 | 2050 | 0.0001 | - |
|
206 |
+
| 0.0814 | 2100 | 0.0001 | - |
|
207 |
+
| 0.0833 | 2150 | 0.0001 | - |
|
208 |
+
| 0.0853 | 2200 | 0.0008 | - |
|
209 |
+
| 0.0872 | 2250 | 0.0007 | - |
|
210 |
+
| 0.0891 | 2300 | 0.0007 | - |
|
211 |
+
| 0.0911 | 2350 | 0.0002 | - |
|
212 |
+
| 0.0930 | 2400 | 0.0001 | - |
|
213 |
+
| 0.0950 | 2450 | 0.0001 | - |
|
214 |
+
| 0.0969 | 2500 | 0.0014 | - |
|
215 |
+
| 0.0988 | 2550 | 0.0008 | - |
|
216 |
+
| 0.1008 | 2600 | 0.0009 | - |
|
217 |
+
| 0.1027 | 2650 | 0.0006 | - |
|
218 |
+
| 0.1046 | 2700 | 0.0008 | - |
|
219 |
+
| 0.1066 | 2750 | 0.0001 | - |
|
220 |
+
| 0.1085 | 2800 | 0.0 | - |
|
221 |
+
| 0.1105 | 2850 | 0.0 | - |
|
222 |
+
| 0.1124 | 2900 | 0.0 | - |
|
223 |
+
| 0.1143 | 2950 | 0.0 | - |
|
224 |
+
| 0.1163 | 3000 | 0.0 | - |
|
225 |
+
| 0.1182 | 3050 | 0.0 | - |
|
226 |
+
| 0.1201 | 3100 | 0.0 | - |
|
227 |
+
| 0.1221 | 3150 | 0.0 | - |
|
228 |
+
| 0.1240 | 3200 | 0.0 | - |
|
229 |
+
| 0.1260 | 3250 | 0.0 | - |
|
230 |
+
| 0.1279 | 3300 | 0.0 | - |
|
231 |
+
| 0.1298 | 3350 | 0.0 | - |
|
232 |
+
| 0.1318 | 3400 | 0.0 | - |
|
233 |
+
| 0.1337 | 3450 | 0.0 | - |
|
234 |
+
| 0.1356 | 3500 | 0.0 | - |
|
235 |
+
| 0.1376 | 3550 | 0.0 | - |
|
236 |
+
| 0.1395 | 3600 | 0.0 | - |
|
237 |
+
| 0.1415 | 3650 | 0.0 | - |
|
238 |
+
| 0.1434 | 3700 | 0.0 | - |
|
239 |
+
| 0.1453 | 3750 | 0.0 | - |
|
240 |
+
| 0.1473 | 3800 | 0.0 | - |
|
241 |
+
| 0.1492 | 3850 | 0.0 | - |
|
242 |
+
| 0.1511 | 3900 | 0.0 | - |
|
243 |
+
| 0.1531 | 3950 | 0.0 | - |
|
244 |
+
| 0.1550 | 4000 | 0.001 | - |
|
245 |
+
| 0.1570 | 4050 | 0.0012 | - |
|
246 |
+
| 0.1589 | 4100 | 0.0042 | - |
|
247 |
+
| 0.1608 | 4150 | 0.0023 | - |
|
248 |
+
| 0.1628 | 4200 | 0.001 | - |
|
249 |
+
| 0.1647 | 4250 | 0.001 | - |
|
250 |
+
| 0.1666 | 4300 | 0.0001 | - |
|
251 |
+
| 0.1686 | 4350 | 0.0 | - |
|
252 |
+
| 0.1705 | 4400 | 0.0 | - |
|
253 |
+
| 0.1725 | 4450 | 0.0 | - |
|
254 |
+
| 0.1744 | 4500 | 0.0 | - |
|
255 |
+
| 0.1763 | 4550 | 0.0003 | - |
|
256 |
+
| 0.1783 | 4600 | 0.0 | - |
|
257 |
+
| 0.1802 | 4650 | 0.0 | - |
|
258 |
+
| 0.1821 | 4700 | 0.0005 | - |
|
259 |
+
| 0.1841 | 4750 | 0.0009 | - |
|
260 |
+
| 0.1860 | 4800 | 0.0001 | - |
|
261 |
+
| 0.1880 | 4850 | 0.0 | - |
|
262 |
+
| 0.1899 | 4900 | 0.0 | - |
|
263 |
+
| 0.1918 | 4950 | 0.0 | - |
|
264 |
+
| 0.1938 | 5000 | 0.0 | - |
|
265 |
+
| 0.1957 | 5050 | 0.0 | - |
|
266 |
+
| 0.1977 | 5100 | 0.0 | - |
|
267 |
+
| 0.1996 | 5150 | 0.0 | - |
|
268 |
+
| 0.2015 | 5200 | 0.0 | - |
|
269 |
+
| 0.2035 | 5250 | 0.0 | - |
|
270 |
+
| 0.2054 | 5300 | 0.0 | - |
|
271 |
+
| 0.2073 | 5350 | 0.0 | - |
|
272 |
+
| 0.2093 | 5400 | 0.0 | - |
|
273 |
+
| 0.2112 | 5450 | 0.0 | - |
|
274 |
+
| 0.2132 | 5500 | 0.0 | - |
|
275 |
+
| 0.2151 | 5550 | 0.0 | - |
|
276 |
+
| 0.2170 | 5600 | 0.0 | - |
|
277 |
+
| 0.2190 | 5650 | 0.0 | - |
|
278 |
+
| 0.2209 | 5700 | 0.0 | - |
|
279 |
+
| 0.2228 | 5750 | 0.0 | - |
|
280 |
+
| 0.2248 | 5800 | 0.0 | - |
|
281 |
+
| 0.2267 | 5850 | 0.0 | - |
|
282 |
+
| 0.2287 | 5900 | 0.0 | - |
|
283 |
+
| 0.2306 | 5950 | 0.0 | - |
|
284 |
+
| 0.2325 | 6000 | 0.0 | - |
|
285 |
+
| 0.2345 | 6050 | 0.0 | - |
|
286 |
+
| 0.2364 | 6100 | 0.0 | - |
|
287 |
+
| 0.2383 | 6150 | 0.0 | - |
|
288 |
+
| 0.2403 | 6200 | 0.0 | - |
|
289 |
+
| 0.2422 | 6250 | 0.0 | - |
|
290 |
+
| 0.2442 | 6300 | 0.0 | - |
|
291 |
+
| 0.2461 | 6350 | 0.0 | - |
|
292 |
+
| 0.2480 | 6400 | 0.0 | - |
|
293 |
+
| 0.2500 | 6450 | 0.0 | - |
|
294 |
+
| 0.2519 | 6500 | 0.0 | - |
|
295 |
+
| 0.2538 | 6550 | 0.0 | - |
|
296 |
+
| 0.2558 | 6600 | 0.0 | - |
|
297 |
+
| 0.2577 | 6650 | 0.0 | - |
|
298 |
+
| 0.2597 | 6700 | 0.0 | - |
|
299 |
+
| 0.2616 | 6750 | 0.0 | - |
|
300 |
+
| 0.2635 | 6800 | 0.0 | - |
|
301 |
+
| 0.2655 | 6850 | 0.0 | - |
|
302 |
+
| 0.2674 | 6900 | 0.0 | - |
|
303 |
+
| 0.2693 | 6950 | 0.0 | - |
|
304 |
+
| 0.2713 | 7000 | 0.0 | - |
|
305 |
+
| 0.2732 | 7050 | 0.0 | - |
|
306 |
+
| 0.2752 | 7100 | 0.0 | - |
|
307 |
+
| 0.2771 | 7150 | 0.0 | - |
|
308 |
+
| 0.2790 | 7200 | 0.0 | - |
|
309 |
+
| 0.2810 | 7250 | 0.0 | - |
|
310 |
+
| 0.2829 | 7300 | 0.0 | - |
|
311 |
+
| 0.2849 | 7350 | 0.0 | - |
|
312 |
+
| 0.2868 | 7400 | 0.0 | - |
|
313 |
+
| 0.2887 | 7450 | 0.0 | - |
|
314 |
+
| 0.2907 | 7500 | 0.0 | - |
|
315 |
+
| 0.2926 | 7550 | 0.0 | - |
|
316 |
+
| 0.2945 | 7600 | 0.0 | - |
|
317 |
+
| 0.2965 | 7650 | 0.0 | - |
|
318 |
+
| 0.2984 | 7700 | 0.0 | - |
|
319 |
+
| 0.3004 | 7750 | 0.0 | - |
|
320 |
+
| 0.3023 | 7800 | 0.0 | - |
|
321 |
+
| 0.3042 | 7850 | 0.0 | - |
|
322 |
+
| 0.3062 | 7900 | 0.0 | - |
|
323 |
+
| 0.3081 | 7950 | 0.0 | - |
|
324 |
+
| 0.3100 | 8000 | 0.0 | - |
|
325 |
+
| 0.3120 | 8050 | 0.0 | - |
|
326 |
+
| 0.3139 | 8100 | 0.0 | - |
|
327 |
+
| 0.3159 | 8150 | 0.0 | - |
|
328 |
+
| 0.3178 | 8200 | 0.0 | - |
|
329 |
+
| 0.3197 | 8250 | 0.0 | - |
|
330 |
+
| 0.3217 | 8300 | 0.0 | - |
|
331 |
+
| 0.3236 | 8350 | 0.0 | - |
|
332 |
+
| 0.3255 | 8400 | 0.0 | - |
|
333 |
+
| 0.3275 | 8450 | 0.0 | - |
|
334 |
+
| 0.3294 | 8500 | 0.0 | - |
|
335 |
+
| 0.3314 | 8550 | 0.0 | - |
|
336 |
+
| 0.3333 | 8600 | 0.0 | - |
|
337 |
+
| 0.3352 | 8650 | 0.0 | - |
|
338 |
+
| 0.3372 | 8700 | 0.0 | - |
|
339 |
+
| 0.3391 | 8750 | 0.0 | - |
|
340 |
+
| 0.3410 | 8800 | 0.0 | - |
|
341 |
+
| 0.3430 | 8850 | 0.0 | - |
|
342 |
+
| 0.3449 | 8900 | 0.0 | - |
|
343 |
+
| 0.3469 | 8950 | 0.0 | - |
|
344 |
+
| 0.3488 | 9000 | 0.0 | - |
|
345 |
+
| 0.3507 | 9050 | 0.0 | - |
|
346 |
+
| 0.3527 | 9100 | 0.0 | - |
|
347 |
+
| 0.3546 | 9150 | 0.0 | - |
|
348 |
+
| 0.3565 | 9200 | 0.0042 | - |
|
349 |
+
| 0.3585 | 9250 | 0.0083 | - |
|
350 |
+
| 0.3604 | 9300 | 0.0071 | - |
|
351 |
+
| 0.3624 | 9350 | 0.0011 | - |
|
352 |
+
| 0.3643 | 9400 | 0.0008 | - |
|
353 |
+
| 0.3662 | 9450 | 0.001 | - |
|
354 |
+
| 0.3682 | 9500 | 0.0006 | - |
|
355 |
+
| 0.3701 | 9550 | 0.0 | - |
|
356 |
+
| 0.3720 | 9600 | 0.0 | - |
|
357 |
+
| 0.3740 | 9650 | 0.0004 | - |
|
358 |
+
| 0.3759 | 9700 | 0.0 | - |
|
359 |
+
| 0.3779 | 9750 | 0.0 | - |
|
360 |
+
| 0.3798 | 9800 | 0.0 | - |
|
361 |
+
| 0.3817 | 9850 | 0.0 | - |
|
362 |
+
| 0.3837 | 9900 | 0.0 | - |
|
363 |
+
| 0.3856 | 9950 | 0.0 | - |
|
364 |
+
| 0.3876 | 10000 | 0.0 | - |
|
365 |
+
| 0.3895 | 10050 | 0.0 | - |
|
366 |
+
| 0.3914 | 10100 | 0.0 | - |
|
367 |
+
| 0.3934 | 10150 | 0.0 | - |
|
368 |
+
| 0.3953 | 10200 | 0.0 | - |
|
369 |
+
| 0.3972 | 10250 | 0.0 | - |
|
370 |
+
| 0.3992 | 10300 | 0.0 | - |
|
371 |
+
| 0.4011 | 10350 | 0.0 | - |
|
372 |
+
| 0.4031 | 10400 | 0.0 | - |
|
373 |
+
| 0.4050 | 10450 | 0.0 | - |
|
374 |
+
| 0.4069 | 10500 | 0.0 | - |
|
375 |
+
| 0.4089 | 10550 | 0.0 | - |
|
376 |
+
| 0.4108 | 10600 | 0.0 | - |
|
377 |
+
| 0.4127 | 10650 | 0.0 | - |
|
378 |
+
| 0.4147 | 10700 | 0.0 | - |
|
379 |
+
| 0.4166 | 10750 | 0.0 | - |
|
380 |
+
| 0.4186 | 10800 | 0.0 | - |
|
381 |
+
| 0.4205 | 10850 | 0.0 | - |
|
382 |
+
| 0.4224 | 10900 | 0.0 | - |
|
383 |
+
| 0.4244 | 10950 | 0.0 | - |
|
384 |
+
| 0.4263 | 11000 | 0.0 | - |
|
385 |
+
| 0.4282 | 11050 | 0.0 | - |
|
386 |
+
| 0.4302 | 11100 | 0.0 | - |
|
387 |
+
| 0.4321 | 11150 | 0.0 | - |
|
388 |
+
| 0.4341 | 11200 | 0.0 | - |
|
389 |
+
| 0.4360 | 11250 | 0.0 | - |
|
390 |
+
| 0.4379 | 11300 | 0.0 | - |
|
391 |
+
| 0.4399 | 11350 | 0.0 | - |
|
392 |
+
| 0.4418 | 11400 | 0.0 | - |
|
393 |
+
| 0.4437 | 11450 | 0.0 | - |
|
394 |
+
| 0.4457 | 11500 | 0.0 | - |
|
395 |
+
| 0.4476 | 11550 | 0.0 | - |
|
396 |
+
| 0.4496 | 11600 | 0.0 | - |
|
397 |
+
| 0.4515 | 11650 | 0.0 | - |
|
398 |
+
| 0.4534 | 11700 | 0.0 | - |
|
399 |
+
| 0.4554 | 11750 | 0.0 | - |
|
400 |
+
| 0.4573 | 11800 | 0.0 | - |
|
401 |
+
| 0.4592 | 11850 | 0.0 | - |
|
402 |
+
| 0.4612 | 11900 | 0.0 | - |
|
403 |
+
| 0.4631 | 11950 | 0.0 | - |
|
404 |
+
| 0.4651 | 12000 | 0.0 | - |
|
405 |
+
| 0.4670 | 12050 | 0.0 | - |
|
406 |
+
| 0.4689 | 12100 | 0.0 | - |
|
407 |
+
| 0.4709 | 12150 | 0.0 | - |
|
408 |
+
| 0.4728 | 12200 | 0.0 | - |
|
409 |
+
| 0.4748 | 12250 | 0.0 | - |
|
410 |
+
| 0.4767 | 12300 | 0.0 | - |
|
411 |
+
| 0.4786 | 12350 | 0.0 | - |
|
412 |
+
| 0.4806 | 12400 | 0.0 | - |
|
413 |
+
| 0.4825 | 12450 | 0.0 | - |
|
414 |
+
| 0.4844 | 12500 | 0.0 | - |
|
415 |
+
| 0.4864 | 12550 | 0.0 | - |
|
416 |
+
| 0.4883 | 12600 | 0.0 | - |
|
417 |
+
| 0.4903 | 12650 | 0.0 | - |
|
418 |
+
| 0.4922 | 12700 | 0.0 | - |
|
419 |
+
| 0.4941 | 12750 | 0.0 | - |
|
420 |
+
| 0.4961 | 12800 | 0.0 | - |
|
421 |
+
| 0.4980 | 12850 | 0.0 | - |
|
422 |
+
| 0.4999 | 12900 | 0.0 | - |
|
423 |
+
| 0.5019 | 12950 | 0.0 | - |
|
424 |
+
| 0.5038 | 13000 | 0.0 | - |
|
425 |
+
| 0.5058 | 13050 | 0.0 | - |
|
426 |
+
| 0.5077 | 13100 | 0.0 | - |
|
427 |
+
| 0.5096 | 13150 | 0.0 | - |
|
428 |
+
| 0.5116 | 13200 | 0.0 | - |
|
429 |
+
| 0.5135 | 13250 | 0.0 | - |
|
430 |
+
| 0.5154 | 13300 | 0.0 | - |
|
431 |
+
| 0.5174 | 13350 | 0.0 | - |
|
432 |
+
| 0.5193 | 13400 | 0.0 | - |
|
433 |
+
| 0.5213 | 13450 | 0.0 | - |
|
434 |
+
| 0.5232 | 13500 | 0.0 | - |
|
435 |
+
| 0.5251 | 13550 | 0.0 | - |
|
436 |
+
| 0.5271 | 13600 | 0.0 | - |
|
437 |
+
| 0.5290 | 13650 | 0.0 | - |
|
438 |
+
| 0.5309 | 13700 | 0.0 | - |
|
439 |
+
| 0.5329 | 13750 | 0.0 | - |
|
440 |
+
| 0.5348 | 13800 | 0.0 | - |
|
441 |
+
| 0.5368 | 13850 | 0.0 | - |
|
442 |
+
| 0.5387 | 13900 | 0.0 | - |
|
443 |
+
| 0.5406 | 13950 | 0.0 | - |
|
444 |
+
| 0.5426 | 14000 | 0.0 | - |
|
445 |
+
| 0.5445 | 14050 | 0.0 | - |
|
446 |
+
| 0.5464 | 14100 | 0.0 | - |
|
447 |
+
| 0.5484 | 14150 | 0.0 | - |
|
448 |
+
| 0.5503 | 14200 | 0.0 | - |
|
449 |
+
| 0.5523 | 14250 | 0.0 | - |
|
450 |
+
| 0.5542 | 14300 | 0.0 | - |
|
451 |
+
| 0.5561 | 14350 | 0.0 | - |
|
452 |
+
| 0.5581 | 14400 | 0.0 | - |
|
453 |
+
| 0.5600 | 14450 | 0.0 | - |
|
454 |
+
| 0.5620 | 14500 | 0.0 | - |
|
455 |
+
| 0.5639 | 14550 | 0.0 | - |
|
456 |
+
| 0.5658 | 14600 | 0.0 | - |
|
457 |
+
| 0.5678 | 14650 | 0.0 | - |
|
458 |
+
| 0.5697 | 14700 | 0.0 | - |
|
459 |
+
| 0.5716 | 14750 | 0.0 | - |
|
460 |
+
| 0.5736 | 14800 | 0.0 | - |
|
461 |
+
| 0.5755 | 14850 | 0.0 | - |
|
462 |
+
| 0.5775 | 14900 | 0.0 | - |
|
463 |
+
| 0.5794 | 14950 | 0.0 | - |
|
464 |
+
| 0.5813 | 15000 | 0.0 | - |
|
465 |
+
| 0.5833 | 15050 | 0.0 | - |
|
466 |
+
| 0.5852 | 15100 | 0.0 | - |
|
467 |
+
| 0.5871 | 15150 | 0.0 | - |
|
468 |
+
| 0.5891 | 15200 | 0.0 | - |
|
469 |
+
| 0.5910 | 15250 | 0.0 | - |
|
470 |
+
| 0.5930 | 15300 | 0.0 | - |
|
471 |
+
| 0.5949 | 15350 | 0.0 | - |
|
472 |
+
| 0.5968 | 15400 | 0.0 | - |
|
473 |
+
| 0.5988 | 15450 | 0.0 | - |
|
474 |
+
| 0.6007 | 15500 | 0.0 | - |
|
475 |
+
| 0.6026 | 15550 | 0.0 | - |
|
476 |
+
| 0.6046 | 15600 | 0.0 | - |
|
477 |
+
| 0.6065 | 15650 | 0.0 | - |
|
478 |
+
| 0.6085 | 15700 | 0.0 | - |
|
479 |
+
| 0.6104 | 15750 | 0.0 | - |
|
480 |
+
| 0.6123 | 15800 | 0.0 | - |
|
481 |
+
| 0.6143 | 15850 | 0.0 | - |
|
482 |
+
| 0.6162 | 15900 | 0.0 | - |
|
483 |
+
| 0.6181 | 15950 | 0.0 | - |
|
484 |
+
| 0.6201 | 16000 | 0.0 | - |
|
485 |
+
| 0.6220 | 16050 | 0.0 | - |
|
486 |
+
| 0.6240 | 16100 | 0.0 | - |
|
487 |
+
| 0.6259 | 16150 | 0.0 | - |
|
488 |
+
| 0.6278 | 16200 | 0.0 | - |
|
489 |
+
| 0.6298 | 16250 | 0.0 | - |
|
490 |
+
| 0.6317 | 16300 | 0.0 | - |
|
491 |
+
| 0.6336 | 16350 | 0.0 | - |
|
492 |
+
| 0.6356 | 16400 | 0.0 | - |
|
493 |
+
| 0.6375 | 16450 | 0.0 | - |
|
494 |
+
| 0.6395 | 16500 | 0.0 | - |
|
495 |
+
| 0.6414 | 16550 | 0.0 | - |
|
496 |
+
| 0.6433 | 16600 | 0.0 | - |
|
497 |
+
| 0.6453 | 16650 | 0.0 | - |
|
498 |
+
| 0.6472 | 16700 | 0.0 | - |
|
499 |
+
| 0.6491 | 16750 | 0.0 | - |
|
500 |
+
| 0.6511 | 16800 | 0.0 | - |
|
501 |
+
| 0.6530 | 16850 | 0.0 | - |
|
502 |
+
| 0.6550 | 16900 | 0.0 | - |
|
503 |
+
| 0.6569 | 16950 | 0.0 | - |
|
504 |
+
| 0.6588 | 17000 | 0.0 | - |
|
505 |
+
| 0.6608 | 17050 | 0.0 | - |
|
506 |
+
| 0.6627 | 17100 | 0.0 | - |
|
507 |
+
| 0.6647 | 17150 | 0.0 | - |
|
508 |
+
| 0.6666 | 17200 | 0.0 | - |
|
509 |
+
| 0.6685 | 17250 | 0.0 | - |
|
510 |
+
| 0.6705 | 17300 | 0.0 | - |
|
511 |
+
| 0.6724 | 17350 | 0.0 | - |
|
512 |
+
| 0.6743 | 17400 | 0.0 | - |
|
513 |
+
| 0.6763 | 17450 | 0.0 | - |
|
514 |
+
| 0.6782 | 17500 | 0.0 | - |
|
515 |
+
| 0.6802 | 17550 | 0.0 | - |
|
516 |
+
| 0.6821 | 17600 | 0.0 | - |
|
517 |
+
| 0.6840 | 17650 | 0.0 | - |
|
518 |
+
| 0.6860 | 17700 | 0.0 | - |
|
519 |
+
| 0.6879 | 17750 | 0.0 | - |
|
520 |
+
| 0.6898 | 17800 | 0.0 | - |
|
521 |
+
| 0.6918 | 17850 | 0.0 | - |
|
522 |
+
| 0.6937 | 17900 | 0.0 | - |
|
523 |
+
| 0.6957 | 17950 | 0.0 | - |
|
524 |
+
| 0.6976 | 18000 | 0.0 | - |
|
525 |
+
| 0.6995 | 18050 | 0.0 | - |
|
526 |
+
| 0.7015 | 18100 | 0.0 | - |
|
527 |
+
| 0.7034 | 18150 | 0.0 | - |
|
528 |
+
| 0.7053 | 18200 | 0.0 | - |
|
529 |
+
| 0.7073 | 18250 | 0.0 | - |
|
530 |
+
| 0.7092 | 18300 | 0.0 | - |
|
531 |
+
| 0.7112 | 18350 | 0.0 | - |
|
532 |
+
| 0.7131 | 18400 | 0.0 | - |
|
533 |
+
| 0.7150 | 18450 | 0.0 | - |
|
534 |
+
| 0.7170 | 18500 | 0.0 | - |
|
535 |
+
| 0.7189 | 18550 | 0.0 | - |
|
536 |
+
| 0.7208 | 18600 | 0.0 | - |
|
537 |
+
| 0.7228 | 18650 | 0.0 | - |
|
538 |
+
| 0.7247 | 18700 | 0.0 | - |
|
539 |
+
| 0.7267 | 18750 | 0.0 | - |
|
540 |
+
| 0.7286 | 18800 | 0.0 | - |
|
541 |
+
| 0.7305 | 18850 | 0.0 | - |
|
542 |
+
| 0.7325 | 18900 | 0.0 | - |
|
543 |
+
| 0.7344 | 18950 | 0.0 | - |
|
544 |
+
| 0.7363 | 19000 | 0.0 | - |
|
545 |
+
| 0.7383 | 19050 | 0.0 | - |
|
546 |
+
| 0.7402 | 19100 | 0.0 | - |
|
547 |
+
| 0.7422 | 19150 | 0.0 | - |
|
548 |
+
| 0.7441 | 19200 | 0.0 | - |
|
549 |
+
| 0.7460 | 19250 | 0.0 | - |
|
550 |
+
| 0.7480 | 19300 | 0.0 | - |
|
551 |
+
| 0.7499 | 19350 | 0.0 | - |
|
552 |
+
| 0.7519 | 19400 | 0.0 | - |
|
553 |
+
| 0.7538 | 19450 | 0.0 | - |
|
554 |
+
| 0.7557 | 19500 | 0.0 | - |
|
555 |
+
| 0.7577 | 19550 | 0.0 | - |
|
556 |
+
| 0.7596 | 19600 | 0.0 | - |
|
557 |
+
| 0.7615 | 19650 | 0.0 | - |
|
558 |
+
| 0.7635 | 19700 | 0.0 | - |
|
559 |
+
| 0.7654 | 19750 | 0.0 | - |
|
560 |
+
| 0.7674 | 19800 | 0.0 | - |
|
561 |
+
| 0.7693 | 19850 | 0.0 | - |
|
562 |
+
| 0.7712 | 19900 | 0.0 | - |
|
563 |
+
| 0.7732 | 19950 | 0.0 | - |
|
564 |
+
| 0.7751 | 20000 | 0.0 | - |
|
565 |
+
| 0.7770 | 20050 | 0.0 | - |
|
566 |
+
| 0.7790 | 20100 | 0.0 | - |
|
567 |
+
| 0.7809 | 20150 | 0.0 | - |
|
568 |
+
| 0.7829 | 20200 | 0.0 | - |
|
569 |
+
| 0.7848 | 20250 | 0.0 | - |
|
570 |
+
| 0.7867 | 20300 | 0.0 | - |
|
571 |
+
| 0.7887 | 20350 | 0.0 | - |
|
572 |
+
| 0.7906 | 20400 | 0.0 | - |
|
573 |
+
| 0.7925 | 20450 | 0.0 | - |
|
574 |
+
| 0.7945 | 20500 | 0.0 | - |
|
575 |
+
| 0.7964 | 20550 | 0.0 | - |
|
576 |
+
| 0.7984 | 20600 | 0.0 | - |
|
577 |
+
| 0.8003 | 20650 | 0.0 | - |
|
578 |
+
| 0.8022 | 20700 | 0.0 | - |
|
579 |
+
| 0.8042 | 20750 | 0.0 | - |
|
580 |
+
| 0.8061 | 20800 | 0.0 | - |
|
581 |
+
| 0.8080 | 20850 | 0.0 | - |
|
582 |
+
| 0.8100 | 20900 | 0.0 | - |
|
583 |
+
| 0.8119 | 20950 | 0.0 | - |
|
584 |
+
| 0.8139 | 21000 | 0.0 | - |
|
585 |
+
| 0.8158 | 21050 | 0.0 | - |
|
586 |
+
| 0.8177 | 21100 | 0.0 | - |
|
587 |
+
| 0.8197 | 21150 | 0.0 | - |
|
588 |
+
| 0.8216 | 21200 | 0.0 | - |
|
589 |
+
| 0.8235 | 21250 | 0.0 | - |
|
590 |
+
| 0.8255 | 21300 | 0.0 | - |
|
591 |
+
| 0.8274 | 21350 | 0.0 | - |
|
592 |
+
| 0.8294 | 21400 | 0.0 | - |
|
593 |
+
| 0.8313 | 21450 | 0.0 | - |
|
594 |
+
| 0.8332 | 21500 | 0.0 | - |
|
595 |
+
| 0.8352 | 21550 | 0.0 | - |
|
596 |
+
| 0.8371 | 21600 | 0.0 | - |
|
597 |
+
| 0.8390 | 21650 | 0.0 | - |
|
598 |
+
| 0.8410 | 21700 | 0.0 | - |
|
599 |
+
| 0.8429 | 21750 | 0.0 | - |
|
600 |
+
| 0.8449 | 21800 | 0.0 | - |
|
601 |
+
| 0.8468 | 21850 | 0.0 | - |
|
602 |
+
| 0.8487 | 21900 | 0.0 | - |
|
603 |
+
| 0.8507 | 21950 | 0.0 | - |
|
604 |
+
| 0.8526 | 22000 | 0.0 | - |
|
605 |
+
| 0.8546 | 22050 | 0.0 | - |
|
606 |
+
| 0.8565 | 22100 | 0.0 | - |
|
607 |
+
| 0.8584 | 22150 | 0.0 | - |
|
608 |
+
| 0.8604 | 22200 | 0.0 | - |
|
609 |
+
| 0.8623 | 22250 | 0.0 | - |
|
610 |
+
| 0.8642 | 22300 | 0.0 | - |
|
611 |
+
| 0.8662 | 22350 | 0.0 | - |
|
612 |
+
| 0.8681 | 22400 | 0.0 | - |
|
613 |
+
| 0.8701 | 22450 | 0.0 | - |
|
614 |
+
| 0.8720 | 22500 | 0.0 | - |
|
615 |
+
| 0.8739 | 22550 | 0.0 | - |
|
616 |
+
| 0.8759 | 22600 | 0.0 | - |
|
617 |
+
| 0.8778 | 22650 | 0.0 | - |
|
618 |
+
| 0.8797 | 22700 | 0.0 | - |
|
619 |
+
| 0.8817 | 22750 | 0.0 | - |
|
620 |
+
| 0.8836 | 22800 | 0.0 | - |
|
621 |
+
| 0.8856 | 22850 | 0.0 | - |
|
622 |
+
| 0.8875 | 22900 | 0.0 | - |
|
623 |
+
| 0.8894 | 22950 | 0.0 | - |
|
624 |
+
| 0.8914 | 23000 | 0.0 | - |
|
625 |
+
| 0.8933 | 23050 | 0.0 | - |
|
626 |
+
| 0.8952 | 23100 | 0.0 | - |
|
627 |
+
| 0.8972 | 23150 | 0.0 | - |
|
628 |
+
| 0.8991 | 23200 | 0.0 | - |
|
629 |
+
| 0.9011 | 23250 | 0.0 | - |
|
630 |
+
| 0.9030 | 23300 | 0.0 | - |
|
631 |
+
| 0.9049 | 23350 | 0.0 | - |
|
632 |
+
| 0.9069 | 23400 | 0.0 | - |
|
633 |
+
| 0.9088 | 23450 | 0.0 | - |
|
634 |
+
| 0.9107 | 23500 | 0.0 | - |
|
635 |
+
| 0.9127 | 23550 | 0.0 | - |
|
636 |
+
| 0.9146 | 23600 | 0.0 | - |
|
637 |
+
| 0.9166 | 23650 | 0.0 | - |
|
638 |
+
| 0.9185 | 23700 | 0.0 | - |
|
639 |
+
| 0.9204 | 23750 | 0.0 | - |
|
640 |
+
| 0.9224 | 23800 | 0.0 | - |
|
641 |
+
| 0.9243 | 23850 | 0.0 | - |
|
642 |
+
| 0.9262 | 23900 | 0.0 | - |
|
643 |
+
| 0.9282 | 23950 | 0.0 | - |
|
644 |
+
| 0.9301 | 24000 | 0.0 | - |
|
645 |
+
| 0.9321 | 24050 | 0.0 | - |
|
646 |
+
| 0.9340 | 24100 | 0.0 | - |
|
647 |
+
| 0.9359 | 24150 | 0.0 | - |
|
648 |
+
| 0.9379 | 24200 | 0.0 | - |
|
649 |
+
| 0.9398 | 24250 | 0.0 | - |
|
650 |
+
| 0.9418 | 24300 | 0.0 | - |
|
651 |
+
| 0.9437 | 24350 | 0.0 | - |
|
652 |
+
| 0.9456 | 24400 | 0.0 | - |
|
653 |
+
| 0.9476 | 24450 | 0.0 | - |
|
654 |
+
| 0.9495 | 24500 | 0.0 | - |
|
655 |
+
| 0.9514 | 24550 | 0.0 | - |
|
656 |
+
| 0.9534 | 24600 | 0.0 | - |
|
657 |
+
| 0.9553 | 24650 | 0.0 | - |
|
658 |
+
| 0.9573 | 24700 | 0.0 | - |
|
659 |
+
| 0.9592 | 24750 | 0.0 | - |
|
660 |
+
| 0.9611 | 24800 | 0.0 | - |
|
661 |
+
| 0.9631 | 24850 | 0.0 | - |
|
662 |
+
| 0.9650 | 24900 | 0.0 | - |
|
663 |
+
| 0.9669 | 24950 | 0.0 | - |
|
664 |
+
| 0.9689 | 25000 | 0.0 | - |
|
665 |
+
| 0.9708 | 25050 | 0.0 | - |
|
666 |
+
| 0.9728 | 25100 | 0.0 | - |
|
667 |
+
| 0.9747 | 25150 | 0.0 | - |
|
668 |
+
| 0.9766 | 25200 | 0.0 | - |
|
669 |
+
| 0.9786 | 25250 | 0.0 | - |
|
670 |
+
| 0.9805 | 25300 | 0.0 | - |
|
671 |
+
| 0.9824 | 25350 | 0.0 | - |
|
672 |
+
| 0.9844 | 25400 | 0.0 | - |
|
673 |
+
| 0.9863 | 25450 | 0.0 | - |
|
674 |
+
| 0.9883 | 25500 | 0.0 | - |
|
675 |
+
| 0.9902 | 25550 | 0.0 | - |
|
676 |
+
| 0.9921 | 25600 | 0.0 | - |
|
677 |
+
| 0.9941 | 25650 | 0.0 | - |
|
678 |
+
| 0.9960 | 25700 | 0.0 | - |
|
679 |
+
| 0.9979 | 25750 | 0.0 | - |
|
680 |
+
| 0.9999 | 25800 | 0.0 | - |
|
681 |
+
|
682 |
+
### Framework Versions
|
683 |
+
- Python: 3.10.12
|
684 |
+
- SetFit: 1.1.0
|
685 |
+
- Sentence Transformers: 3.3.1
|
686 |
+
- Transformers: 4.42.2
|
687 |
+
- PyTorch: 2.5.1+cu121
|
688 |
+
- Datasets: 3.2.0
|
689 |
+
- Tokenizers: 0.19.1
|
690 |
+
|
691 |
+
## Citation
|
692 |
+
|
693 |
+
### BibTeX
|
694 |
+
```bibtex
|
695 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
696 |
+
doi = {10.48550/ARXIV.2209.11055},
|
697 |
+
url = {https://arxiv.org/abs/2209.11055},
|
698 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
699 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
700 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
701 |
+
publisher = {arXiv},
|
702 |
+
year = {2022},
|
703 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
704 |
+
}
|
705 |
+
```
|
706 |
+
|
707 |
+
<!--
|
708 |
+
## Glossary
|
709 |
+
|
710 |
+
*Clearly define terms in order to be accessible across audiences.*
|
711 |
+
-->
|
712 |
+
|
713 |
+
<!--
|
714 |
+
## Model Card Authors
|
715 |
+
|
716 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
717 |
+
-->
|
718 |
+
|
719 |
+
<!--
|
720 |
+
## Model Card Contact
|
721 |
+
|
722 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
723 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
|
3 |
+
"architectures": [
|
4 |
+
"BertModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 384,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 1536,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.42.2",
|
23 |
+
"type_vocab_size": 2,
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 250037
|
26 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.3.1",
|
4 |
+
"transformers": "4.42.2",
|
5 |
+
"pytorch": "2.5.1+cu121"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": "cosine"
|
10 |
+
}
|
config_setfit.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels": [
|
3 |
+
"neutral",
|
4 |
+
"opposed",
|
5 |
+
"supportive"
|
6 |
+
],
|
7 |
+
"normalize_embeddings": false
|
8 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b48011df75c6f26466fc7e28b56e9e3ace0965a73c7e772074e6cb046ba1c88
|
3 |
+
size 470637416
|
model_head.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b826f2705e58b1602f279f0016ce6457ce07330c9ab1cc48cb48b5f71703c5f
|
3 |
+
size 10207
|
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": 128,
|
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:cad551d5600a84242d0973327029452a1e3672ba6313c2a3c3d69c4310e12719
|
3 |
+
size 17082987
|
tokenizer_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"do_lower_case": true,
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"mask_token": "<mask>",
|
50 |
+
"max_length": 128,
|
51 |
+
"model_max_length": 128,
|
52 |
+
"pad_to_multiple_of": null,
|
53 |
+
"pad_token": "<pad>",
|
54 |
+
"pad_token_type_id": 0,
|
55 |
+
"padding_side": "right",
|
56 |
+
"sep_token": "</s>",
|
57 |
+
"stride": 0,
|
58 |
+
"strip_accents": null,
|
59 |
+
"tokenize_chinese_chars": true,
|
60 |
+
"tokenizer_class": "BertTokenizer",
|
61 |
+
"truncation_side": "right",
|
62 |
+
"truncation_strategy": "longest_first",
|
63 |
+
"unk_token": "<unk>"
|
64 |
+
}
|
unigram.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da145b5e7700ae40f16691ec32a0b1fdc1ee3298db22a31ea55f57a966c4a65d
|
3 |
+
size 14763260
|