Hailay commited on
Commit
b8b687d
·
verified ·
1 Parent(s): 014222a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -1,9 +1,3 @@
1
- ---
2
- datasets:
3
- - Hailay/TigQA
4
- language:
5
- - ti
6
- ---
7
  datasets:
8
  - Hailay/TigQA
9
  language:
@@ -24,7 +18,7 @@ To use the trained Word2Vec model, follow these steps:
24
  1. Clone this repository to your local machine.
25
  2. Install the required dependencies (`spacy`, `gensim`).
26
  3. Load the model using the provided Python code.
27
- 4. Use the model to generate word embeddings for Geez script Tigrinya text.
28
 
29
  Example usage:
30
 
@@ -45,7 +39,7 @@ print(f"Words similar to 'ሰብ': {similar_words}")
45
  Dataset Source
46
 
47
  The TIGQA dataset for training this model contains text data in the Geez script of the Tigrinya language.
48
- It is a publicly available dataset widely used for research and development of NLP models for the Tigrinya language.
49
 
50
  For more information about the TIGQA dataset, visit this link. https://zenodo.org/records/11423987
51
 
 
 
 
 
 
 
 
1
  datasets:
2
  - Hailay/TigQA
3
  language:
 
18
  1. Clone this repository to your local machine.
19
  2. Install the required dependencies (`spacy`, `gensim`).
20
  3. Load the model using the provided Python code.
21
+ 4. Use the model to generate Geez script Tigrinya text word embeddings.
22
 
23
  Example usage:
24
 
 
39
  Dataset Source
40
 
41
  The TIGQA dataset for training this model contains text data in the Geez script of the Tigrinya language.
42
+ It is a publicly available dataset as part of an NLP resource for low-resource languages for research and development.
43
 
44
  For more information about the TIGQA dataset, visit this link. https://zenodo.org/records/11423987
45