Summarization
Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use Hoax0930/BBC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hoax0930/BBC with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="Hoax0930/BBC")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Hoax0930/BBC") model = AutoModelForSeq2SeqLM.from_pretrained("Hoax0930/BBC") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891702929
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e5a830624effa911b3c1479b5bf038dae560b2246942c58a111a64e2bab52c9
|
| 3 |
size 891702929
|
runs/Dec15_07-31-45_ad5eae005034/events.out.tfevents.1671089534.ad5eae005034.74.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfa19025586dd2f34522e9ca02a57adc3388606f93fa816790ee04a826208a1f
|
| 3 |
+
size 10010
|
runs/Dec15_07-31-45_ad5eae005034/events.out.tfevents.1671094428.ad5eae005034.74.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77c2239af700759e63dfc9754db9d75d976a302ce564acaec094e6604a4e129d
|
| 3 |
+
size 514
|