Spaces:
Sleeping
Sleeping
kz209
commited on
Commit
•
162b68f
1
Parent(s):
c5c9ee6
update
Browse files- utils/model.py +1 -2
- utils/multiple_stream.py +0 -4
utils/model.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
from transformers import AutoTokenizer, AutoModelForCausalLM, AutoModelForSeq2SeqLM
|
2 |
-
import transformers
|
3 |
import torch
|
4 |
|
5 |
from huggingface_hub import login
|
|
|
1 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM, AutoModelForSeq2SeqLM
|
|
|
2 |
import torch
|
3 |
|
4 |
from huggingface_hub import login
|
utils/multiple_stream.py
CHANGED
@@ -1,11 +1,7 @@
|
|
1 |
import copy
|
2 |
import random
|
3 |
-
from time import sleep
|
4 |
import gradio as gr
|
5 |
|
6 |
-
from utils.model import Model
|
7 |
-
|
8 |
-
|
9 |
TEST = """ Test of Time. A Benchmark for Evaluating LLMs on Temporal Reasoning. Large language models (LLMs) have
|
10 |
showcased remarkable reasoning capabilities, yet they remain susceptible to errors, particularly in temporal
|
11 |
reasoning tasks involving complex temporal logic. """
|
|
|
1 |
import copy
|
2 |
import random
|
|
|
3 |
import gradio as gr
|
4 |
|
|
|
|
|
|
|
5 |
TEST = """ Test of Time. A Benchmark for Evaluating LLMs on Temporal Reasoning. Large language models (LLMs) have
|
6 |
showcased remarkable reasoning capabilities, yet they remain susceptible to errors, particularly in temporal
|
7 |
reasoning tasks involving complex temporal logic. """
|