rashmi commited on
Commit
9f535b4
1 Parent(s): 4c68a95
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ title = "H2O AI Predict the LLM"
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. \n\n \
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
 
 
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. \n\n \
38
+ We ranked 3rd out of more than 100 participants and our team's solution is [here](https://www.kaggle.com/competitions/h2oai-predict-the-llm/discussion/453728)"
39
 
40
  title = title + "\n" + description
41