enoriega commited on
Commit
2b19019
1 Parent(s): a3071c2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,26 +1,27 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
- - odinsynth_sequence_dataset
6
  metrics:
7
  - accuracy
8
  model-index:
9
  - name: odinsynth_encoder_decoder_native_hf_test
10
  results:
11
  - task:
12
- name: Sequence-to-sequence Language Modeling
13
- type: text2text-generation
14
  dataset:
15
- name: odinsynth_sequence_dataset
16
- type: odinsynth_sequence_dataset
17
  config: synthetic_surface
18
  split: validation
19
  args: synthetic_surface
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.9332272780290561
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -28,7 +29,7 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  # odinsynth_encoder_decoder_native_hf_test
30
 
31
- This model is a fine-tuned version of [](https://huggingface.co/) on the odinsynth_sequence_dataset dataset.
32
  It achieves the following results on the evaluation set:
33
  - Loss: 0.0533
34
  - Accuracy: 0.9332
 
1
  ---
2
+ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - enoriega/odinsynth_sequence_dataset
7
  metrics:
8
  - accuracy
9
  model-index:
10
  - name: odinsynth_encoder_decoder_native_hf_test
11
  results:
12
  - task:
13
+ name: Causal Language Modeling
14
+ type: text-generation
15
  dataset:
16
+ name: enoriega/odinsynth_sequence_dataset synthetic_surface
17
+ type: enoriega/odinsynth_sequence_dataset
18
  config: synthetic_surface
19
  split: validation
20
  args: synthetic_surface
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.9332402379440391
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # odinsynth_encoder_decoder_native_hf_test
31
 
32
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the enoriega/odinsynth_sequence_dataset synthetic_surface dataset.
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.0533
35
  - Accuracy: 0.9332