d0p3
/

Summarization
Transformers
Safetensors
Ukrainian
English
t5
text2text-generation
text-generation-inference
Inference Endpoints
d0p3 commited on
Commit
f869369
1 Parent(s): 2384caf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: summarization
10
  license: cc-by-nc-4.0
11
  ---
12
 
13
- # 03ap-sm: Ukrainian News Summarizer
14
 
15
  This repository contains the 03ap-sm model, a Ukrainian news summarization model fine-tuned on the T5-small architecture. The model has been trained on the Ukrainian Corpus CCMatrix for text summarization tasks.
16
 
@@ -38,8 +38,8 @@ pip install transformers
38
  ```python
39
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
40
 
41
- tokenizer = AutoTokenizer.from_pretrained("d0p3/03ap-sm") # Replace 'username' with your Hugging Face username
42
- model = AutoModelForSeq2SeqLM.from_pretrained("d0p3/03ap-sm")
43
  ```
44
 
45
  **Generating Summaries**
 
10
  license: cc-by-nc-4.0
11
  ---
12
 
13
+ # O3ap-sm: Ukrainian News Summarizer
14
 
15
  This repository contains the 03ap-sm model, a Ukrainian news summarization model fine-tuned on the T5-small architecture. The model has been trained on the Ukrainian Corpus CCMatrix for text summarization tasks.
16
 
 
38
  ```python
39
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
40
 
41
+ tokenizer = AutoTokenizer.from_pretrained("d0p3/O3ap-sm")
42
+ model = AutoModelForSeq2SeqLM.from_pretrained("d0p3/O3ap-sm")
43
  ```
44
 
45
  **Generating Summaries**