Push model using huggingface_hub.
Browse files- .gitattributes +1 -0
- 1_Pooling/config.json +10 -0
- README.md +792 -0
- config.json +28 -0
- config_sentence_transformers.json +14 -0
- config_setfit.json +101 -0
- model.safetensors +3 -0
- model_head.pkl +3 -0
- modules.json +14 -0
- sentence_bert_config.json +4 -0
- sentencepiece.bpe.model +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +3 -0
- tokenizer_config.json +62 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
1_Pooling/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"word_embedding_dimension": 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
ADDED
|
@@ -0,0 +1,792 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- setfit
|
| 4 |
+
- sentence-transformers
|
| 5 |
+
- text-classification
|
| 6 |
+
- generated_from_setfit_trainer
|
| 7 |
+
widget:
|
| 8 |
+
- text: Encourage interoperability of farm-management systems with national tax and
|
| 9 |
+
regulatory reporting to reduce administrative burden.
|
| 10 |
+
- text: Support critical infrastructure investments for rural bioenergy supply chains,
|
| 11 |
+
including feedstock storage, processing facilities, and logistics, to reduce post-harvest
|
| 12 |
+
losses and strengthen resilience.
|
| 13 |
+
- text: Policy coherence will be strengthened by aligning agricultural, forestry,
|
| 14 |
+
and fisheries policies with international instruments on biodiversity and sustainable
|
| 15 |
+
use of ecosystems, ensuring that area restoration and sustainable fishing goals
|
| 16 |
+
are mutually reinforcing. The approach will be backed by sectoral budgets and
|
| 17 |
+
performance-based support to encourage early adoption.
|
| 18 |
+
- text: Financing windows will be created to de-risk early-stage bioenergy ventures,
|
| 19 |
+
including blended finance and concessional lending.
|
| 20 |
+
- text: Foster regional integration to broaden market access, reduce dependence on
|
| 21 |
+
a narrow product mix, and enhance resilience of the agrifood trade profile in
|
| 22 |
+
the face of global price volatility.
|
| 23 |
+
metrics:
|
| 24 |
+
- accuracy
|
| 25 |
+
pipeline_tag: text-classification
|
| 26 |
+
library_name: setfit
|
| 27 |
+
inference: false
|
| 28 |
+
base_model: sentence-transformers/paraphrase-multilingual-mpnet-base-v2
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
# SetFit with sentence-transformers/paraphrase-multilingual-mpnet-base-v2
|
| 32 |
+
|
| 33 |
+
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-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2) as the Sentence Transformer embedding model. A OneVsRestClassifier instance is used for classification.
|
| 34 |
+
|
| 35 |
+
The model has been trained using an efficient few-shot learning technique that involves:
|
| 36 |
+
|
| 37 |
+
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
| 38 |
+
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
| 39 |
+
|
| 40 |
+
## Model Details
|
| 41 |
+
|
| 42 |
+
### Model Description
|
| 43 |
+
- **Model Type:** SetFit
|
| 44 |
+
- **Sentence Transformer body:** [sentence-transformers/paraphrase-multilingual-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2)
|
| 45 |
+
- **Classification head:** a OneVsRestClassifier instance
|
| 46 |
+
- **Maximum Sequence Length:** 128 tokens
|
| 47 |
+
- **Number of Classes:** 96 classes
|
| 48 |
+
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
|
| 49 |
+
<!-- - **Language:** Unknown -->
|
| 50 |
+
<!-- - **License:** Unknown -->
|
| 51 |
+
|
| 52 |
+
### Model Sources
|
| 53 |
+
|
| 54 |
+
- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
|
| 55 |
+
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
| 56 |
+
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
| 57 |
+
|
| 58 |
+
## Uses
|
| 59 |
+
|
| 60 |
+
### Direct Use for Inference
|
| 61 |
+
|
| 62 |
+
First install the SetFit library:
|
| 63 |
+
|
| 64 |
+
```bash
|
| 65 |
+
pip install setfit
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
Then you can load this model and run inference.
|
| 69 |
+
|
| 70 |
+
```python
|
| 71 |
+
from setfit import SetFitModel
|
| 72 |
+
|
| 73 |
+
# Download from the 🤗 Hub
|
| 74 |
+
model = SetFitModel.from_pretrained("faodl/model_cca_multilabel_mpnet-65max-data-augmented-v03")
|
| 75 |
+
# Run inference
|
| 76 |
+
preds = model("Financing windows will be created to de-risk early-stage bioenergy ventures, including blended finance and concessional lending.")
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
<!--
|
| 80 |
+
### Downstream Use
|
| 81 |
+
|
| 82 |
+
*List how someone could finetune this model on their own dataset.*
|
| 83 |
+
-->
|
| 84 |
+
|
| 85 |
+
<!--
|
| 86 |
+
### Out-of-Scope Use
|
| 87 |
+
|
| 88 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 89 |
+
-->
|
| 90 |
+
|
| 91 |
+
<!--
|
| 92 |
+
## Bias, Risks and Limitations
|
| 93 |
+
|
| 94 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
| 95 |
+
-->
|
| 96 |
+
|
| 97 |
+
<!--
|
| 98 |
+
### Recommendations
|
| 99 |
+
|
| 100 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
| 101 |
+
-->
|
| 102 |
+
|
| 103 |
+
## Training Details
|
| 104 |
+
|
| 105 |
+
### Training Set Metrics
|
| 106 |
+
| Training set | Min | Median | Max |
|
| 107 |
+
|:-------------|:----|:--------|:----|
|
| 108 |
+
| Word count | 1 | 47.2721 | 947 |
|
| 109 |
+
|
| 110 |
+
### Training Hyperparameters
|
| 111 |
+
- batch_size: (8, 8)
|
| 112 |
+
- num_epochs: (2, 2)
|
| 113 |
+
- max_steps: -1
|
| 114 |
+
- sampling_strategy: oversampling
|
| 115 |
+
- num_iterations: 10
|
| 116 |
+
- body_learning_rate: (2e-05, 2e-05)
|
| 117 |
+
- head_learning_rate: 2e-05
|
| 118 |
+
- loss: CosineSimilarityLoss
|
| 119 |
+
- distance_metric: cosine_distance
|
| 120 |
+
- margin: 0.25
|
| 121 |
+
- end_to_end: False
|
| 122 |
+
- use_amp: False
|
| 123 |
+
- warmup_proportion: 0.1
|
| 124 |
+
- l2_weight: 0.01
|
| 125 |
+
- seed: 42
|
| 126 |
+
- eval_max_steps: -1
|
| 127 |
+
- load_best_model_at_end: False
|
| 128 |
+
|
| 129 |
+
### Training Results
|
| 130 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
| 131 |
+
|:------:|:-----:|:-------------:|:---------------:|
|
| 132 |
+
| 0.0001 | 1 | 0.3187 | - |
|
| 133 |
+
| 0.0032 | 50 | 0.2107 | - |
|
| 134 |
+
| 0.0065 | 100 | 0.2079 | - |
|
| 135 |
+
| 0.0097 | 150 | 0.2015 | - |
|
| 136 |
+
| 0.0130 | 200 | 0.2011 | - |
|
| 137 |
+
| 0.0162 | 250 | 0.1917 | - |
|
| 138 |
+
| 0.0194 | 300 | 0.187 | - |
|
| 139 |
+
| 0.0227 | 350 | 0.1892 | - |
|
| 140 |
+
| 0.0259 | 400 | 0.1726 | - |
|
| 141 |
+
| 0.0291 | 450 | 0.1776 | - |
|
| 142 |
+
| 0.0324 | 500 | 0.1685 | - |
|
| 143 |
+
| 0.0356 | 550 | 0.176 | - |
|
| 144 |
+
| 0.0389 | 600 | 0.1646 | - |
|
| 145 |
+
| 0.0421 | 650 | 0.1689 | - |
|
| 146 |
+
| 0.0453 | 700 | 0.1577 | - |
|
| 147 |
+
| 0.0486 | 750 | 0.1466 | - |
|
| 148 |
+
| 0.0518 | 800 | 0.1534 | - |
|
| 149 |
+
| 0.0551 | 850 | 0.1606 | - |
|
| 150 |
+
| 0.0583 | 900 | 0.149 | - |
|
| 151 |
+
| 0.0615 | 950 | 0.1414 | - |
|
| 152 |
+
| 0.0648 | 1000 | 0.1357 | - |
|
| 153 |
+
| 0.0680 | 1050 | 0.1483 | - |
|
| 154 |
+
| 0.0713 | 1100 | 0.1302 | - |
|
| 155 |
+
| 0.0745 | 1150 | 0.14 | - |
|
| 156 |
+
| 0.0777 | 1200 | 0.1479 | - |
|
| 157 |
+
| 0.0810 | 1250 | 0.1496 | - |
|
| 158 |
+
| 0.0842 | 1300 | 0.1308 | - |
|
| 159 |
+
| 0.0874 | 1350 | 0.1509 | - |
|
| 160 |
+
| 0.0907 | 1400 | 0.15 | - |
|
| 161 |
+
| 0.0939 | 1450 | 0.1516 | - |
|
| 162 |
+
| 0.0972 | 1500 | 0.1319 | - |
|
| 163 |
+
| 0.1004 | 1550 | 0.1349 | - |
|
| 164 |
+
| 0.1036 | 1600 | 0.1398 | - |
|
| 165 |
+
| 0.1069 | 1650 | 0.1276 | - |
|
| 166 |
+
| 0.1101 | 1700 | 0.1309 | - |
|
| 167 |
+
| 0.1134 | 1750 | 0.1408 | - |
|
| 168 |
+
| 0.1166 | 1800 | 0.1416 | - |
|
| 169 |
+
| 0.1198 | 1850 | 0.1371 | - |
|
| 170 |
+
| 0.1231 | 1900 | 0.1266 | - |
|
| 171 |
+
| 0.1263 | 1950 | 0.1257 | - |
|
| 172 |
+
| 0.1296 | 2000 | 0.1337 | - |
|
| 173 |
+
| 0.1328 | 2050 | 0.1475 | - |
|
| 174 |
+
| 0.1360 | 2100 | 0.1412 | - |
|
| 175 |
+
| 0.1393 | 2150 | 0.1412 | - |
|
| 176 |
+
| 0.1425 | 2200 | 0.1281 | - |
|
| 177 |
+
| 0.1457 | 2250 | 0.1293 | - |
|
| 178 |
+
| 0.1490 | 2300 | 0.1186 | - |
|
| 179 |
+
| 0.1522 | 2350 | 0.142 | - |
|
| 180 |
+
| 0.1555 | 2400 | 0.1327 | - |
|
| 181 |
+
| 0.1587 | 2450 | 0.1356 | - |
|
| 182 |
+
| 0.1619 | 2500 | 0.1357 | - |
|
| 183 |
+
| 0.1652 | 2550 | 0.1235 | - |
|
| 184 |
+
| 0.1684 | 2600 | 0.1448 | - |
|
| 185 |
+
| 0.1717 | 2650 | 0.1274 | - |
|
| 186 |
+
| 0.1749 | 2700 | 0.1138 | - |
|
| 187 |
+
| 0.1781 | 2750 | 0.13 | - |
|
| 188 |
+
| 0.1814 | 2800 | 0.1231 | - |
|
| 189 |
+
| 0.1846 | 2850 | 0.1258 | - |
|
| 190 |
+
| 0.1878 | 2900 | 0.1148 | - |
|
| 191 |
+
| 0.1911 | 2950 | 0.1249 | - |
|
| 192 |
+
| 0.1943 | 3000 | 0.1281 | - |
|
| 193 |
+
| 0.1976 | 3050 | 0.1239 | - |
|
| 194 |
+
| 0.2008 | 3100 | 0.1205 | - |
|
| 195 |
+
| 0.2040 | 3150 | 0.1265 | - |
|
| 196 |
+
| 0.2073 | 3200 | 0.1371 | - |
|
| 197 |
+
| 0.2105 | 3250 | 0.1285 | - |
|
| 198 |
+
| 0.2138 | 3300 | 0.1365 | - |
|
| 199 |
+
| 0.2170 | 3350 | 0.1344 | - |
|
| 200 |
+
| 0.2202 | 3400 | 0.1329 | - |
|
| 201 |
+
| 0.2235 | 3450 | 0.1393 | - |
|
| 202 |
+
| 0.2267 | 3500 | 0.1313 | - |
|
| 203 |
+
| 0.2300 | 3550 | 0.1141 | - |
|
| 204 |
+
| 0.2332 | 3600 | 0.1255 | - |
|
| 205 |
+
| 0.2364 | 3650 | 0.1239 | - |
|
| 206 |
+
| 0.2397 | 3700 | 0.1215 | - |
|
| 207 |
+
| 0.2429 | 3750 | 0.1208 | - |
|
| 208 |
+
| 0.2461 | 3800 | 0.1339 | - |
|
| 209 |
+
| 0.2494 | 3850 | 0.1298 | - |
|
| 210 |
+
| 0.2526 | 3900 | 0.1275 | - |
|
| 211 |
+
| 0.2559 | 3950 | 0.126 | - |
|
| 212 |
+
| 0.2591 | 4000 | 0.1106 | - |
|
| 213 |
+
| 0.2623 | 4050 | 0.1301 | - |
|
| 214 |
+
| 0.2656 | 4100 | 0.1066 | - |
|
| 215 |
+
| 0.2688 | 4150 | 0.1309 | - |
|
| 216 |
+
| 0.2721 | 4200 | 0.1205 | - |
|
| 217 |
+
| 0.2753 | 4250 | 0.1371 | - |
|
| 218 |
+
| 0.2785 | 4300 | 0.1215 | - |
|
| 219 |
+
| 0.2818 | 4350 | 0.1204 | - |
|
| 220 |
+
| 0.2850 | 4400 | 0.1183 | - |
|
| 221 |
+
| 0.2882 | 4450 | 0.1189 | - |
|
| 222 |
+
| 0.2915 | 4500 | 0.1129 | - |
|
| 223 |
+
| 0.2947 | 4550 | 0.115 | - |
|
| 224 |
+
| 0.2980 | 4600 | 0.1152 | - |
|
| 225 |
+
| 0.3012 | 4650 | 0.1122 | - |
|
| 226 |
+
| 0.3044 | 4700 | 0.1217 | - |
|
| 227 |
+
| 0.3077 | 4750 | 0.103 | - |
|
| 228 |
+
| 0.3109 | 4800 | 0.1203 | - |
|
| 229 |
+
| 0.3142 | 4850 | 0.1253 | - |
|
| 230 |
+
| 0.3174 | 4900 | 0.1123 | - |
|
| 231 |
+
| 0.3206 | 4950 | 0.1262 | - |
|
| 232 |
+
| 0.3239 | 5000 | 0.1115 | - |
|
| 233 |
+
| 0.3271 | 5050 | 0.1219 | - |
|
| 234 |
+
| 0.3304 | 5100 | 0.1185 | - |
|
| 235 |
+
| 0.3336 | 5150 | 0.1242 | - |
|
| 236 |
+
| 0.3368 | 5200 | 0.123 | - |
|
| 237 |
+
| 0.3401 | 5250 | 0.1055 | - |
|
| 238 |
+
| 0.3433 | 5300 | 0.116 | - |
|
| 239 |
+
| 0.3465 | 5350 | 0.1173 | - |
|
| 240 |
+
| 0.3498 | 5400 | 0.1116 | - |
|
| 241 |
+
| 0.3530 | 5450 | 0.1173 | - |
|
| 242 |
+
| 0.3563 | 5500 | 0.107 | - |
|
| 243 |
+
| 0.3595 | 5550 | 0.1052 | - |
|
| 244 |
+
| 0.3627 | 5600 | 0.1119 | - |
|
| 245 |
+
| 0.3660 | 5650 | 0.1116 | - |
|
| 246 |
+
| 0.3692 | 5700 | 0.1153 | - |
|
| 247 |
+
| 0.3725 | 5750 | 0.1039 | - |
|
| 248 |
+
| 0.3757 | 5800 | 0.1187 | - |
|
| 249 |
+
| 0.3789 | 5850 | 0.1106 | - |
|
| 250 |
+
| 0.3822 | 5900 | 0.111 | - |
|
| 251 |
+
| 0.3854 | 5950 | 0.1018 | - |
|
| 252 |
+
| 0.3887 | 6000 | 0.1065 | - |
|
| 253 |
+
| 0.3919 | 6050 | 0.1044 | - |
|
| 254 |
+
| 0.3951 | 6100 | 0.1037 | - |
|
| 255 |
+
| 0.3984 | 6150 | 0.0991 | - |
|
| 256 |
+
| 0.4016 | 6200 | 0.0984 | - |
|
| 257 |
+
| 0.4048 | 6250 | 0.1058 | - |
|
| 258 |
+
| 0.4081 | 6300 | 0.0954 | - |
|
| 259 |
+
| 0.4113 | 6350 | 0.0883 | - |
|
| 260 |
+
| 0.4146 | 6400 | 0.1077 | - |
|
| 261 |
+
| 0.4178 | 6450 | 0.1134 | - |
|
| 262 |
+
| 0.4210 | 6500 | 0.1079 | - |
|
| 263 |
+
| 0.4243 | 6550 | 0.0996 | - |
|
| 264 |
+
| 0.4275 | 6600 | 0.1045 | - |
|
| 265 |
+
| 0.4308 | 6650 | 0.1151 | - |
|
| 266 |
+
| 0.4340 | 6700 | 0.1062 | - |
|
| 267 |
+
| 0.4372 | 6750 | 0.1077 | - |
|
| 268 |
+
| 0.4405 | 6800 | 0.1133 | - |
|
| 269 |
+
| 0.4437 | 6850 | 0.1096 | - |
|
| 270 |
+
| 0.4469 | 6900 | 0.1017 | - |
|
| 271 |
+
| 0.4502 | 6950 | 0.0972 | - |
|
| 272 |
+
| 0.4534 | 7000 | 0.0955 | - |
|
| 273 |
+
| 0.4567 | 7050 | 0.0986 | - |
|
| 274 |
+
| 0.4599 | 7100 | 0.0942 | - |
|
| 275 |
+
| 0.4631 | 7150 | 0.1093 | - |
|
| 276 |
+
| 0.4664 | 7200 | 0.0908 | - |
|
| 277 |
+
| 0.4696 | 7250 | 0.1165 | - |
|
| 278 |
+
| 0.4729 | 7300 | 0.0979 | - |
|
| 279 |
+
| 0.4761 | 7350 | 0.0915 | - |
|
| 280 |
+
| 0.4793 | 7400 | 0.0824 | - |
|
| 281 |
+
| 0.4826 | 7450 | 0.0988 | - |
|
| 282 |
+
| 0.4858 | 7500 | 0.112 | - |
|
| 283 |
+
| 0.4891 | 7550 | 0.0997 | - |
|
| 284 |
+
| 0.4923 | 7600 | 0.1013 | - |
|
| 285 |
+
| 0.4955 | 7650 | 0.1119 | - |
|
| 286 |
+
| 0.4988 | 7700 | 0.1087 | - |
|
| 287 |
+
| 0.5020 | 7750 | 0.1037 | - |
|
| 288 |
+
| 0.5052 | 7800 | 0.0995 | - |
|
| 289 |
+
| 0.5085 | 7850 | 0.0913 | - |
|
| 290 |
+
| 0.5117 | 7900 | 0.1006 | - |
|
| 291 |
+
| 0.5150 | 7950 | 0.0916 | - |
|
| 292 |
+
| 0.5182 | 8000 | 0.0861 | - |
|
| 293 |
+
| 0.5214 | 8050 | 0.1135 | - |
|
| 294 |
+
| 0.5247 | 8100 | 0.0956 | - |
|
| 295 |
+
| 0.5279 | 8150 | 0.1007 | - |
|
| 296 |
+
| 0.5312 | 8200 | 0.0898 | - |
|
| 297 |
+
| 0.5344 | 8250 | 0.1079 | - |
|
| 298 |
+
| 0.5376 | 8300 | 0.093 | - |
|
| 299 |
+
| 0.5409 | 8350 | 0.0957 | - |
|
| 300 |
+
| 0.5441 | 8400 | 0.0945 | - |
|
| 301 |
+
| 0.5474 | 8450 | 0.0929 | - |
|
| 302 |
+
| 0.5506 | 8500 | 0.0933 | - |
|
| 303 |
+
| 0.5538 | 8550 | 0.0948 | - |
|
| 304 |
+
| 0.5571 | 8600 | 0.0793 | - |
|
| 305 |
+
| 0.5603 | 8650 | 0.0888 | - |
|
| 306 |
+
| 0.5635 | 8700 | 0.0835 | - |
|
| 307 |
+
| 0.5668 | 8750 | 0.0809 | - |
|
| 308 |
+
| 0.5700 | 8800 | 0.1069 | - |
|
| 309 |
+
| 0.5733 | 8850 | 0.0885 | - |
|
| 310 |
+
| 0.5765 | 8900 | 0.089 | - |
|
| 311 |
+
| 0.5797 | 8950 | 0.1028 | - |
|
| 312 |
+
| 0.5830 | 9000 | 0.0842 | - |
|
| 313 |
+
| 0.5862 | 9050 | 0.0946 | - |
|
| 314 |
+
| 0.5895 | 9100 | 0.0989 | - |
|
| 315 |
+
| 0.5927 | 9150 | 0.0827 | - |
|
| 316 |
+
| 0.5959 | 9200 | 0.0798 | - |
|
| 317 |
+
| 0.5992 | 9250 | 0.0855 | - |
|
| 318 |
+
| 0.6024 | 9300 | 0.091 | - |
|
| 319 |
+
| 0.6056 | 9350 | 0.0905 | - |
|
| 320 |
+
| 0.6089 | 9400 | 0.0844 | - |
|
| 321 |
+
| 0.6121 | 9450 | 0.0783 | - |
|
| 322 |
+
| 0.6154 | 9500 | 0.0838 | - |
|
| 323 |
+
| 0.6186 | 9550 | 0.0992 | - |
|
| 324 |
+
| 0.6218 | 9600 | 0.0954 | - |
|
| 325 |
+
| 0.6251 | 9650 | 0.0817 | - |
|
| 326 |
+
| 0.6283 | 9700 | 0.0895 | - |
|
| 327 |
+
| 0.6316 | 9750 | 0.0818 | - |
|
| 328 |
+
| 0.6348 | 9800 | 0.0806 | - |
|
| 329 |
+
| 0.6380 | 9850 | 0.0895 | - |
|
| 330 |
+
| 0.6413 | 9900 | 0.0925 | - |
|
| 331 |
+
| 0.6445 | 9950 | 0.0865 | - |
|
| 332 |
+
| 0.6478 | 10000 | 0.0881 | - |
|
| 333 |
+
| 0.6510 | 10050 | 0.0804 | - |
|
| 334 |
+
| 0.6542 | 10100 | 0.0951 | - |
|
| 335 |
+
| 0.6575 | 10150 | 0.0998 | - |
|
| 336 |
+
| 0.6607 | 10200 | 0.0892 | - |
|
| 337 |
+
| 0.6639 | 10250 | 0.0824 | - |
|
| 338 |
+
| 0.6672 | 10300 | 0.0856 | - |
|
| 339 |
+
| 0.6704 | 10350 | 0.0821 | - |
|
| 340 |
+
| 0.6737 | 10400 | 0.0949 | - |
|
| 341 |
+
| 0.6769 | 10450 | 0.0918 | - |
|
| 342 |
+
| 0.6801 | 10500 | 0.0868 | - |
|
| 343 |
+
| 0.6834 | 10550 | 0.0922 | - |
|
| 344 |
+
| 0.6866 | 10600 | 0.0845 | - |
|
| 345 |
+
| 0.6899 | 10650 | 0.0752 | - |
|
| 346 |
+
| 0.6931 | 10700 | 0.0904 | - |
|
| 347 |
+
| 0.6963 | 10750 | 0.0837 | - |
|
| 348 |
+
| 0.6996 | 10800 | 0.0846 | - |
|
| 349 |
+
| 0.7028 | 10850 | 0.0904 | - |
|
| 350 |
+
| 0.7061 | 10900 | 0.0819 | - |
|
| 351 |
+
| 0.7093 | 10950 | 0.0851 | - |
|
| 352 |
+
| 0.7125 | 11000 | 0.0755 | - |
|
| 353 |
+
| 0.7158 | 11050 | 0.0856 | - |
|
| 354 |
+
| 0.7190 | 11100 | 0.0978 | - |
|
| 355 |
+
| 0.7222 | 11150 | 0.0764 | - |
|
| 356 |
+
| 0.7255 | 11200 | 0.0837 | - |
|
| 357 |
+
| 0.7287 | 11250 | 0.0896 | - |
|
| 358 |
+
| 0.7320 | 11300 | 0.0878 | - |
|
| 359 |
+
| 0.7352 | 11350 | 0.0799 | - |
|
| 360 |
+
| 0.7384 | 11400 | 0.0819 | - |
|
| 361 |
+
| 0.7417 | 11450 | 0.0864 | - |
|
| 362 |
+
| 0.7449 | 11500 | 0.085 | - |
|
| 363 |
+
| 0.7482 | 11550 | 0.092 | - |
|
| 364 |
+
| 0.7514 | 11600 | 0.08 | - |
|
| 365 |
+
| 0.7546 | 11650 | 0.0828 | - |
|
| 366 |
+
| 0.7579 | 11700 | 0.078 | - |
|
| 367 |
+
| 0.7611 | 11750 | 0.0787 | - |
|
| 368 |
+
| 0.7643 | 11800 | 0.0818 | - |
|
| 369 |
+
| 0.7676 | 11850 | 0.0872 | - |
|
| 370 |
+
| 0.7708 | 11900 | 0.0857 | - |
|
| 371 |
+
| 0.7741 | 11950 | 0.0891 | - |
|
| 372 |
+
| 0.7773 | 12000 | 0.0731 | - |
|
| 373 |
+
| 0.7805 | 12050 | 0.0881 | - |
|
| 374 |
+
| 0.7838 | 12100 | 0.0735 | - |
|
| 375 |
+
| 0.7870 | 12150 | 0.0825 | - |
|
| 376 |
+
| 0.7903 | 12200 | 0.0799 | - |
|
| 377 |
+
| 0.7935 | 12250 | 0.0783 | - |
|
| 378 |
+
| 0.7967 | 12300 | 0.081 | - |
|
| 379 |
+
| 0.8000 | 12350 | 0.0847 | - |
|
| 380 |
+
| 0.8032 | 12400 | 0.0851 | - |
|
| 381 |
+
| 0.8065 | 12450 | 0.0783 | - |
|
| 382 |
+
| 0.8097 | 12500 | 0.0634 | - |
|
| 383 |
+
| 0.8129 | 12550 | 0.0767 | - |
|
| 384 |
+
| 0.8162 | 12600 | 0.0836 | - |
|
| 385 |
+
| 0.8194 | 12650 | 0.0871 | - |
|
| 386 |
+
| 0.8226 | 12700 | 0.0787 | - |
|
| 387 |
+
| 0.8259 | 12750 | 0.0755 | - |
|
| 388 |
+
| 0.8291 | 12800 | 0.0787 | - |
|
| 389 |
+
| 0.8324 | 12850 | 0.0764 | - |
|
| 390 |
+
| 0.8356 | 12900 | 0.077 | - |
|
| 391 |
+
| 0.8388 | 12950 | 0.0821 | - |
|
| 392 |
+
| 0.8421 | 13000 | 0.0756 | - |
|
| 393 |
+
| 0.8453 | 13050 | 0.0798 | - |
|
| 394 |
+
| 0.8486 | 13100 | 0.0699 | - |
|
| 395 |
+
| 0.8518 | 13150 | 0.0823 | - |
|
| 396 |
+
| 0.8550 | 13200 | 0.0783 | - |
|
| 397 |
+
| 0.8583 | 13250 | 0.078 | - |
|
| 398 |
+
| 0.8615 | 13300 | 0.0742 | - |
|
| 399 |
+
| 0.8647 | 13350 | 0.078 | - |
|
| 400 |
+
| 0.8680 | 13400 | 0.0835 | - |
|
| 401 |
+
| 0.8712 | 13450 | 0.0719 | - |
|
| 402 |
+
| 0.8745 | 13500 | 0.0774 | - |
|
| 403 |
+
| 0.8777 | 13550 | 0.0855 | - |
|
| 404 |
+
| 0.8809 | 13600 | 0.0873 | - |
|
| 405 |
+
| 0.8842 | 13650 | 0.084 | - |
|
| 406 |
+
| 0.8874 | 13700 | 0.0853 | - |
|
| 407 |
+
| 0.8907 | 13750 | 0.0833 | - |
|
| 408 |
+
| 0.8939 | 13800 | 0.0811 | - |
|
| 409 |
+
| 0.8971 | 13850 | 0.0727 | - |
|
| 410 |
+
| 0.9004 | 13900 | 0.0677 | - |
|
| 411 |
+
| 0.9036 | 13950 | 0.0666 | - |
|
| 412 |
+
| 0.9069 | 14000 | 0.0764 | - |
|
| 413 |
+
| 0.9101 | 14050 | 0.0729 | - |
|
| 414 |
+
| 0.9133 | 14100 | 0.0781 | - |
|
| 415 |
+
| 0.9166 | 14150 | 0.0917 | - |
|
| 416 |
+
| 0.9198 | 14200 | 0.0878 | - |
|
| 417 |
+
| 0.9230 | 14250 | 0.0734 | - |
|
| 418 |
+
| 0.9263 | 14300 | 0.0825 | - |
|
| 419 |
+
| 0.9295 | 14350 | 0.0799 | - |
|
| 420 |
+
| 0.9328 | 14400 | 0.0817 | - |
|
| 421 |
+
| 0.9360 | 14450 | 0.0757 | - |
|
| 422 |
+
| 0.9392 | 14500 | 0.0755 | - |
|
| 423 |
+
| 0.9425 | 14550 | 0.062 | - |
|
| 424 |
+
| 0.9457 | 14600 | 0.0829 | - |
|
| 425 |
+
| 0.9490 | 14650 | 0.0718 | - |
|
| 426 |
+
| 0.9522 | 14700 | 0.0776 | - |
|
| 427 |
+
| 0.9554 | 14750 | 0.0744 | - |
|
| 428 |
+
| 0.9587 | 14800 | 0.0881 | - |
|
| 429 |
+
| 0.9619 | 14850 | 0.0813 | - |
|
| 430 |
+
| 0.9652 | 14900 | 0.0673 | - |
|
| 431 |
+
| 0.9684 | 14950 | 0.0819 | - |
|
| 432 |
+
| 0.9716 | 15000 | 0.0566 | - |
|
| 433 |
+
| 0.9749 | 15050 | 0.0849 | - |
|
| 434 |
+
| 0.9781 | 15100 | 0.0736 | - |
|
| 435 |
+
| 0.9813 | 15150 | 0.0661 | - |
|
| 436 |
+
| 0.9846 | 15200 | 0.0731 | - |
|
| 437 |
+
| 0.9878 | 15250 | 0.0779 | - |
|
| 438 |
+
| 0.9911 | 15300 | 0.0723 | - |
|
| 439 |
+
| 0.9943 | 15350 | 0.0606 | - |
|
| 440 |
+
| 0.9975 | 15400 | 0.0801 | - |
|
| 441 |
+
| 1.0008 | 15450 | 0.0675 | - |
|
| 442 |
+
| 1.0040 | 15500 | 0.0743 | - |
|
| 443 |
+
| 1.0073 | 15550 | 0.0655 | - |
|
| 444 |
+
| 1.0105 | 15600 | 0.0594 | - |
|
| 445 |
+
| 1.0137 | 15650 | 0.0642 | - |
|
| 446 |
+
| 1.0170 | 15700 | 0.059 | - |
|
| 447 |
+
| 1.0202 | 15750 | 0.0628 | - |
|
| 448 |
+
| 1.0234 | 15800 | 0.0569 | - |
|
| 449 |
+
| 1.0267 | 15850 | 0.0725 | - |
|
| 450 |
+
| 1.0299 | 15900 | 0.0744 | - |
|
| 451 |
+
| 1.0332 | 15950 | 0.056 | - |
|
| 452 |
+
| 1.0364 | 16000 | 0.0754 | - |
|
| 453 |
+
| 1.0396 | 16050 | 0.0694 | - |
|
| 454 |
+
| 1.0429 | 16100 | 0.057 | - |
|
| 455 |
+
| 1.0461 | 16150 | 0.0706 | - |
|
| 456 |
+
| 1.0494 | 16200 | 0.0675 | - |
|
| 457 |
+
| 1.0526 | 16250 | 0.0679 | - |
|
| 458 |
+
| 1.0558 | 16300 | 0.0745 | - |
|
| 459 |
+
| 1.0591 | 16350 | 0.0539 | - |
|
| 460 |
+
| 1.0623 | 16400 | 0.0708 | - |
|
| 461 |
+
| 1.0656 | 16450 | 0.0629 | - |
|
| 462 |
+
| 1.0688 | 16500 | 0.0699 | - |
|
| 463 |
+
| 1.0720 | 16550 | 0.0706 | - |
|
| 464 |
+
| 1.0753 | 16600 | 0.0717 | - |
|
| 465 |
+
| 1.0785 | 16650 | 0.0676 | - |
|
| 466 |
+
| 1.0817 | 16700 | 0.0619 | - |
|
| 467 |
+
| 1.0850 | 16750 | 0.07 | - |
|
| 468 |
+
| 1.0882 | 16800 | 0.0569 | - |
|
| 469 |
+
| 1.0915 | 16850 | 0.0615 | - |
|
| 470 |
+
| 1.0947 | 16900 | 0.0646 | - |
|
| 471 |
+
| 1.0979 | 16950 | 0.0651 | - |
|
| 472 |
+
| 1.1012 | 17000 | 0.072 | - |
|
| 473 |
+
| 1.1044 | 17050 | 0.0693 | - |
|
| 474 |
+
| 1.1077 | 17100 | 0.0681 | - |
|
| 475 |
+
| 1.1109 | 17150 | 0.0509 | - |
|
| 476 |
+
| 1.1141 | 17200 | 0.0604 | - |
|
| 477 |
+
| 1.1174 | 17250 | 0.0723 | - |
|
| 478 |
+
| 1.1206 | 17300 | 0.0726 | - |
|
| 479 |
+
| 1.1239 | 17350 | 0.062 | - |
|
| 480 |
+
| 1.1271 | 17400 | 0.0608 | - |
|
| 481 |
+
| 1.1303 | 17450 | 0.0649 | - |
|
| 482 |
+
| 1.1336 | 17500 | 0.0631 | - |
|
| 483 |
+
| 1.1368 | 17550 | 0.0623 | - |
|
| 484 |
+
| 1.1400 | 17600 | 0.0707 | - |
|
| 485 |
+
| 1.1433 | 17650 | 0.0708 | - |
|
| 486 |
+
| 1.1465 | 17700 | 0.0736 | - |
|
| 487 |
+
| 1.1498 | 17750 | 0.0674 | - |
|
| 488 |
+
| 1.1530 | 17800 | 0.0759 | - |
|
| 489 |
+
| 1.1562 | 17850 | 0.0614 | - |
|
| 490 |
+
| 1.1595 | 17900 | 0.0626 | - |
|
| 491 |
+
| 1.1627 | 17950 | 0.0741 | - |
|
| 492 |
+
| 1.1660 | 18000 | 0.065 | - |
|
| 493 |
+
| 1.1692 | 18050 | 0.069 | - |
|
| 494 |
+
| 1.1724 | 18100 | 0.0749 | - |
|
| 495 |
+
| 1.1757 | 18150 | 0.0554 | - |
|
| 496 |
+
| 1.1789 | 18200 | 0.068 | - |
|
| 497 |
+
| 1.1821 | 18250 | 0.0676 | - |
|
| 498 |
+
| 1.1854 | 18300 | 0.067 | - |
|
| 499 |
+
| 1.1886 | 18350 | 0.0682 | - |
|
| 500 |
+
| 1.1919 | 18400 | 0.0546 | - |
|
| 501 |
+
| 1.1951 | 18450 | 0.068 | - |
|
| 502 |
+
| 1.1983 | 18500 | 0.0633 | - |
|
| 503 |
+
| 1.2016 | 18550 | 0.0627 | - |
|
| 504 |
+
| 1.2048 | 18600 | 0.0608 | - |
|
| 505 |
+
| 1.2081 | 18650 | 0.0625 | - |
|
| 506 |
+
| 1.2113 | 18700 | 0.0652 | - |
|
| 507 |
+
| 1.2145 | 18750 | 0.0555 | - |
|
| 508 |
+
| 1.2178 | 18800 | 0.0615 | - |
|
| 509 |
+
| 1.2210 | 18850 | 0.0599 | - |
|
| 510 |
+
| 1.2243 | 18900 | 0.0664 | - |
|
| 511 |
+
| 1.2275 | 18950 | 0.0653 | - |
|
| 512 |
+
| 1.2307 | 19000 | 0.0481 | - |
|
| 513 |
+
| 1.2340 | 19050 | 0.055 | - |
|
| 514 |
+
| 1.2372 | 19100 | 0.0681 | - |
|
| 515 |
+
| 1.2404 | 19150 | 0.0589 | - |
|
| 516 |
+
| 1.2437 | 19200 | 0.0774 | - |
|
| 517 |
+
| 1.2469 | 19250 | 0.0624 | - |
|
| 518 |
+
| 1.2502 | 19300 | 0.0609 | - |
|
| 519 |
+
| 1.2534 | 19350 | 0.0545 | - |
|
| 520 |
+
| 1.2566 | 19400 | 0.0546 | - |
|
| 521 |
+
| 1.2599 | 19450 | 0.087 | - |
|
| 522 |
+
| 1.2631 | 19500 | 0.061 | - |
|
| 523 |
+
| 1.2664 | 19550 | 0.068 | - |
|
| 524 |
+
| 1.2696 | 19600 | 0.0708 | - |
|
| 525 |
+
| 1.2728 | 19650 | 0.0651 | - |
|
| 526 |
+
| 1.2761 | 19700 | 0.0713 | - |
|
| 527 |
+
| 1.2793 | 19750 | 0.0646 | - |
|
| 528 |
+
| 1.2825 | 19800 | 0.0559 | - |
|
| 529 |
+
| 1.2858 | 19850 | 0.0486 | - |
|
| 530 |
+
| 1.2890 | 19900 | 0.0583 | - |
|
| 531 |
+
| 1.2923 | 19950 | 0.0549 | - |
|
| 532 |
+
| 1.2955 | 20000 | 0.073 | - |
|
| 533 |
+
| 1.2987 | 20050 | 0.0633 | - |
|
| 534 |
+
| 1.3020 | 20100 | 0.072 | - |
|
| 535 |
+
| 1.3052 | 20150 | 0.0623 | - |
|
| 536 |
+
| 1.3085 | 20200 | 0.0725 | - |
|
| 537 |
+
| 1.3117 | 20250 | 0.0629 | - |
|
| 538 |
+
| 1.3149 | 20300 | 0.0614 | - |
|
| 539 |
+
| 1.3182 | 20350 | 0.0607 | - |
|
| 540 |
+
| 1.3214 | 20400 | 0.0624 | - |
|
| 541 |
+
| 1.3247 | 20450 | 0.0627 | - |
|
| 542 |
+
| 1.3279 | 20500 | 0.0602 | - |
|
| 543 |
+
| 1.3311 | 20550 | 0.062 | - |
|
| 544 |
+
| 1.3344 | 20600 | 0.066 | - |
|
| 545 |
+
| 1.3376 | 20650 | 0.0596 | - |
|
| 546 |
+
| 1.3408 | 20700 | 0.0517 | - |
|
| 547 |
+
| 1.3441 | 20750 | 0.057 | - |
|
| 548 |
+
| 1.3473 | 20800 | 0.0584 | - |
|
| 549 |
+
| 1.3506 | 20850 | 0.0576 | - |
|
| 550 |
+
| 1.3538 | 20900 | 0.0667 | - |
|
| 551 |
+
| 1.3570 | 20950 | 0.0672 | - |
|
| 552 |
+
| 1.3603 | 21000 | 0.0641 | - |
|
| 553 |
+
| 1.3635 | 21050 | 0.0545 | - |
|
| 554 |
+
| 1.3668 | 21100 | 0.0609 | - |
|
| 555 |
+
| 1.3700 | 21150 | 0.0639 | - |
|
| 556 |
+
| 1.3732 | 21200 | 0.0612 | - |
|
| 557 |
+
| 1.3765 | 21250 | 0.0623 | - |
|
| 558 |
+
| 1.3797 | 21300 | 0.0645 | - |
|
| 559 |
+
| 1.3830 | 21350 | 0.0676 | - |
|
| 560 |
+
| 1.3862 | 21400 | 0.0704 | - |
|
| 561 |
+
| 1.3894 | 21450 | 0.0569 | - |
|
| 562 |
+
| 1.3927 | 21500 | 0.066 | - |
|
| 563 |
+
| 1.3959 | 21550 | 0.0632 | - |
|
| 564 |
+
| 1.3991 | 21600 | 0.0682 | - |
|
| 565 |
+
| 1.4024 | 21650 | 0.0694 | - |
|
| 566 |
+
| 1.4056 | 21700 | 0.0713 | - |
|
| 567 |
+
| 1.4089 | 21750 | 0.0508 | - |
|
| 568 |
+
| 1.4121 | 21800 | 0.0613 | - |
|
| 569 |
+
| 1.4153 | 21850 | 0.0512 | - |
|
| 570 |
+
| 1.4186 | 21900 | 0.0481 | - |
|
| 571 |
+
| 1.4218 | 21950 | 0.0578 | - |
|
| 572 |
+
| 1.4251 | 22000 | 0.0553 | - |
|
| 573 |
+
| 1.4283 | 22050 | 0.0599 | - |
|
| 574 |
+
| 1.4315 | 22100 | 0.0626 | - |
|
| 575 |
+
| 1.4348 | 22150 | 0.0577 | - |
|
| 576 |
+
| 1.4380 | 22200 | 0.0611 | - |
|
| 577 |
+
| 1.4412 | 22250 | 0.0579 | - |
|
| 578 |
+
| 1.4445 | 22300 | 0.0678 | - |
|
| 579 |
+
| 1.4477 | 22350 | 0.0627 | - |
|
| 580 |
+
| 1.4510 | 22400 | 0.0582 | - |
|
| 581 |
+
| 1.4542 | 22450 | 0.0613 | - |
|
| 582 |
+
| 1.4574 | 22500 | 0.0584 | - |
|
| 583 |
+
| 1.4607 | 22550 | 0.0586 | - |
|
| 584 |
+
| 1.4639 | 22600 | 0.0589 | - |
|
| 585 |
+
| 1.4672 | 22650 | 0.0535 | - |
|
| 586 |
+
| 1.4704 | 22700 | 0.0526 | - |
|
| 587 |
+
| 1.4736 | 22750 | 0.0599 | - |
|
| 588 |
+
| 1.4769 | 22800 | 0.0549 | - |
|
| 589 |
+
| 1.4801 | 22850 | 0.0598 | - |
|
| 590 |
+
| 1.4834 | 22900 | 0.0584 | - |
|
| 591 |
+
| 1.4866 | 22950 | 0.0657 | - |
|
| 592 |
+
| 1.4898 | 23000 | 0.056 | - |
|
| 593 |
+
| 1.4931 | 23050 | 0.061 | - |
|
| 594 |
+
| 1.4963 | 23100 | 0.0567 | - |
|
| 595 |
+
| 1.4995 | 23150 | 0.0604 | - |
|
| 596 |
+
| 1.5028 | 23200 | 0.053 | - |
|
| 597 |
+
| 1.5060 | 23250 | 0.0577 | - |
|
| 598 |
+
| 1.5093 | 23300 | 0.0552 | - |
|
| 599 |
+
| 1.5125 | 23350 | 0.0675 | - |
|
| 600 |
+
| 1.5157 | 23400 | 0.0698 | - |
|
| 601 |
+
| 1.5190 | 23450 | 0.0577 | - |
|
| 602 |
+
| 1.5222 | 23500 | 0.0518 | - |
|
| 603 |
+
| 1.5255 | 23550 | 0.0552 | - |
|
| 604 |
+
| 1.5287 | 23600 | 0.0606 | - |
|
| 605 |
+
| 1.5319 | 23650 | 0.0598 | - |
|
| 606 |
+
| 1.5352 | 23700 | 0.0586 | - |
|
| 607 |
+
| 1.5384 | 23750 | 0.0562 | - |
|
| 608 |
+
| 1.5417 | 23800 | 0.0571 | - |
|
| 609 |
+
| 1.5449 | 23850 | 0.0525 | - |
|
| 610 |
+
| 1.5481 | 23900 | 0.0619 | - |
|
| 611 |
+
| 1.5514 | 23950 | 0.0558 | - |
|
| 612 |
+
| 1.5546 | 24000 | 0.0651 | - |
|
| 613 |
+
| 1.5578 | 24050 | 0.0595 | - |
|
| 614 |
+
| 1.5611 | 24100 | 0.0669 | - |
|
| 615 |
+
| 1.5643 | 24150 | 0.0576 | - |
|
| 616 |
+
| 1.5676 | 24200 | 0.0498 | - |
|
| 617 |
+
| 1.5708 | 24250 | 0.0613 | - |
|
| 618 |
+
| 1.5740 | 24300 | 0.0544 | - |
|
| 619 |
+
| 1.5773 | 24350 | 0.0566 | - |
|
| 620 |
+
| 1.5805 | 24400 | 0.0613 | - |
|
| 621 |
+
| 1.5838 | 24450 | 0.0597 | - |
|
| 622 |
+
| 1.5870 | 24500 | 0.0525 | - |
|
| 623 |
+
| 1.5902 | 24550 | 0.0537 | - |
|
| 624 |
+
| 1.5935 | 24600 | 0.0613 | - |
|
| 625 |
+
| 1.5967 | 24650 | 0.0446 | - |
|
| 626 |
+
| 1.5999 | 24700 | 0.0597 | - |
|
| 627 |
+
| 1.6032 | 24750 | 0.0601 | - |
|
| 628 |
+
| 1.6064 | 24800 | 0.0521 | - |
|
| 629 |
+
| 1.6097 | 24850 | 0.0584 | - |
|
| 630 |
+
| 1.6129 | 24900 | 0.0591 | - |
|
| 631 |
+
| 1.6161 | 24950 | 0.0593 | - |
|
| 632 |
+
| 1.6194 | 25000 | 0.0562 | - |
|
| 633 |
+
| 1.6226 | 25050 | 0.0586 | - |
|
| 634 |
+
| 1.6259 | 25100 | 0.0593 | - |
|
| 635 |
+
| 1.6291 | 25150 | 0.0615 | - |
|
| 636 |
+
| 1.6323 | 25200 | 0.0492 | - |
|
| 637 |
+
| 1.6356 | 25250 | 0.0573 | - |
|
| 638 |
+
| 1.6388 | 25300 | 0.0631 | - |
|
| 639 |
+
| 1.6421 | 25350 | 0.0444 | - |
|
| 640 |
+
| 1.6453 | 25400 | 0.0587 | - |
|
| 641 |
+
| 1.6485 | 25450 | 0.0601 | - |
|
| 642 |
+
| 1.6518 | 25500 | 0.0565 | - |
|
| 643 |
+
| 1.6550 | 25550 | 0.0654 | - |
|
| 644 |
+
| 1.6582 | 25600 | 0.0558 | - |
|
| 645 |
+
| 1.6615 | 25650 | 0.0537 | - |
|
| 646 |
+
| 1.6647 | 25700 | 0.0504 | - |
|
| 647 |
+
| 1.6680 | 25750 | 0.0549 | - |
|
| 648 |
+
| 1.6712 | 25800 | 0.0517 | - |
|
| 649 |
+
| 1.6744 | 25850 | 0.0621 | - |
|
| 650 |
+
| 1.6777 | 25900 | 0.0468 | - |
|
| 651 |
+
| 1.6809 | 25950 | 0.059 | - |
|
| 652 |
+
| 1.6842 | 26000 | 0.0607 | - |
|
| 653 |
+
| 1.6874 | 26050 | 0.0616 | - |
|
| 654 |
+
| 1.6906 | 26100 | 0.0536 | - |
|
| 655 |
+
| 1.6939 | 26150 | 0.0619 | - |
|
| 656 |
+
| 1.6971 | 26200 | 0.0615 | - |
|
| 657 |
+
| 1.7003 | 26250 | 0.0497 | - |
|
| 658 |
+
| 1.7036 | 26300 | 0.0595 | - |
|
| 659 |
+
| 1.7068 | 26350 | 0.0563 | - |
|
| 660 |
+
| 1.7101 | 26400 | 0.0572 | - |
|
| 661 |
+
| 1.7133 | 26450 | 0.0525 | - |
|
| 662 |
+
| 1.7165 | 26500 | 0.0592 | - |
|
| 663 |
+
| 1.7198 | 26550 | 0.0645 | - |
|
| 664 |
+
| 1.7230 | 26600 | 0.0586 | - |
|
| 665 |
+
| 1.7263 | 26650 | 0.0511 | - |
|
| 666 |
+
| 1.7295 | 26700 | 0.0508 | - |
|
| 667 |
+
| 1.7327 | 26750 | 0.0572 | - |
|
| 668 |
+
| 1.7360 | 26800 | 0.0466 | - |
|
| 669 |
+
| 1.7392 | 26850 | 0.0532 | - |
|
| 670 |
+
| 1.7425 | 26900 | 0.0546 | - |
|
| 671 |
+
| 1.7457 | 26950 | 0.0594 | - |
|
| 672 |
+
| 1.7489 | 27000 | 0.0544 | - |
|
| 673 |
+
| 1.7522 | 27050 | 0.0543 | - |
|
| 674 |
+
| 1.7554 | 27100 | 0.0588 | - |
|
| 675 |
+
| 1.7586 | 27150 | 0.0552 | - |
|
| 676 |
+
| 1.7619 | 27200 | 0.0529 | - |
|
| 677 |
+
| 1.7651 | 27250 | 0.0558 | - |
|
| 678 |
+
| 1.7684 | 27300 | 0.0491 | - |
|
| 679 |
+
| 1.7716 | 27350 | 0.0669 | - |
|
| 680 |
+
| 1.7748 | 27400 | 0.056 | - |
|
| 681 |
+
| 1.7781 | 27450 | 0.0553 | - |
|
| 682 |
+
| 1.7813 | 27500 | 0.0565 | - |
|
| 683 |
+
| 1.7846 | 27550 | 0.063 | - |
|
| 684 |
+
| 1.7878 | 27600 | 0.0548 | - |
|
| 685 |
+
| 1.7910 | 27650 | 0.0541 | - |
|
| 686 |
+
| 1.7943 | 27700 | 0.0469 | - |
|
| 687 |
+
| 1.7975 | 27750 | 0.0493 | - |
|
| 688 |
+
| 1.8008 | 27800 | 0.0644 | - |
|
| 689 |
+
| 1.8040 | 27850 | 0.0557 | - |
|
| 690 |
+
| 1.8072 | 27900 | 0.0582 | - |
|
| 691 |
+
| 1.8105 | 27950 | 0.0517 | - |
|
| 692 |
+
| 1.8137 | 28000 | 0.0564 | - |
|
| 693 |
+
| 1.8169 | 28050 | 0.0591 | - |
|
| 694 |
+
| 1.8202 | 28100 | 0.0545 | - |
|
| 695 |
+
| 1.8234 | 28150 | 0.0486 | - |
|
| 696 |
+
| 1.8267 | 28200 | 0.0568 | - |
|
| 697 |
+
| 1.8299 | 28250 | 0.0461 | - |
|
| 698 |
+
| 1.8331 | 28300 | 0.0622 | - |
|
| 699 |
+
| 1.8364 | 28350 | 0.0499 | - |
|
| 700 |
+
| 1.8396 | 28400 | 0.0634 | - |
|
| 701 |
+
| 1.8429 | 28450 | 0.0584 | - |
|
| 702 |
+
| 1.8461 | 28500 | 0.0648 | - |
|
| 703 |
+
| 1.8493 | 28550 | 0.0628 | - |
|
| 704 |
+
| 1.8526 | 28600 | 0.057 | - |
|
| 705 |
+
| 1.8558 | 28650 | 0.0528 | - |
|
| 706 |
+
| 1.8590 | 28700 | 0.0521 | - |
|
| 707 |
+
| 1.8623 | 28750 | 0.0527 | - |
|
| 708 |
+
| 1.8655 | 28800 | 0.0457 | - |
|
| 709 |
+
| 1.8688 | 28850 | 0.0505 | - |
|
| 710 |
+
| 1.8720 | 28900 | 0.0508 | - |
|
| 711 |
+
| 1.8752 | 28950 | 0.0595 | - |
|
| 712 |
+
| 1.8785 | 29000 | 0.0558 | - |
|
| 713 |
+
| 1.8817 | 29050 | 0.0521 | - |
|
| 714 |
+
| 1.8850 | 29100 | 0.0475 | - |
|
| 715 |
+
| 1.8882 | 29150 | 0.054 | - |
|
| 716 |
+
| 1.8914 | 29200 | 0.0497 | - |
|
| 717 |
+
| 1.8947 | 29250 | 0.0637 | - |
|
| 718 |
+
| 1.8979 | 29300 | 0.0484 | - |
|
| 719 |
+
| 1.9012 | 29350 | 0.0649 | - |
|
| 720 |
+
| 1.9044 | 29400 | 0.0643 | - |
|
| 721 |
+
| 1.9076 | 29450 | 0.0484 | - |
|
| 722 |
+
| 1.9109 | 29500 | 0.0531 | - |
|
| 723 |
+
| 1.9141 | 29550 | 0.0527 | - |
|
| 724 |
+
| 1.9173 | 29600 | 0.0617 | - |
|
| 725 |
+
| 1.9206 | 29650 | 0.0469 | - |
|
| 726 |
+
| 1.9238 | 29700 | 0.0615 | - |
|
| 727 |
+
| 1.9271 | 29750 | 0.055 | - |
|
| 728 |
+
| 1.9303 | 29800 | 0.055 | - |
|
| 729 |
+
| 1.9335 | 29850 | 0.0658 | - |
|
| 730 |
+
| 1.9368 | 29900 | 0.0483 | - |
|
| 731 |
+
| 1.9400 | 29950 | 0.0559 | - |
|
| 732 |
+
| 1.9433 | 30000 | 0.0481 | - |
|
| 733 |
+
| 1.9465 | 30050 | 0.0719 | - |
|
| 734 |
+
| 1.9497 | 30100 | 0.0589 | - |
|
| 735 |
+
| 1.9530 | 30150 | 0.0498 | - |
|
| 736 |
+
| 1.9562 | 30200 | 0.049 | - |
|
| 737 |
+
| 1.9595 | 30250 | 0.0456 | - |
|
| 738 |
+
| 1.9627 | 30300 | 0.0551 | - |
|
| 739 |
+
| 1.9659 | 30350 | 0.0415 | - |
|
| 740 |
+
| 1.9692 | 30400 | 0.0607 | - |
|
| 741 |
+
| 1.9724 | 30450 | 0.0521 | - |
|
| 742 |
+
| 1.9756 | 30500 | 0.0545 | - |
|
| 743 |
+
| 1.9789 | 30550 | 0.0544 | - |
|
| 744 |
+
| 1.9821 | 30600 | 0.0535 | - |
|
| 745 |
+
| 1.9854 | 30650 | 0.0637 | - |
|
| 746 |
+
| 1.9886 | 30700 | 0.0555 | - |
|
| 747 |
+
| 1.9918 | 30750 | 0.0472 | - |
|
| 748 |
+
| 1.9951 | 30800 | 0.0544 | - |
|
| 749 |
+
| 1.9983 | 30850 | 0.0592 | - |
|
| 750 |
+
|
| 751 |
+
### Framework Versions
|
| 752 |
+
- Python: 3.12.12
|
| 753 |
+
- SetFit: 1.1.3
|
| 754 |
+
- Sentence Transformers: 5.1.2
|
| 755 |
+
- Transformers: 4.57.1
|
| 756 |
+
- PyTorch: 2.8.0+cu126
|
| 757 |
+
- Datasets: 4.0.0
|
| 758 |
+
- Tokenizers: 0.22.1
|
| 759 |
+
|
| 760 |
+
## Citation
|
| 761 |
+
|
| 762 |
+
### BibTeX
|
| 763 |
+
```bibtex
|
| 764 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
| 765 |
+
doi = {10.48550/ARXIV.2209.11055},
|
| 766 |
+
url = {https://arxiv.org/abs/2209.11055},
|
| 767 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
| 768 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
| 769 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
| 770 |
+
publisher = {arXiv},
|
| 771 |
+
year = {2022},
|
| 772 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
| 773 |
+
}
|
| 774 |
+
```
|
| 775 |
+
|
| 776 |
+
<!--
|
| 777 |
+
## Glossary
|
| 778 |
+
|
| 779 |
+
*Clearly define terms in order to be accessible across audiences.*
|
| 780 |
+
-->
|
| 781 |
+
|
| 782 |
+
<!--
|
| 783 |
+
## Model Card Authors
|
| 784 |
+
|
| 785 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 786 |
+
-->
|
| 787 |
+
|
| 788 |
+
<!--
|
| 789 |
+
## Model Card Contact
|
| 790 |
+
|
| 791 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 792 |
+
-->
|
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"XLMRobertaModel"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"bos_token_id": 0,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"gradient_checkpointing": false,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 3072,
|
| 16 |
+
"layer_norm_eps": 1e-05,
|
| 17 |
+
"max_position_embeddings": 514,
|
| 18 |
+
"model_type": "xlm-roberta",
|
| 19 |
+
"num_attention_heads": 12,
|
| 20 |
+
"num_hidden_layers": 12,
|
| 21 |
+
"output_past": true,
|
| 22 |
+
"pad_token_id": 1,
|
| 23 |
+
"position_embedding_type": "absolute",
|
| 24 |
+
"transformers_version": "4.57.1",
|
| 25 |
+
"type_vocab_size": 1,
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"vocab_size": 250002
|
| 28 |
+
}
|
config_sentence_transformers.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__version__": {
|
| 3 |
+
"sentence_transformers": "5.1.2",
|
| 4 |
+
"transformers": "4.57.1",
|
| 5 |
+
"pytorch": "2.8.0+cu126"
|
| 6 |
+
},
|
| 7 |
+
"model_type": "SentenceTransformer",
|
| 8 |
+
"prompts": {
|
| 9 |
+
"query": "",
|
| 10 |
+
"document": ""
|
| 11 |
+
},
|
| 12 |
+
"default_prompt_name": null,
|
| 13 |
+
"similarity_fn_name": "cosine"
|
| 14 |
+
}
|
config_setfit.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels": [
|
| 3 |
+
"1.1.1 Total factor productivity",
|
| 4 |
+
"1.1.2 Crop Production",
|
| 5 |
+
"1.1.3 Livestock Production",
|
| 6 |
+
"1.1.4 Fisheries and Aquaculture",
|
| 7 |
+
"1.1.5 Forestry",
|
| 8 |
+
"1.1.6 Bioenergy and biofuels production",
|
| 9 |
+
"1.1.7 Overall Agrifood Production",
|
| 10 |
+
"1.2.1 Phytosanitary and agri-chemicals management (including pesticide and fertilisers)",
|
| 11 |
+
"1.2.2 Veterinary services and medicines management",
|
| 12 |
+
"1.2.3 Mechanization",
|
| 13 |
+
"1.2.4 Soils",
|
| 14 |
+
"1.2.5 Seeds (e.g. penetration of modern varieties or GMO, etc.",
|
| 15 |
+
"1.2.6 Seed system (incl. management)",
|
| 16 |
+
"1.2.7 Origin and production of pre-farm gate inputs",
|
| 17 |
+
"1.2.8 Water usage: for irrigation, food processing, animal and human consumption, waste water",
|
| 18 |
+
"1.2.9 Water efficiency",
|
| 19 |
+
"1.3.1 Organic Agriculture",
|
| 20 |
+
"1.3.2 Other sustainable practices: Agroecology, Agroforestry; Nature based solutions; Sustainable fishing",
|
| 21 |
+
"1.3.3 Climate-Smart Agriculture",
|
| 22 |
+
"1.4.1 Storage and post-harvest handling",
|
| 23 |
+
"1.4.2 Logistics & Distribution",
|
| 24 |
+
"1.4.3 Market infrastructure",
|
| 25 |
+
"1.4.4 Food Processing and adding value",
|
| 26 |
+
"1.5.1 Food losses",
|
| 27 |
+
"2.1.1 Hunger and Food security",
|
| 28 |
+
"2.1.2 Nutritional status",
|
| 29 |
+
"2.2.1 Non-communicable diseases related to AFS",
|
| 30 |
+
"2.2.2 Diversity of diet",
|
| 31 |
+
"2.3.1 Hygiene prerequisites",
|
| 32 |
+
"2.3.2 Water quality",
|
| 33 |
+
"2.3.3 Foodborne diseases monitoring, inspection and reporting - short and long term",
|
| 34 |
+
"2.3.4 Traceability, Risk and Process/HACCP-based monitoring and control systems",
|
| 35 |
+
"2.4.1 Physical Access to Food (Food Entry Points and Built Environment)",
|
| 36 |
+
"2.4.2 Availability of healthy foods",
|
| 37 |
+
"2.4.3 Economic Access to Food (Affordability)",
|
| 38 |
+
"2.4.4 Political, Social, and Cultural Norms influencing dietary practices",
|
| 39 |
+
"2.4.5 Food Marketing - labelling/ information, promotion and advertising",
|
| 40 |
+
"2.5.1 Food waste",
|
| 41 |
+
"2.5.2 Micronutrients food loss",
|
| 42 |
+
"3.1.1 Land Use and Expansion",
|
| 43 |
+
"3.1.2 Land and Pasture quality management",
|
| 44 |
+
"3.1.3 Soil quality (health) and Nutrient Management",
|
| 45 |
+
"3.2.1 Water stress",
|
| 46 |
+
"3.2.2 Water pollution",
|
| 47 |
+
"3.3.1 Habitat protection",
|
| 48 |
+
"3.3.2 Forest Health and Management",
|
| 49 |
+
"3.3.3 Fisheries Health",
|
| 50 |
+
"3.3.4 Environmental and Biodiversity",
|
| 51 |
+
"3.4.1 Greenhouse Gas Emissions management",
|
| 52 |
+
"3.4.2 Air pollution",
|
| 53 |
+
"4.1.1 Rural and Agrifood System Employment in the country:",
|
| 54 |
+
"4.1.2 Availability of human resources (quantitity ) and adapted skills (quality)",
|
| 55 |
+
"4.1.3 Migration",
|
| 56 |
+
"4.2.1 Access to basic infrastructure, incl. energy supply (e.g. electricity), communication networks (e.g. roads and other means of transportation, internet, mobile phones)",
|
| 57 |
+
"4.2.2 Access to basic service, incl. health, education",
|
| 58 |
+
"4.3.1 Poverty",
|
| 59 |
+
"4.3.2 Earnings and Income Inequality",
|
| 60 |
+
"4.3.3 Landholdings structure and tenure rights",
|
| 61 |
+
"4.3.4 Social protection",
|
| 62 |
+
"4.4.1 Bioenergy",
|
| 63 |
+
"4.4.2 Circular Economy",
|
| 64 |
+
"5.1.1 Environmental and climate stresses (droughts and flooding, typhoons/cyclones or natural disasters etc)",
|
| 65 |
+
"5.1.2 Economic shocks/ stresses",
|
| 66 |
+
"5.1.3 Conflict/ political unrest",
|
| 67 |
+
"5.1.4 Health shocks: human (e.g., avian influenza, COVID-19) or animal (e.g. desert locust, fall armyworm)",
|
| 68 |
+
"5.1.5 Protracted crises (including population displacements and migrations)",
|
| 69 |
+
"5.2.1 Animal and plant health surveillance, early warning and protection systems",
|
| 70 |
+
"5.2.2 Food Diversity (proxies food supply resilience)",
|
| 71 |
+
"5.2.3 Agrodiversity (proxies production resilience)",
|
| 72 |
+
"5.2.4 Social capital",
|
| 73 |
+
"5.2.5 Diversification of income in rural areas",
|
| 74 |
+
"6.1.1 Rights of women, children, youth, indigenous groups and other vulnerable groups",
|
| 75 |
+
"6.1.2 Mainstreaming gender equality, child protection, empowerment, and fairness",
|
| 76 |
+
"6.1.3 Mainstreaming of Environmental protection",
|
| 77 |
+
"6.1.4 Power relationships: Smallholders, individual / small suppliers to large or monopolistic buyers",
|
| 78 |
+
"6.2.1 Availability and quality of agrifood data, targets and indicators",
|
| 79 |
+
"6.3.1 Inclusiveness of cross-sectoral Consensus-Based Policy-Making ensuring LNOB",
|
| 80 |
+
"6.3.2 Creation of supportive regulatory framework",
|
| 81 |
+
"6.3.3 Awareness and use of the evidence-based / agrifood systems approach",
|
| 82 |
+
"6.3.4 Effectiveness of Policy Implementation",
|
| 83 |
+
"6.3.5 Accountability and Transparency in Agrifood Policymaking",
|
| 84 |
+
"6.4.1 Scope and effectiveness of Government budgetary support",
|
| 85 |
+
"6.4.2 Access to Finance and Investment Climate",
|
| 86 |
+
"6.4.3 Insurance / forecast based financing Mechanisms",
|
| 87 |
+
"6.5.1 Agrifood education and advisory services",
|
| 88 |
+
"6.5.2 Cooperation of science and R&D with the private sector",
|
| 89 |
+
"6.5.3 Innovation and technology for adaptation and competitiveness",
|
| 90 |
+
"6.5.4 Digitalisation of agriculture",
|
| 91 |
+
"6.5.5 Role of private sector in developing market agricultural inputs, technologies, and services that can enhance productivity and sustainability. Suggestion to be replaced with Enabling business in agriculture, Agrifood startups.",
|
| 92 |
+
"6.5.6 Role of NGOs and Civil Society in advocating for farmers' rights and sustainable practices, contributing to the dissemination of knowledge and technology.",
|
| 93 |
+
"6.6.1 Trade profile",
|
| 94 |
+
"6.6.2 Export performance and import dependency",
|
| 95 |
+
"6.6.3 Market Access and Trade facilitation",
|
| 96 |
+
"6.6.4 Quality Standards and Certification",
|
| 97 |
+
"6.6.5 Export potential",
|
| 98 |
+
"labels"
|
| 99 |
+
],
|
| 100 |
+
"normalize_embeddings": false
|
| 101 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ce6929ea0ab784ac2271c2fd8de8f1e4479f5f3e14e716f2ffbb9b7ad5ba853
|
| 3 |
+
size 1112197096
|
model_head.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bcdd0ae562e259c74c9cf66e93a294aa2672dd556161405747b2475f22aaae6
|
| 3 |
+
size 616612
|
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 |
+
}
|
sentencepiece.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
| 3 |
+
size 5069051
|
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,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": false,
|
| 46 |
+
"cls_token": "<s>",
|
| 47 |
+
"eos_token": "</s>",
|
| 48 |
+
"extra_special_tokens": {},
|
| 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 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
| 59 |
+
"truncation_side": "right",
|
| 60 |
+
"truncation_strategy": "longest_first",
|
| 61 |
+
"unk_token": "<unk>"
|
| 62 |
+
}
|