Athipan01 commited on
Commit
a4fcd92
·
verified ·
1 Parent(s): 2731050

End of training

Browse files
Files changed (3) hide show
  1. README.md +9 -9
  2. adapter_model.safetensors +1 -1
  3. tokenizer.json +6 -1
README.md CHANGED
@@ -15,15 +15,15 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 1.8424
19
- - eval_model_preparation_time: 0.0082
20
- - eval_accuracy: 0.065
21
- - eval_f1: 0.0079
22
- - eval_precision: 0.0042
23
- - eval_recall: 0.065
24
- - eval_runtime: 17.1217
25
- - eval_samples_per_second: 11.681
26
- - eval_steps_per_second: 2.92
27
  - step: 0
28
 
29
  ## Model description
 
15
 
16
  This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - eval_loss: 1.7713
19
+ - eval_model_preparation_time: 0.0047
20
+ - eval_accuracy: 0.095
21
+ - eval_f1: 0.0165
22
+ - eval_precision: 0.0090
23
+ - eval_recall: 0.095
24
+ - eval_runtime: 17.3603
25
+ - eval_samples_per_second: 11.521
26
+ - eval_steps_per_second: 2.88
27
  - step: 0
28
 
29
  ## Model description
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d3a5c6512455cc0c2e8be5183ce8fc3eb993376596261e2dee71fbfb8a039ea
3
  size 4747504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506a013407f9383136aea67e895e1ff397c16217173a422fc2e69ce13a28c36f
3
  size 4747504
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {