Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ base_model:
|
|
18 |
---
|
19 |
|
20 |
This model is part of the work done in <!-- add paper name -->. <br>
|
21 |
-
The full code can be found at
|
22 |
|
23 |
## Model Details
|
24 |
|
@@ -60,7 +60,7 @@ After these steps, we were left with 12,289 examples with 7497 examples labeled
|
|
60 |
|
61 |
### Fine-tuning Procedure
|
62 |
|
63 |
-
The exact fine-tuning procedure followed can be found
|
64 |
|
65 |
#### Fine-tuning Hyperparameters
|
66 |
|
@@ -76,7 +76,7 @@ The exact fine-tuning procedure followed can be found at []()<!--TODO-->
|
|
76 |
|
77 |
### Testing Data
|
78 |
|
79 |
-
Test set used can be found
|
80 |
|
81 |
### Results
|
82 |
|
|
|
18 |
---
|
19 |
|
20 |
This model is part of the work done in <!-- add paper name -->. <br>
|
21 |
+
The full code can be found at https://github.com/wetey/cluster-errors
|
22 |
|
23 |
## Model Details
|
24 |
|
|
|
60 |
|
61 |
### Fine-tuning Procedure
|
62 |
|
63 |
+
The exact fine-tuning procedure followed can be found [here](https://github.com/wetey/cluster-errors/tree/master/finetuning)
|
64 |
|
65 |
#### Fine-tuning Hyperparameters
|
66 |
|
|
|
76 |
|
77 |
### Testing Data
|
78 |
|
79 |
+
Test set used can be found [here](https://github.com/wetey/cluster-errors/tree/master/data/datasets)
|
80 |
|
81 |
### Results
|
82 |
|