Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
70a9c476
Unverified
Commit
70a9c476
authored
Jan 03, 2022
by
Leo Gao
Committed by
GitHub
Jan 03, 2022
Browse files
Merge pull request #242 from igor0/bits_per_byte
Fix bits_per_byte metric in PerplexityTask
parents
a67c17e0
ff58b389
Changes
50
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
0 deletions
+10
-0
tests/testdata/pile_ubuntu-irc-v1-loglikelihood_rolling
tests/testdata/pile_ubuntu-irc-v1-loglikelihood_rolling
+1
-0
tests/testdata/pile_ubuntu-irc-v1-res.json
tests/testdata/pile_ubuntu-irc-v1-res.json
+1
-0
tests/testdata/pile_uspto-v1-loglikelihood_rolling
tests/testdata/pile_uspto-v1-loglikelihood_rolling
+1
-0
tests/testdata/pile_uspto-v1-res.json
tests/testdata/pile_uspto-v1-res.json
+1
-0
tests/testdata/pile_wikipedia-v1-loglikelihood_rolling
tests/testdata/pile_wikipedia-v1-loglikelihood_rolling
+1
-0
tests/testdata/pile_wikipedia-v1-res.json
tests/testdata/pile_wikipedia-v1-res.json
+1
-0
tests/testdata/pile_youtubesubtitles-v1-loglikelihood_rolling
...s/testdata/pile_youtubesubtitles-v1-loglikelihood_rolling
+1
-0
tests/testdata/pile_youtubesubtitles-v1-res.json
tests/testdata/pile_youtubesubtitles-v1-res.json
+1
-0
tests/testdata/wikitext-v1-loglikelihood_rolling
tests/testdata/wikitext-v1-loglikelihood_rolling
+1
-0
tests/testdata/wikitext-v1-res.json
tests/testdata/wikitext-v1-res.json
+1
-0
No files found.
tests/testdata/pile_ubuntu-irc-v1-loglikelihood_rolling
0 → 100644
View file @
70a9c476
4eb69e314f0864ec8890e2323d7e76f8a8309692c4f090e2b41bf4be681a811d
\ No newline at end of file
tests/testdata/pile_ubuntu-irc-v1-res.json
0 → 100644
View file @
70a9c476
{
"results"
:
{
"pile_ubuntu-irc"
:
{
"bits_per_byte"
:
2.3513498942121155e-06
,
"byte_perplexity"
:
1.0000016298328778
,
"word_perplexity"
:
1.0000108866656874
}},
"versions"
:
{
"pile_ubuntu-irc"
:
1
}}
\ No newline at end of file
tests/testdata/pile_uspto-v1-loglikelihood_rolling
0 → 100644
View file @
70a9c476
789b2bdb31564d512b70f801316f49320a26c83ba361226bac0afb255341d477
\ No newline at end of file
tests/testdata/pile_uspto-v1-res.json
0 → 100644
View file @
70a9c476
{
"results"
:
{
"pile_uspto"
:
{
"bits_per_byte"
:
0.000174024142670342
,
"byte_perplexity"
:
1.00012063161925
,
"word_perplexity"
:
1.0007716198916954
}},
"versions"
:
{
"pile_uspto"
:
1
}}
\ No newline at end of file
tests/testdata/pile_wikipedia-v1-loglikelihood_rolling
0 → 100644
View file @
70a9c476
ef9ec0dd408316ca6537228a6812e839f14b30608973081d41efc47c138338da
\ No newline at end of file
tests/testdata/pile_wikipedia-v1-res.json
0 → 100644
View file @
70a9c476
{
"results"
:
{
"pile_wikipedia"
:
{
"bits_per_byte"
:
0.00024287370359008176
,
"byte_perplexity"
:
1.0001683613940646
,
"word_perplexity"
:
1.001084677949439
}},
"versions"
:
{
"pile_wikipedia"
:
1
}}
\ No newline at end of file
tests/testdata/pile_youtubesubtitles-v1-loglikelihood_rolling
0 → 100644
View file @
70a9c476
68263c52adc0086011e2220b619983935cabb1cc1f5f9f8ee1a74ab2a7457967
\ No newline at end of file
tests/testdata/pile_youtubesubtitles-v1-res.json
0 → 100644
View file @
70a9c476
{
"results"
:
{
"pile_youtubesubtitles"
:
{
"bits_per_byte"
:
3.3827117222045906e-05
,
"byte_perplexity"
:
1.000023447445816
,
"word_perplexity"
:
1.0001529192262875
}},
"versions"
:
{
"pile_youtubesubtitles"
:
1
}}
\ No newline at end of file
tests/testdata/wikitext-v1-loglikelihood_rolling
0 → 100644
View file @
70a9c476
b6f83e6cf7535ee41b0057c3e2ec2cf7f2fa5a9119b305c479a83091d1142b2c
\ No newline at end of file
tests/testdata/wikitext-v1-res.json
0 → 100644
View file @
70a9c476
{
"results"
:
{
"wikitext"
:
{
"bits_per_byte"
:
3.202519859941674e-05
,
"byte_perplexity"
:
1.0000221984224973
,
"word_perplexity"
:
1.000118710696617
}},
"versions"
:
{
"wikitext"
:
1
}}
\ No newline at end of file
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment