-
Here is what I ran:
```python
from transformers.hf_api import HfApi
from tqdm import tqdm
import pandas as pd
model_list = HfApi().model_list()
model_ids = [x.modelId for x in model_list]
…
-
Dear @stas00 and whoever else is willing to help!
So far I have only checked pegasus' rouge scores on 2/12 datasets for which we have checkpoints.
For the other 10 datasets I either haven't tried …
-
- AI News
- NeurIPS submission 수고 많으셨습니다. 드디어 2021년도 한해농사 작업까진 종료!
- KLUE Day: https://www.facebook.com/groups/TensorFlowKR/permalink/1489810094693377
- 6월 1일, 19:30!
- KLUE 연구자들이 모여 직…
-
Hi, thank you for this awesome resource. Really helpful to implement TextRank step by step.
## 1. Question on the extra
I was wondering if you could share some pointers regarding the last questi…
-
# Project Ideas
- Chomsky Hierarchy
- Research Paper Summarization / Study Tool Summarization
## Chomsky Hierarchy
Not much is known... https://en.wikipedia.org/wiki/Chomsky_hierarchy
…
-
## Description
Loading pretrained `fastext_model.bin` with `gensim.models.fasttext.FastText.load_fasttext_format('wiki-news-300d-1M-subword.bin')` fails with `AssertionError: unexpected number of vec…
-
I was wondering if there was anyway to fine tune the
`patrickvonplaten/longformer2roberta-cnn_dailymail-fp16` model instead of `patrickvonplaten/led-large-16384-pubmed`? When I tried fine tuning it …
-
# 🌟 New model addition
## Model description
https://ai.googleblog.com/2020/06/pegasus-state-of-art-model-for.html?m=1
https://arxiv.org/abs/1912.08777
Abstract
Recent work pre-training T…
-
# ❓ Questions & Help
## Details
I tried using T5 and Bart but the abstraction summarization on scientific texts does not seem to give the results I want since I think they are both trained o…
-
# ❓ Questions & Help
## Details
I fine-tuned the BART model on a custom summarization dataset using the **transformers/examples/summarization/bart/finetune.py** and **transformers/examples/summari…