librarian-bot commited on
Commit
0164c4f
1 Parent(s): d0a1914

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`](https://huggingface.co/XLM-RoBERTa) 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).

If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co/librarian-bot) [Metadata Request Service](https://huggingface.co/spaces/librarian-bots/metadata_request_service)!

Files changed (1) hide show
  1. README.md +14 -19
README.md CHANGED
@@ -3,13 +3,13 @@ language:
3
  - en
4
  - de
5
  - fr
6
- - zh
7
  - it
8
  - es
9
- - hi
10
  - bn
11
  - ar
12
- - ru
13
  - uk
14
  - pt
15
  - ur
@@ -21,26 +21,11 @@ language:
21
  - ca
22
  - bg
23
  - yue
24
-
25
- widget:
26
- - text: >-
27
- In December 1903 in France the Royal Swedish Academy of Sciences awarded
28
- Pierre Curie, Marie Curie, and Henri Becquerel the Nobel Prize in Physics.
29
- - text: >-
30
- Für Richard Phillips Feynman war es immer wichtig in New York, die
31
- unanschaulichen Gesetzmäßigkeiten der Quantenphysik Laien und Studenten
32
- nahezubringen und verständlich zu machen.
33
- - text: >-
34
- Terence David John Pratchett est né le 28 avril 1948 à Beaconsfield dans le
35
- Buckinghamshire, en Angleterre.
36
- - text: >-
37
- 北京市,通称北京(汉语拼音:Běijīng;邮政式拼音:Peking),简称“京”,是中华人民共和国的首都及直辖市,是该国的政治、文化、科技、教育、军事和国际交往中心,是一座全球城市,是世界人口第三多的城市和人口最多的首都,具有重要的国际影响力,同時也是目前世界唯一的“双奥之城”,即唯一既主办过夏季
38
-
39
  tags:
40
  - roberta
41
  - ner
42
  - nlp
43
- license: mit
44
  datasets:
45
  - wikiann
46
  metrics:
@@ -48,6 +33,16 @@ metrics:
48
  - precision
49
  - accuracy
50
  - recall
 
 
 
 
 
 
 
 
 
 
51
  ---
52
 
53
  # RoBERTa for Multilingual Named Entity Recognition
 
3
  - en
4
  - de
5
  - fr
6
+ - zh
7
  - it
8
  - es
9
+ - hi
10
  - bn
11
  - ar
12
+ - ru
13
  - uk
14
  - pt
15
  - ur
 
21
  - ca
22
  - bg
23
  - yue
24
+ license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  tags:
26
  - roberta
27
  - ner
28
  - nlp
 
29
  datasets:
30
  - wikiann
31
  metrics:
 
33
  - precision
34
  - accuracy
35
  - recall
36
+ widget:
37
+ - text: In December 1903 in France the Royal Swedish Academy of Sciences awarded Pierre
38
+ Curie, Marie Curie, and Henri Becquerel the Nobel Prize in Physics.
39
+ - text: Für Richard Phillips Feynman war es immer wichtig in New York, die unanschaulichen
40
+ Gesetzmäßigkeiten der Quantenphysik Laien und Studenten nahezubringen und verständlich
41
+ zu machen.
42
+ - text: Terence David John Pratchett est né le 28 avril 1948 à Beaconsfield dans le
43
+ Buckinghamshire, en Angleterre.
44
+ - text: 北京市,通称北京(汉语拼音:Běijīng;邮政式拼音:Peking),简称“京”,是中华人民共和国的首都及直辖市,是该国的政治、文化、科技、教育、军事和国际交往中心,是一座全球城市,是世界人口第三多的城市和人口最多的首都,具有重要的国际影响力,同時也是目前世界唯一的“双奥之城”,即唯一既主办过夏季
45
+ base_model: XLM-RoBERTa
46
  ---
47
 
48
  # RoBERTa for Multilingual Named Entity Recognition