Skip to content

Commit

Permalink
Updating medusa test + Speeding ngram immensely by just making a smple
Browse files Browse the repository at this point in the history
search on device instead of on CPU with bad worst cases O(n)
  • Loading branch information
Narsil committed Dec 6, 2023
1 parent 3a8b192 commit 0c1a3e9
Show file tree
Hide file tree
Showing 3 changed files with 341,421 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
{
"id": 2772,
"logprob": 0.0,
"logprob": -0.23083496,
"special": false,
"text": "De"
},
Expand All @@ -57,42 +57,42 @@
"text": " learning"
},
{
"id": 508,
"logprob": -1.5087891,
"id": 756,
"logprob": -0.48095703,
"special": false,
"text": " can"
"text": " has"
},
{
"id": 367,
"id": 19479,
"logprob": 0.0,
"special": false,
"text": " be"
"text": " revolution"
},
{
"id": 2714,
"logprob": -0.6538086,
"id": 1891,
"logprob": 0.0,
"special": false,
"text": " thought"
"text": "ized"
},
{
"id": 310,
"id": 278,
"logprob": 0.0,
"special": false,
"text": " of"
"text": " the"
},
{
"id": 408,
"id": 1746,
"logprob": 0.0,
"special": false,
"text": " as"
"text": " field"
},
{
"id": 263,
"id": 310,
"logprob": 0.0,
"special": false,
"text": " a"
"text": " of"
}
]
},
"generated_text": "What is Deep Learning?\nDeep learning can be thought of as a"
"generated_text": "What is Deep Learning?\nDeep learning has revolutionized the field of"
}
Loading

0 comments on commit 0c1a3e9

Please sign in to comment.