librarian-bot commited on
Commit
26cfbff
1 Parent(s): 3dd0a43

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`KETI-AIR/long-ke-t5-base`](https://huggingface.co/KETI-AIR/long-ke-t5-base) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.

How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.

**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.

For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien). Your input is invaluable to us!

Files changed (1) hide show
  1. README.md +18 -16
README.md CHANGED
@@ -2,37 +2,39 @@
2
  language:
3
  - en
4
  - ko
 
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
- - >-
9
- KETI-AIR/aihub_koenzh_food_translation,KETI-AIR/aihub_scitech_translation,KETI-AIR/aihub_scitech20_translation,KETI-AIR/aihub_socialtech20_translation,KETI-AIR/aihub_spoken_language_translation
10
  metrics:
11
  - bleu
 
 
 
 
 
 
 
 
 
 
 
12
  model-index:
13
  - name: en2ko
14
  results:
15
  - task:
16
- name: Translation
17
  type: translation
 
18
  dataset:
19
- name: >-
20
- KETI-AIR/aihub_koenzh_food_translation,KETI-AIR/aihub_scitech_translation,KETI-AIR/aihub_scitech20_translation,KETI-AIR/aihub_socialtech20_translation,KETI-AIR/aihub_spoken_language_translation
21
  koen,none,none,none,none
22
- type: >-
23
- KETI-AIR/aihub_koenzh_food_translation,KETI-AIR/aihub_scitech_translation,KETI-AIR/aihub_scitech20_translation,KETI-AIR/aihub_socialtech20_translation,KETI-AIR/aihub_spoken_language_translation
24
  args: koen,none,none,none,none
25
  metrics:
26
- - name: Bleu
27
- type: bleu
28
  value: 42.463
29
- license: apache-2.0
30
- pipeline_tag: translation
31
- widget:
32
- - text: "translate_en2ko: The Seoul Metropolitan Government said Wednesday that it would develop an AI-based congestion monitoring system to provide better information to passengers about crowd density at each subway station."
33
- example_title: "Sample 1"
34
- - text: "translate_en2ko: According to Seoul Metro, the operator of the subway service in Seoul, the new service will help analyze the real-time flow of passengers and crowd levels in subway compartments, improving operational efficiency."
35
- example_title: "Sample 2"
36
  ---
37
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
2
  language:
3
  - en
4
  - ko
5
+ license: apache-2.0
6
  tags:
7
  - generated_from_trainer
8
  datasets:
9
+ - KETI-AIR/aihub_koenzh_food_translation,KETI-AIR/aihub_scitech_translation,KETI-AIR/aihub_scitech20_translation,KETI-AIR/aihub_socialtech20_translation,KETI-AIR/aihub_spoken_language_translation
 
10
  metrics:
11
  - bleu
12
+ pipeline_tag: translation
13
+ widget:
14
+ - text: 'translate_en2ko: The Seoul Metropolitan Government said Wednesday that it
15
+ would develop an AI-based congestion monitoring system to provide better information
16
+ to passengers about crowd density at each subway station.'
17
+ example_title: Sample 1
18
+ - text: 'translate_en2ko: According to Seoul Metro, the operator of the subway service
19
+ in Seoul, the new service will help analyze the real-time flow of passengers and
20
+ crowd levels in subway compartments, improving operational efficiency.'
21
+ example_title: Sample 2
22
+ base_model: KETI-AIR/long-ke-t5-base
23
  model-index:
24
  - name: en2ko
25
  results:
26
  - task:
 
27
  type: translation
28
+ name: Translation
29
  dataset:
30
+ name: KETI-AIR/aihub_koenzh_food_translation,KETI-AIR/aihub_scitech_translation,KETI-AIR/aihub_scitech20_translation,KETI-AIR/aihub_socialtech20_translation,KETI-AIR/aihub_spoken_language_translation
 
31
  koen,none,none,none,none
32
+ type: KETI-AIR/aihub_koenzh_food_translation,KETI-AIR/aihub_scitech_translation,KETI-AIR/aihub_scitech20_translation,KETI-AIR/aihub_socialtech20_translation,KETI-AIR/aihub_spoken_language_translation
 
33
  args: koen,none,none,none,none
34
  metrics:
35
+ - type: bleu
 
36
  value: 42.463
37
+ name: Bleu
 
 
 
 
 
 
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You