librarian-bot commited on
Commit
1ecf3f2
1 Parent(s): ec267d5

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 +16 -16
README.md CHANGED
@@ -2,37 +2,37 @@
2
  language:
3
  - ko
4
  - en
 
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: ko2en
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: 58.7008
29
- license: apache-2.0
30
- pipeline_tag: translation
31
- widget:
32
- - text: "translate_ko2en: IBM 왓슨X는 AI 및 데이터 플랫폼이다. 신뢰할 수 있는 데이터, 속도, 거버넌스를 갖고 파운데이션 모델 및 머신 러닝 기능을 포함한 AI 모델을 학습시키고, 조정해, 조직 전체에서 활용하기 위한 전 과정을 아우르는 기술과 서비스를 제공한다."
33
- example_title: "Sample 1"
34
- - text: "translate_ko2en: 이용자는 신뢰할 수 있고 개방된 환경에서 자신의 데이터에 대해 자체적인 AI를 구축하거나, 시장에 출시된 AI 모델을 정교하게 조정할 수 있다. 대규모로 활용하기 위한 도구 세트, 기술, 인프라 및 전문 컨설팅 서비스를 활용할 수 있다."
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
  - ko
4
  - en
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_ko2en: IBM 왓슨X는 AI 및 데이터 플랫폼이다. 신뢰할 수 있는 데이터, 속도, 거버넌스를 갖고 파운데이션
15
+ 모델 및 머신 러닝 기능을 포함한 AI 모델을 학습시키고, 조정해, 조직 전체에서 활용하기 위한 전 과정을 아우르는 기술과 서비스를 제공한다.'
16
+ example_title: Sample 1
17
+ - text: 'translate_ko2en: 이용자는 신뢰할 수 있고 개방된 환경에서 자신의 데이터에 대해 자체적인 AI를 구축하거나, 시장에 출시된
18
+ AI 모델을 정교하게 조정할 수 있다. 대규모로 활용하기 위한 도구 세트, 기술, 인프라 및 전문 컨설팅 서비스를 활용할 수 있다.'
19
+ example_title: Sample 2
20
+ base_model: KETI-AIR/long-ke-t5-base
21
  model-index:
22
  - name: ko2en
23
  results:
24
  - task:
 
25
  type: translation
26
+ name: Translation
27
  dataset:
28
+ 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
 
29
  koen,none,none,none,none
30
+ 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
 
31
  args: koen,none,none,none,none
32
  metrics:
33
+ - type: bleu
 
34
  value: 58.7008
35
+ name: Bleu
 
 
 
 
 
 
36
  ---
37
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You