efederici commited on
Commit
b76611c
1 Parent(s): b8b8a21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -27
README.md CHANGED
@@ -33,14 +33,6 @@ print(embeddings)
33
  ```
34
 
35
 
36
-
37
- ## Evaluation Results
38
-
39
- <!--- Describe how your model was evaluated -->
40
-
41
- For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name={MODEL_NAME})
42
-
43
-
44
  ## Training
45
  The model was trained with the parameters:
46
 
@@ -55,25 +47,6 @@ The model was trained with the parameters:
55
 
56
  `sentence_transformers.losses.MSELoss.MSELoss`
57
 
58
- Parameters of the fit()-Method:
59
- ```
60
- {
61
- "epochs": 1,
62
- "evaluation_steps": 500,
63
- "evaluator": "sentence_transformers.evaluation.SequentialEvaluator.SequentialEvaluator",
64
- "max_grad_norm": 1,
65
- "optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
66
- "optimizer_params": {
67
- "eps": 1e-06,
68
- "lr": 1e-07
69
- },
70
- "scheduler": "WarmupLinear",
71
- "steps_per_epoch": null,
72
- "warmup_steps": 100,
73
- "weight_decay": 0.01
74
- }
75
- ```
76
-
77
 
78
  ## Full Model Architecture
79
  ```
 
33
  ```
34
 
35
 
 
 
 
 
 
 
 
 
36
  ## Training
37
  The model was trained with the parameters:
38
 
 
47
 
48
  `sentence_transformers.losses.MSELoss.MSELoss`
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ## Full Model Architecture
52
  ```