librarian-bot commited on
Commit
248955a
1 Parent(s): 542ccf7

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`xlm-roberta-base`](https://huggingface.co/xlm-roberta-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 +14 -13
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
 
 
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -14,12 +17,14 @@ widget:
14
  - text: តើលោកស្រីបានសាកសួរទៅគាត់ទេ?
15
  - text: នេត្រា មិនដឹងសោះថាអ្នកជាមនុស្ស!
16
  - text: លោក វណ្ណ ម៉ូលីវណ្ណ ជាបិតាស្ថាបត្យកម្មដ៏ល្បីល្បាញរបស់ប្រទេសកម្ពុជានៅក្នុងសម័យសង្គមរាស្ត្រនិយម។
 
 
17
  model-index:
18
  - name: khmer-pos-roberta-10
19
  results:
20
  - task:
21
- name: Token Classification
22
  type: token-classification
 
23
  dataset:
24
  name: kh_pos
25
  type: kh_pos
@@ -27,22 +32,18 @@ model-index:
27
  split: train
28
  args: default
29
  metrics:
30
- - name: Precision
31
- type: precision
32
  value: 0.9511876225757245
33
- - name: Recall
34
- type: recall
35
  value: 0.9526407682234832
36
- - name: F1
37
- type: f1
38
  value: 0.9519136408243376
39
- - name: Accuracy
40
- type: accuracy
41
  value: 0.9735370853522176
42
- language:
43
- - km
44
- library_name: transformers
45
- pipeline_tag: token-classification
46
  ---
47
 
48
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - km
4
  license: apache-2.0
5
+ library_name: transformers
6
  tags:
7
  - generated_from_trainer
8
  datasets:
 
17
  - text: តើលោកស្រីបានសាកសួរទៅគាត់ទេ?
18
  - text: នេត្រា មិនដឹងសោះថាអ្នកជាមនុស្ស!
19
  - text: លោក វណ្ណ ម៉ូលីវណ្ណ ជាបិតាស្ថាបត្យកម្មដ៏ល្បីល្បាញរបស់ប្រទេសកម្ពុជានៅក្នុងសម័យសង្គមរាស្ត្រនិយម។
20
+ pipeline_tag: token-classification
21
+ base_model: xlm-roberta-base
22
  model-index:
23
  - name: khmer-pos-roberta-10
24
  results:
25
  - task:
 
26
  type: token-classification
27
+ name: Token Classification
28
  dataset:
29
  name: kh_pos
30
  type: kh_pos
 
32
  split: train
33
  args: default
34
  metrics:
35
+ - type: precision
 
36
  value: 0.9511876225757245
37
+ name: Precision
38
+ - type: recall
39
  value: 0.9526407682234832
40
+ name: Recall
41
+ - type: f1
42
  value: 0.9519136408243376
43
+ name: F1
44
+ - type: accuracy
45
  value: 0.9735370853522176
46
+ name: Accuracy
 
 
 
47
  ---
48
 
49
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You