Update results table
This commit is contained in:
parent
a0c6ebb891
commit
d376c0e232
24
README.md
24
README.md
|
@ -23,18 +23,18 @@ the Hugging Face team and contributors.
|
|||
|
||||
Size | Reset | Dev Accuracy | Link
|
||||
-------- | --------| -------- | ----
|
||||
LARGE | noreset | 0.7223 | [tapas_sqa_inter_masklm_large.zip](https://huggingface.co/google/tapas-large-finetuned-sqa/tree/no_reset)
|
||||
LARGE | reset | 0.7289 | [tapas_sqa_inter_masklm_large_reset.zip](https://huggingface.co/google/tapas-large-finetuned-sqa/tree/main)
|
||||
BASE | noreset | 0.6737 | [tapas_sqa_inter_masklm_base.zip](https://huggingface.co/google/tapas-base-finetuned-sqa/tree/no_reset)
|
||||
BASE | reset | 0.6874 | [tapas_sqa_inter_masklm_base_reset.zip](https://huggingface.co/google/tapas-base-finetuned-sqa/tree/main)
|
||||
MEDIUM | noreset | 0.6464 | [tapas_sqa_inter_masklm_medium.zip]((https://huggingface.co/google/tapas-medium-finetuned-sqa/tree/no_reset))
|
||||
MEDIUM | reset | 0.6561 | [tapas_sqa_inter_masklm_medium_reset.zip]((https://huggingface.co/google/tapas-medium-finetuned-sqa/tree/main))
|
||||
SMALL | noreset | 0.5876 | [tapas_sqa_inter_masklm_small.zip]((https://huggingface.co/google/tapas-small-finetuned-sqa/tree/no_reset))
|
||||
SMALL | reset | 0.6155 | [tapas_sqa_inter_masklm_small_reset.zip]((https://huggingface.co/google/tapas-small-finetuned-sqa/tree/main))
|
||||
MINI | noreset | 0.4574 | [tapas_sqa_inter_masklm_mini.zip]((https://huggingface.co/google/tapas-mini-finetuned-sqa/tree/no_reset))
|
||||
MINI | reset | 0.5148 | [tapas_sqa_inter_masklm_mini_reset.zip]((https://huggingface.co/google/tapas-mini-finetuned-sqa/tree/main))
|
||||
TINY | noreset | 0.2004 | [tapas_sqa_inter_masklm_tiny.zip]((https://huggingface.co/google/tapas-tiny-finetuned-sqa/tree/no_reset))
|
||||
TINY | reset | 0.2375 | [tapas_sqa_inter_masklm_tiny_reset.zip]((https://huggingface.co/google/tapas-tiny-finetuned-sqa/tree/main))
|
||||
LARGE | noreset | 0.7223 | [tapas-large-finetuned-sqa (absolute pos embeddings)](https://huggingface.co/google/tapas-large-finetuned-sqa/tree/no_reset)
|
||||
LARGE | reset | 0.7289 | [tapas-large-finetuned-sqa](https://huggingface.co/google/tapas-large-finetuned-sqa/tree/main)
|
||||
**BASE** | **noreset** | **0.6737** | [tapas-base-finetuned-sqa (absolute pos embeddings)](https://huggingface.co/google/tapas-base-finetuned-sqa/tree/no_reset)
|
||||
**BASE** | **reset** | **0.6874** | [tapas-base-finetuned-sqa](https://huggingface.co/google/tapas-base-finetuned-sqa/tree/main)
|
||||
MEDIUM | noreset | 0.6464 | [tapas-medium-finetuned-sqa (absolute pos embeddings)]((https://huggingface.co/google/tapas-medium-finetuned-sqa/tree/no_reset))
|
||||
MEDIUM | reset | 0.6561 | [tapas-medium-finetuned-sqa]((https://huggingface.co/google/tapas-medium-finetuned-sqa/tree/main))
|
||||
SMALL | noreset | 0.5876 | [tapas-small-finetuned-sqa (absolute pos embeddings)]((https://huggingface.co/google/tapas-small-finetuned-sqa/tree/no_reset))
|
||||
SMALL | reset | 0.6155 | [tapas-small-finetuned-sqa]((https://huggingface.co/google/tapas-small-finetuned-sqa/tree/main))
|
||||
MINI | noreset | 0.4574 | [tapas-mini-finetuned-sqa (absolute pos embeddings)]((https://huggingface.co/google/tapas-mini-finetuned-sqa/tree/no_reset))
|
||||
MINI | reset | 0.5148 | [tapas-mini-finetuned-sqa]((https://huggingface.co/google/tapas-mini-finetuned-sqa/tree/main))
|
||||
TINY | noreset | 0.2004 | [tapas-tiny-finetuned-sqa (absolute pos embeddings)]((https://huggingface.co/google/tapas-tiny-finetuned-sqa/tree/no_reset))
|
||||
TINY | reset | 0.2375 | [ttapas-tiny-finetuned-sqa]((https://huggingface.co/google/tapas-tiny-finetuned-sqa/tree/main))
|
||||
|
||||
## Model description
|
||||
|
||||
|
|
Loading…
Reference in New Issue