davanstrien's picture
davanstrien HF Staff
Upload README.md with huggingface_hub
efa8493
|
raw
history blame
2.18 kB
metadata
dataset_info:
  features:
    - name: modelId
      dtype: string
    - name: tags
      sequence: string
    - name: pipeline_tag
      dtype: string
    - name: config
      struct:
        - name: architectures
          sequence: string
        - name: model_type
          dtype: string
        - name: task_specific_params
          struct:
            - name: conversational
              struct:
                - name: max_length
                  dtype: float64
            - name: summarization
              struct:
                - name: early_stopping
                  dtype: bool
                - name: length_penalty
                  dtype: float64
                - name: max_length
                  dtype: float64
                - name: min_length
                  dtype: float64
                - name: no_repeat_ngram_size
                  dtype: float64
                - name: num_beams
                  dtype: float64
                - name: prefix
                  dtype: string
            - name: text-generation
              struct:
                - name: do_sample
                  dtype: bool
                - name: max_length
                  dtype: float64
            - name: translation_en_to_de
              struct:
                - name: early_stopping
                  dtype: bool
                - name: max_length
                  dtype: float64
                - name: num_beams
                  dtype: float64
                - name: prefix
                  dtype: string
            - name: translation_en_to_fr
              struct:
                - name: early_stopping
                  dtype: bool
                - name: max_length
                  dtype: float64
                - name: num_beams
                  dtype: float64
                - name: prefix
                  dtype: string
            - name: translation_en_to_ro
              struct:
                - name: early_stopping
                  dtype: bool
                - name: max_length
                  dtype: float64
                - name: num_beams
                  dtype: float64
                - name: prefix
                  dtype: string
    - name: downloads
      dtype: int64
    - name: first_commit
      dtype: timestamp[ns, tz=UTC]
    - name: card
      dtype: string
  splits:
    - name: train
      num_bytes: 20198907.41971414
      num_examples: 30344
  download_size: 25260494
  dataset_size: 20198907.41971414

Dataset Card for "card_with_first_commit"

More Information needed