Update README.md
Browse files
README.md
CHANGED
@@ -121,7 +121,7 @@ It can be used for [Extractive Q&A](https://huggingface.co/tasks/question-answer
|
|
121 |
[Evaluation notebook](https://github.com/anakin87/electra-italian-xxl-cased-squad-it/blob/main/evaluation.ipynb)
|
122 |
|
123 |
## Usage in Transformers 🤗
|
124 |
-
Model checkpoints are available for usage in
|
125 |
|
126 |
```python
|
127 |
from transformers import pipelines
|
@@ -162,7 +162,7 @@ Answers:
|
|
162 |
|
163 |
## Comparison ⚖️
|
164 |
|
165 |
-
| Model | EM | F1 | Model size (
|
166 |
|-----------------------------------------------------------|-------|-------|----------------------|------------------|
|
167 |
| it5/it5-large-question-answering | 69.10 | 78.00 | 3.13 GB | encoder-decoder |
|
168 |
| ***anakin87/electra-italian-xxl-cased-squad-it (this one)*** | *66.03* | *77.47* | *437 MB* | *encoder* |
|
|
|
121 |
[Evaluation notebook](https://github.com/anakin87/electra-italian-xxl-cased-squad-it/blob/main/evaluation.ipynb)
|
122 |
|
123 |
## Usage in Transformers 🤗
|
124 |
+
Model checkpoints are available for usage in PyTorch. They can be used directly with pipelines as:
|
125 |
|
126 |
```python
|
127 |
from transformers import pipelines
|
|
|
162 |
|
163 |
## Comparison ⚖️
|
164 |
|
165 |
+
| Model | EM | F1 | Model size (PyTorch) | Architecture |
|
166 |
|-----------------------------------------------------------|-------|-------|----------------------|------------------|
|
167 |
| it5/it5-large-question-answering | 69.10 | 78.00 | 3.13 GB | encoder-decoder |
|
168 |
| ***anakin87/electra-italian-xxl-cased-squad-it (this one)*** | *66.03* | *77.47* | *437 MB* | *encoder* |
|