Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -32,6 +32,13 @@ from peft import LoraConfig, get_peft_model
|
|
32 |
|
33 |
title = "H2O AI Predict the LLM"
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
#Theme from - https://huggingface.co/spaces/trl-lib/stack-llama/blob/main/app.py
|
36 |
theme = gr.themes.Monochrome(
|
37 |
primary_hue="indigo",
|
|
|
32 |
|
33 |
title = "H2O AI Predict the LLM"
|
34 |
|
35 |
+
description =" The objective of this [competition](https://www.kaggle.com/competitions/h2oai-predict-the-llm) was to \
|
36 |
+
detect which out of 7 possible LLM models produced a particular response. \n\n\
|
37 |
+
This demo is utilizing finetuned HuggingFaceH4/zephyr-7b-beta model for a multiclass classification task. \
|
38 |
+
Our team's solution is [here](https://www.kaggle.com/competitions/h2oai-predict-the-llm/discussion/453728)"
|
39 |
+
|
40 |
+
title = title + "\n" + description
|
41 |
+
|
42 |
#Theme from - https://huggingface.co/spaces/trl-lib/stack-llama/blob/main/app.py
|
43 |
theme = gr.themes.Monochrome(
|
44 |
primary_hue="indigo",
|
model_finetuned/HuggingFaceH4-zephyr-7b-beta_fold0_best.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d6adbbf260466021337c57951f0b553442ee16004dac8efd448c0c6fe7651ff
|
3 |
+
size 4057841386
|
model_finetuned/config.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a170d96950730d29ea3f6fdc76b3beb9bc9806126ee0be945cffbc12419d2c9
|
3 |
+
size 3356
|