Spaces:
Sleeping
Sleeping
AXEL DARMOUNI
commited on
Commit
·
2e1e595
1
Parent(s):
a0b479c
modified readme and reqs
Browse files- README.md +2 -2
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -12,7 +12,7 @@ pinned: false
|
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
### Intended Use
|
| 18 |
|
|
@@ -24,7 +24,7 @@ This is a random baseline model for the Frugal AI Challenge 2024, specifically f
|
|
| 24 |
|
| 25 |
The model uses the QuotaClimat/frugalaichallenge-text-train dataset:
|
| 26 |
- Size: ~6000 examples
|
| 27 |
-
- Split:
|
| 28 |
- 8 categories of climate disinformation claims
|
| 29 |
|
| 30 |
### Labels
|
|
|
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
| 15 |
+
ModernBert model finetuned on train dataset.
|
| 16 |
|
| 17 |
### Intended Use
|
| 18 |
|
|
|
|
| 24 |
|
| 25 |
The model uses the QuotaClimat/frugalaichallenge-text-train dataset:
|
| 26 |
- Size: ~6000 examples
|
| 27 |
+
- Split: 90% train, 10% test
|
| 28 |
- 8 categories of climate disinformation claims
|
| 29 |
|
| 30 |
### Labels
|
requirements.txt
CHANGED
|
@@ -7,4 +7,5 @@ pydantic>=1.10.0
|
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
gradio>=4.0.0
|
| 9 |
requests>=2.31.0
|
| 10 |
-
librosa==0.10.2.post1
|
|
|
|
|
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
gradio>=4.0.0
|
| 9 |
requests>=2.31.0
|
| 10 |
+
librosa==0.10.2.post1
|
| 11 |
+
transformers>=4.47.1
|