Question Answering
Transformers
TensorBoard
Safetensors
English
longformer
Generated from Trainer
qsi
quote_speaker_identification
Eval Results (legacy)
Instructions to use Kkordik/test_longformer_4096_qsi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kkordik/test_longformer_4096_qsi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Kkordik/test_longformer_4096_qsi")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Kkordik/test_longformer_4096_qsi") model = AutoModelForQuestionAnswering.from_pretrained("Kkordik/test_longformer_4096_qsi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,14 +12,17 @@ widget:
|
|
| 12 |
Which character said 'You know, I read somewhere that the brightest stars are those that have undergone the most turmoil. Maybe it's the same with us – our struggles make us shine brighter'?
|
| 13 |
context: >-
|
| 14 |
Characters:
|
|
|
|
| 15 |
Alex: Aliases: {'Alex'}. Gender: Male, The character is: major
|
| 16 |
Bella: Aliases: {'Bella'}. Gender: Female, The character is: major
|
| 17 |
Charlie: Aliases: {'Charlie'}. Gender: Non-binary, The character is: major
|
| 18 |
|
| 19 |
Summary:
|
|
|
|
| 20 |
In the novel's previous section, Alex, Bella, and Charlie, three friends in Luminara, engage in a deep conversation at The Starry Night café. They debate destiny, with Alex believing in fate, Bella advocating for self-made destiny, and Charlie suggesting a combination of both. Personal reflections emerge, such as Bella's musings on heartbreak and Alex's thoughts on longing. Charlie compares people's struggles to stars, implying that challenges enhance personal growth. The night progresses with their varied, meaningful discussions.
|
| 21 |
|
| 22 |
Novel Text:
|
|
|
|
| 23 |
In the bustling city of Luminara, three friends, Alex, Bella, and Charlie, often met at their favorite café, The Starry Night, to discuss life, love, and the mysteries of the universe. The café, with its warm ambiance and the soft hum of jazz in the background, provided the perfect setting for their deep conversations.
|
| 24 |
|
| 25 |
One evening, as the city lights twinkled outside, the trio found themselves engrossed in a discussion about destiny.
|
|
|
|
| 12 |
Which character said 'You know, I read somewhere that the brightest stars are those that have undergone the most turmoil. Maybe it's the same with us – our struggles make us shine brighter'?
|
| 13 |
context: >-
|
| 14 |
Characters:
|
| 15 |
+
|
| 16 |
Alex: Aliases: {'Alex'}. Gender: Male, The character is: major
|
| 17 |
Bella: Aliases: {'Bella'}. Gender: Female, The character is: major
|
| 18 |
Charlie: Aliases: {'Charlie'}. Gender: Non-binary, The character is: major
|
| 19 |
|
| 20 |
Summary:
|
| 21 |
+
|
| 22 |
In the novel's previous section, Alex, Bella, and Charlie, three friends in Luminara, engage in a deep conversation at The Starry Night café. They debate destiny, with Alex believing in fate, Bella advocating for self-made destiny, and Charlie suggesting a combination of both. Personal reflections emerge, such as Bella's musings on heartbreak and Alex's thoughts on longing. Charlie compares people's struggles to stars, implying that challenges enhance personal growth. The night progresses with their varied, meaningful discussions.
|
| 23 |
|
| 24 |
Novel Text:
|
| 25 |
+
|
| 26 |
In the bustling city of Luminara, three friends, Alex, Bella, and Charlie, often met at their favorite café, The Starry Night, to discuss life, love, and the mysteries of the universe. The café, with its warm ambiance and the soft hum of jazz in the background, provided the perfect setting for their deep conversations.
|
| 27 |
|
| 28 |
One evening, as the city lights twinkled outside, the trio found themselves engrossed in a discussion about destiny.
|