MatthiasPicard commited on
Commit
dd1e003
·
verified ·
1 Parent(s): 03dbbef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -11,12 +11,11 @@ This is a version of https://huggingface.co/answerdotai/ModernBERT-base that was
11
  - learning_rate=2e-6,
12
  - lr_scheduler_type="cosine",
13
  - fp16=True
14
- -
15
  Model trained without the test set managed to reach from 0.74 to 0.75 on different runs. The final version submitted also incorporated samples from the public test set in the training set.
16
 
17
  **Other attempted methods**
18
 
19
-
20
  What we also attempted within the challenge :
21
 
22
  TF-IDF trained RandomForest, Logistic Regression or XGBoost : Performances were at around 0.54 on test set without overfitting
 
11
  - learning_rate=2e-6,
12
  - lr_scheduler_type="cosine",
13
  - fp16=True
14
+
15
  Model trained without the test set managed to reach from 0.74 to 0.75 on different runs. The final version submitted also incorporated samples from the public test set in the training set.
16
 
17
  **Other attempted methods**
18
 
 
19
  What we also attempted within the challenge :
20
 
21
  TF-IDF trained RandomForest, Logistic Regression or XGBoost : Performances were at around 0.54 on test set without overfitting