-
GitHub Pages version 223 currently uses [rouge version 3.26.0](https://rubygems.org/gems/github-pages). Can this be updated to [rouge version 3.28.0](https://rubygems.org/gems/rouge), the latest versi…
-
### Description
Add syntax support for [Chapel](https://github.com/chapel-lang/chapel) programming language
### Links / references
- [Existing highlighters for Chapel](https://github.com/chap…
-
I got Rouge following Rouge Scores:
For classifier
When I ran : ROUGE-F(1/2/3/l): 42.99/20.15/39.41
On Paper : ROUGE-F(1/2/3/l): 43.23/20.22/39.60
For Transformer
When I ran : ROUGE…
-
Hi!
I forked your repo to create a blog about code. I modifyed the config file , adding
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
In a .md new post file, I use the synta…
-
Outstanding work! Thanks for the effort you guys put in!
Is it really possible to achieve 99.9% accuracy and no fine-tuning for the llama-70b-chat in mlperf task with 2:4 sparse? I have reproduced an…
-
**Is your enhancement request related to a problem? Please describe.**
In the documentation I write, I often want to reference certain parts of a larger snippet of code in the text below it. The code…
-
[paper](https://arxiv.org/abs/2104.08718)
## TL;DR
- **I read this because.. :** clip score에 관심 있어서
- **task :** evaluation for captioning
- **problem :** 이전의 reference 기반의 evaluation은 친숙한…
-
This is fairly minor as issues go, but the code syntax highlighting on the site is subtle and, in some examples, looks like plain text. I wondered if you'd be interested in changing the settings in a …
-
Following [cppreference.com](http://en.cppreference.com/w/cpp/language/floating_literal), the suffixes for floats are __f, F, l, L__ while in the following example, rouge 2.0.7 (tested on gitlab 8.14)…
vser1 updated
5 years ago
-
**Name of the lexer**
python
**Code sample**
A sample of the code that produces the bug (note the missing `'` in the return value of the doctest)
```python
def test():
"""
>>> test(…