Question Answering
Transformers
PyTorch
TensorFlow
ONNX
English
roberta
Generated from Trainer
Eval Results (legacy)
Instructions to use squirro/distilroberta-base-squad_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use squirro/distilroberta-base-squad_v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="squirro/distilroberta-base-squad_v2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("squirro/distilroberta-base-squad_v2") model = AutoModelForQuestionAnswering.from_pretrained("squirro/distilroberta-base-squad_v2") - Notebooks
- Google Colab
- Kaggle
updated about and added podcast urls
Browse files
README.md
CHANGED
|
@@ -119,14 +119,16 @@ The following hyperparameters were used during training:
|
|
| 119 |
|
| 120 |
Squirro marries data from any source with your intent, and your context to intelligently augment decision-making - right when you need it!
|
| 121 |
|
| 122 |
-
An Insight Engine at its core, Squirro works with global organizations, primarily in
|
| 123 |
|
| 124 |
-
Founded in 2012, Squirro is currently present in Z眉rich, London,
|
| 125 |
|
| 126 |
## Social media profiles:
|
| 127 |
|
| 128 |
-
-
|
| 129 |
-
-
|
|
|
|
|
|
|
| 130 |
- Twitter: https://twitter.com/Squirro
|
| 131 |
- Facebook: https://www.facebook.com/squirro
|
| 132 |
- Instagram: https://www.instagram.com/squirro/
|
|
|
|
| 119 |
|
| 120 |
Squirro marries data from any source with your intent, and your context to intelligently augment decision-making - right when you need it!
|
| 121 |
|
| 122 |
+
An Insight Engine at its core, Squirro works with global organizations, primarily in financial services, public sector, professional services, and manufacturing, among others. Customers include Bank of England, European Central Bank (ECB), Deutsche Bundesbank, Standard Chartered, Henkel, Armacell, Candriam, and many other world-leading firms.
|
| 123 |
|
| 124 |
+
Founded in 2012, Squirro is currently present in Z眉rich, London, New York, and Singapore. Further information about AI-driven business insights can be found at http://squirro.com.
|
| 125 |
|
| 126 |
## Social media profiles:
|
| 127 |
|
| 128 |
+
- Redefining AI Podcast (Spotify): https://open.spotify.com/show/6NPLcv9EyaD2DcNT8v89Kb
|
| 129 |
+
- Redefining AI Podcast (Apple Podcasts): https://podcasts.apple.com/us/podcast/redefining-ai/id1613934397
|
| 130 |
+
- Squirro LinkedIn: https://www.linkedin.com/company/squirroag
|
| 131 |
+
- Squirro Academy LinkedIn: https://www.linkedin.com/showcase/the-squirro-academy
|
| 132 |
- Twitter: https://twitter.com/Squirro
|
| 133 |
- Facebook: https://www.facebook.com/squirro
|
| 134 |
- Instagram: https://www.instagram.com/squirro/
|